Lines Matching refs:f

111 #define IPW_DEBUG_ERROR(f, a...) printk(KERN_ERR DRV_NAME ": " f, ## a)  argument
112 #define IPW_DEBUG_WARNING(f, a...) printk(KERN_WARNING DRV_NAME ": " f, ## a) argument
113 #define IPW_DEBUG_INFO(f...) IPW_DEBUG(IPW_DL_INFO, ## f) argument
114 #define IPW_DEBUG_WX(f...) IPW_DEBUG(IPW_DL_WX, ## f) argument
115 #define IPW_DEBUG_SCAN(f...) IPW_DEBUG(IPW_DL_SCAN, ## f) argument
116 #define IPW_DEBUG_NOTIF(f...) IPW_DEBUG(IPW_DL_NOTIF, ## f) argument
117 #define IPW_DEBUG_TRACE(f...) IPW_DEBUG(IPW_DL_TRACE, ## f) argument
118 #define IPW_DEBUG_RX(f...) IPW_DEBUG(IPW_DL_RX, ## f) argument
119 #define IPW_DEBUG_TX(f...) IPW_DEBUG(IPW_DL_TX, ## f) argument
120 #define IPW_DEBUG_ISR(f...) IPW_DEBUG(IPW_DL_ISR, ## f) argument
121 #define IPW_DEBUG_MANAGEMENT(f...) IPW_DEBUG(IPW_DL_MANAGE, ## f) argument
122 #define IPW_DEBUG_WEP(f...) IPW_DEBUG(IPW_DL_WEP, ## f) argument
123 #define IPW_DEBUG_HC(f...) IPW_DEBUG(IPW_DL_HC, ## f) argument
124 #define IPW_DEBUG_FRAG(f...) IPW_DEBUG(IPW_DL_FRAG, ## f) argument
125 #define IPW_DEBUG_FW(f...) IPW_DEBUG(IPW_DL_FW, ## f) argument
126 #define IPW_DEBUG_RF_KILL(f...) IPW_DEBUG(IPW_DL_RF_KILL, ## f) argument
127 #define IPW_DEBUG_DROP(f...) IPW_DEBUG(IPW_DL_DROP, ## f) argument
128 #define IPW_DEBUG_IO(f...) IPW_DEBUG(IPW_DL_IO, ## f) argument
129 #define IPW_DEBUG_IOCTL(f...) IPW_DEBUG(IPW_DL_IOCTL, ## f) argument
130 #define IPW_DEBUG_STATE(f, a...) IPW_DEBUG(IPW_DL_STATE | IPW_DL_ASSOC | IPW_DL_INFO, f, ## a) argument
131 #define IPW_DEBUG_ASSOC(f, a...) IPW_DEBUG(IPW_DL_ASSOC | IPW_DL_INFO, f, ## a) argument