Go to the source code of this file.
#define LIBFCOE_CHECK_LOGGING |
( |
|
LEVEL, |
|
|
|
CMD |
|
) |
| |
Value:do { \
do { \
CMD; \
} while (0); \
} while (0)
Definition at line 9 of file libfcoe.h.
#define LIBFCOE_DBG |
( |
|
fmt, |
|
|
|
args... |
|
) |
| |
#define LIBFCOE_FIP_DBG |
( |
|
fip, |
|
|
|
fmt, |
|
|
|
args... |
|
) |
| |
Value:
(
fip)->
lp->host->host_no, ##args);)
Definition at line 21 of file libfcoe.h.
#define LIBFCOE_FIP_LOGGING 0x02 /* FIP logging */ |
#define LIBFCOE_LOGGING 0x01 /* General logging, not categorized */ |
#define LIBFCOE_TRANSPORT_DBG |
( |
|
fmt, |
|
|
|
args... |
|
) |
| |
#define LIBFCOE_TRANSPORT_LOGGING 0x04 /* FCoE transport logging */ |
unsigned int libfcoe_debug_logging |