Searched refs:IPW_DEBUG_RX (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/net/wireless/ipw2x00/ |
D | ipw2100.h | 118 #define IPW_DEBUG_RX(f...) IPW_DEBUG(IPW_DL_RX, ## f) macro
|
D | ipw2100.c | 2487 IPW_DEBUG_RX("Handler...\n"); in isr_rx() 2569 IPW_DEBUG_RX("Handler...\n"); in isr_rx_monitor() 2591 IPW_DEBUG_RX("CRC error in packet. Dropping.\n"); in isr_rx_monitor() 2708 IPW_DEBUG_RX("exit - bad read index\n"); in __ipw2100_rx_process() 2741 IPW_DEBUG_RX("%s: '%s' frame type received (%d).\n", in __ipw2100_rx_process()
|
D | ipw2200.h | 1480 #define IPW_DEBUG_RX(f, a...) IPW_LL_DEBUG(IPW_DL_RX, f, ## a) macro
|
D | ipw2200.c | 7826 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len); in ipw_handle_data_packet() 7990 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len); in ipw_handle_data_packet_monitor() 8196 IPW_DEBUG_RX("Rx packet of %d bytes.\n", skb->len); in ipw_handle_promiscuous_rx() 8397 IPW_DEBUG_RX("Packet: type=%02X seq=%02X bits=%02X\n", in ipw_rx() 8474 IPW_DEBUG_RX("Frame: len=%u\n", in ipw_rx() 8523 IPW_DEBUG_RX in ipw_rx() 8533 IPW_DEBUG_RX("Bad Rx packet of type %d\n", in ipw_rx()
|