.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * QLogic FCoE Offload Driver |
---|
3 | 4 | * Copyright (c) 2016-2018 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 | #ifndef _QEDF_DBG_H_ |
---|
10 | 7 | #define _QEDF_DBG_H_ |
---|
.. | .. |
---|
45 | 42 | #define QEDF_LOG_LPORT 0x4000 /* lport logs */ |
---|
46 | 43 | #define QEDF_LOG_ELS 0x8000 /* ELS logs */ |
---|
47 | 44 | #define QEDF_LOG_NPIV 0x10000 /* NPIV logs */ |
---|
48 | | -#define QEDF_LOG_SESS 0x20000 /* Conection setup, cleanup */ |
---|
| 45 | +#define QEDF_LOG_SESS 0x20000 /* Connection setup, cleanup */ |
---|
49 | 46 | #define QEDF_LOG_TID 0x80000 /* |
---|
50 | 47 | * FW TID context acquire |
---|
51 | 48 | * free |
---|