Searched refs:IPW_DEBUG_RX (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/net/wireless/intel/ipw2x00/ |
| D | ipw2100.h | 104 #define IPW_DEBUG_RX(f...) IPW_DEBUG(IPW_DL_RX, ## f) macro
|
| D | ipw2100.c | 2457 IPW_DEBUG_RX("Handler...\n"); in isr_rx() 2538 IPW_DEBUG_RX("Handler...\n"); in isr_rx_monitor() 2560 IPW_DEBUG_RX("CRC error in packet. Dropping.\n"); in isr_rx_monitor() 2677 IPW_DEBUG_RX("exit - bad read index\n"); in __ipw2100_rx_process() 2710 IPW_DEBUG_RX("%s: '%s' frame type received (%d).\n", in __ipw2100_rx_process()
|
| D | ipw2200.h | 1463 #define IPW_DEBUG_RX(f, a...) IPW_LL_DEBUG(IPW_DL_RX, f, ## a) macro
|
| D | ipw2200.c | 7703 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len); in ipw_handle_data_packet() 7867 IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len); in ipw_handle_data_packet_monitor() 8073 IPW_DEBUG_RX("Rx packet of %d bytes.\n", skb->len); in ipw_handle_promiscuous_rx() 8273 IPW_DEBUG_RX("Packet: type=%02X seq=%02X bits=%02X\n", in ipw_rx() 8350 IPW_DEBUG_RX("Frame: len=%u\n", in ipw_rx() 8399 IPW_DEBUG_RX in ipw_rx() 8409 IPW_DEBUG_RX("Bad Rx packet of type %d\n", in ipw_rx()
|