Searched refs:LIBIPW_DEBUG (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h61 #define LIBIPW_DEBUG(level, fmt, args...) \ macro
65 #define LIBIPW_DEBUG(level, fmt, args...) do {} while (0) macro
80 * classification, or use LIBIPW_DEBUG(LIBIPW_DL_xxxx, ...) whenever you want
108 #define LIBIPW_DEBUG_INFO(f, a...) LIBIPW_DEBUG(LIBIPW_DL_INFO, f, ## a)
110 #define LIBIPW_DEBUG_WX(f, a...) LIBIPW_DEBUG(LIBIPW_DL_WX, f, ## a)
111 #define LIBIPW_DEBUG_SCAN(f, a...) LIBIPW_DEBUG(LIBIPW_DL_SCAN, f, ## a)
112 #define LIBIPW_DEBUG_STATE(f, a...) LIBIPW_DEBUG(LIBIPW_DL_STATE, f, ## a)
113 #define LIBIPW_DEBUG_MGMT(f, a...) LIBIPW_DEBUG(LIBIPW_DL_MGMT, f, ## a)
114 #define LIBIPW_DEBUG_FRAG(f, a...) LIBIPW_DEBUG(LIBIPW_DL_FRAG, f, ## a)
115 #define LIBIPW_DEBUG_DROP(f, a...) LIBIPW_DEBUG(LIBIPW_DL_DRO
[all...]
H A Dlibipw_rx.c584 LIBIPW_DEBUG(LIBIPW_DL_RX | LIBIPW_DL_FRAG,

Completed in 155 milliseconds