Go to the source code of this file.
#define FCOE_CHECK_LOGGING |
( |
|
LEVEL, |
|
|
|
CMD |
|
) |
| |
Value:do { \
do { \
CMD; \
} while (0); \
} while (0)
Definition at line 48 of file fcoe.h.
#define FCOE_DBG |
( |
|
fmt, |
|
|
|
args... |
|
) |
| |
Value:
Definition at line 56 of file fcoe.h.
#define FCOE_LOGGING 0x01 /* General logging, not categorized */ |
#define FCOE_MAX_FCP_TARGET 256 |
#define FCOE_MAX_LUN 0xFFFF |
#define FCOE_MAX_OUTSTANDING_COMMANDS 1024 |
#define FCOE_MAX_QUEUE_DEPTH 256 |
#define FCOE_MAX_XID 0x0FFF /* the max xid supported by fcoe_sw */ |
#define FCOE_MIN_QUEUE_DEPTH 32 |
#define FCOE_MIN_XID 0x0000 /* the min xid supported by fcoe_sw */ |
#define FCOE_NETDEV_DBG |
( |
|
netdev, |
|
|
|
fmt, |
|
|
|
args... |
|
) |
| |
Value:
Definition at line 60 of file fcoe.h.
#define FCOE_NETDEV_LOGGING 0x02 /* Netdevice logging */ |
#define FCOE_VENDOR "Open-FCoE.org" |
#define FCOE_VERSION "0.1" |
#define FCOE_WORD_TO_BYTE 4 |
unsigned int fcoe_debug_logging |