.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * QLogic iSCSI Offload Driver |
---|
3 | 4 | * Copyright (c) 2016 Cavium Inc. |
---|
4 | | - * |
---|
5 | | - * This software is available under the terms of the GNU General Public License |
---|
6 | | - * (GPL) Version 2, available from the file COPYING in the main directory of |
---|
7 | | - * this source tree. |
---|
8 | 5 | */ |
---|
9 | 6 | |
---|
10 | 7 | #ifndef _QEDI_DBG_H_ |
---|
.. | .. |
---|
47 | 44 | #define QEDI_LOG_LPORT 0x4000 /* lport logs */ |
---|
48 | 45 | #define QEDI_LOG_ELS 0x8000 /* ELS logs */ |
---|
49 | 46 | #define QEDI_LOG_NPIV 0x10000 /* NPIV logs */ |
---|
50 | | -#define QEDI_LOG_SESS 0x20000 /* Conection setup, cleanup */ |
---|
| 47 | +#define QEDI_LOG_SESS 0x20000 /* Connection setup, cleanup */ |
---|
51 | 48 | #define QEDI_LOG_UIO 0x40000 /* iSCSI UIO logs */ |
---|
52 | 49 | #define QEDI_LOG_TID 0x80000 /* FW TID context acquire, |
---|
53 | 50 | * free |
---|