Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
libfcoe.h File Reference

Go to the source code of this file.

Macros

#define LIBFCOE_LOGGING   0x01 /* General logging, not categorized */
 
#define LIBFCOE_FIP_LOGGING   0x02 /* FIP logging */
 
#define LIBFCOE_TRANSPORT_LOGGING   0x04 /* FCoE transport logging */
 
#define LIBFCOE_CHECK_LOGGING(LEVEL, CMD)
 
#define LIBFCOE_DBG(fmt, args...)
 
#define LIBFCOE_FIP_DBG(fip, fmt, args...)
 
#define LIBFCOE_TRANSPORT_DBG(fmt, args...)
 

Variables

unsigned int libfcoe_debug_logging
 

Macro Definition Documentation

#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... 
)
Value:

Definition at line 17 of file libfcoe.h.

#define LIBFCOE_FIP_DBG (   fip,
  fmt,
  args... 
)
Value:
printk(KERN_INFO "host%d: fip: " fmt, \
(fip)->lp->host->host_no, ##args);)

Definition at line 21 of file libfcoe.h.

#define LIBFCOE_FIP_LOGGING   0x02 /* FIP logging */

Definition at line 6 of file libfcoe.h.

#define LIBFCOE_LOGGING   0x01 /* General logging, not categorized */

Definition at line 5 of file libfcoe.h.

#define LIBFCOE_TRANSPORT_DBG (   fmt,
  args... 
)
Value:

Definition at line 26 of file libfcoe.h.

#define LIBFCOE_TRANSPORT_LOGGING   0x04 /* FCoE transport logging */

Definition at line 7 of file libfcoe.h.

Variable Documentation

unsigned int libfcoe_debug_logging

Definition at line 50 of file fcoe_transport.c.