Lines Matching defs:f

97 #define IPW_DEBUG_ERROR(f, a...) printk(KERN_ERR DRV_NAME ": " f, ## a)  argument
98 #define IPW_DEBUG_WARNING(f, a...) printk(KERN_WARNING DRV_NAME ": " f, ## a) argument
99 #define IPW_DEBUG_INFO(f...) IPW_DEBUG(IPW_DL_INFO, ## f) argument
100 #define IPW_DEBUG_WX(f...) IPW_DEBUG(IPW_DL_WX, ## f) argument
101 #define IPW_DEBUG_SCAN(f...) IPW_DEBUG(IPW_DL_SCAN, ## f) argument
102 #define IPW_DEBUG_NOTIF(f...) IPW_DEBUG(IPW_DL_NOTIF, ## f) argument
103 #define IPW_DEBUG_TRACE(f...) IPW_DEBUG(IPW_DL_TRACE, ## f) argument
104 #define IPW_DEBUG_RX(f...) IPW_DEBUG(IPW_DL_RX, ## f) argument
105 #define IPW_DEBUG_TX(f...) IPW_DEBUG(IPW_DL_TX, ## f) argument
106 #define IPW_DEBUG_ISR(f...) IPW_DEBUG(IPW_DL_ISR, ## f) argument
107 #define IPW_DEBUG_MANAGEMENT(f...) IPW_DEBUG(IPW_DL_MANAGE, ## f) argument
108 #define IPW_DEBUG_WEP(f...) IPW_DEBUG(IPW_DL_WEP, ## f) argument
109 #define IPW_DEBUG_HC(f...) IPW_DEBUG(IPW_DL_HC, ## f) argument
110 #define IPW_DEBUG_FRAG(f...) IPW_DEBUG(IPW_DL_FRAG, ## f) argument
111 #define IPW_DEBUG_FW(f...) IPW_DEBUG(IPW_DL_FW, ## f) argument
112 #define IPW_DEBUG_RF_KILL(f...) IPW_DEBUG(IPW_DL_RF_KILL, ## f) argument
113 #define IPW_DEBUG_DROP(f...) IPW_DEBUG(IPW_DL_DROP, ## f) argument
114 #define IPW_DEBUG_IO(f...) IPW_DEBUG(IPW_DL_IO, ## f) argument
115 #define IPW_DEBUG_IOCTL(f...) IPW_DEBUG(IPW_DL_IOCTL, ## f) argument
116 #define IPW_DEBUG_STATE(f, a...) IPW_DEBUG(IPW_DL_STATE | IPW_DL_ASSOC | IPW_DL_INFO, f, ## a) argument
117 #define IPW_DEBUG_ASSOC(f, a...) IPW_DEBUG(IPW_DL_ASSOC | IPW_DL_INFO, f, ## a) argument