bnx2fc_debug.h (df9b42963f2d010ae3163a894ce22cf6b27cd344) | bnx2fc_debug.h (17d87c45b9042fa2f830c5a47cdfd3370bb60729) |
---|---|
1/* bnx2fc_debug.h: QLogic NetXtreme II Linux FCoE offload driver. 2 * Handles operations such as session offload/upload etc, and manages 3 * session resources such as connection id and qp resources. 4 * 5 * Copyright (c) 2008 - 2013 Broadcom Corporation 6 * Copyright (c) 2014, QLogic Corporation 7 * 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License as published by 10 * the Free Software Foundation. 11 * 12 */ 13 |
|
1#ifndef __BNX2FC_DEBUG__ 2#define __BNX2FC_DEBUG__ 3 4/* Log level bit mask */ 5#define LOG_IO 0x01 /* scsi cmd error, cleanup */ 6#define LOG_TGT 0x02 /* Session setup, cleanup, etc' */ 7#define LOG_HBA 0x04 /* lport events, link, mtu, etc' */ 8#define LOG_ELS 0x08 /* ELS logs */ --- 25 unchanged lines hidden --- | 14#ifndef __BNX2FC_DEBUG__ 15#define __BNX2FC_DEBUG__ 16 17/* Log level bit mask */ 18#define LOG_IO 0x01 /* scsi cmd error, cleanup */ 19#define LOG_TGT 0x02 /* Session setup, cleanup, etc' */ 20#define LOG_HBA 0x04 /* lport events, link, mtu, etc' */ 21#define LOG_ELS 0x08 /* ELS logs */ --- 25 unchanged lines hidden --- |