Searched refs:IPW_DEBUG_TX (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2100.c | 2881 IPW_DEBUG_TX("exit - no processed packets ready to release.\n"); in __ipw2100_tx_process() 2891 IPW_DEBUG_TX("TX%d V=%p P=%04X T=%04X L=%d\n", i, in __ipw2100_tx_process() 2899 IPW_DEBUG_TX("TX%d V=%p P=%04X T=%04X L=%d\n", i, in __ipw2100_tx_process() 2921 IPW_DEBUG_TX("TX%d P=%08x L=%d\n", in __ipw2100_tx_process() 2956 IPW_DEBUG_TX("Command '%s (%d)' processed: %d.\n", in __ipw2100_tx_process() 2975 IPW_DEBUG_TX("packet latency (send to process) %ld jiffies\n", in __ipw2100_tx_process() 3011 IPW_DEBUG_TX("no room in tx_queue\n"); in ipw2100_tx_send_commands() 3021 IPW_DEBUG_TX("using TBD at virt=%p, phys=%04X\n", in ipw2100_tx_send_commands() 3095 IPW_DEBUG_TX("no room in tx_queue\n"); in ipw2100_tx_send_data() 3144 IPW_DEBUG_TX("data header tbd TX%d P=%08x L=%d\n", in ipw2100_tx_send_data() [all …]
|
D | ipw2100.h | 105 #define IPW_DEBUG_TX(f...) IPW_DEBUG(IPW_DL_TX, ## f) macro
|
D | ipw2200.h | 1464 #define IPW_DEBUG_TX(f, a...) IPW_LL_DEBUG(IPW_DL_TX, f, ## a) macro
|
D | ipw2200.c | 1986 IPW_DEBUG_TX("TX_QUEUE_1\n"); in ipw_irq_tasklet() 1992 IPW_DEBUG_TX("TX_QUEUE_2\n"); in ipw_irq_tasklet() 1998 IPW_DEBUG_TX("TX_QUEUE_3\n"); in ipw_irq_tasklet() 2004 IPW_DEBUG_TX("TX_QUEUE_4\n"); in ipw_irq_tasklet() 10212 IPW_DEBUG_TX("Dumping TX packet frag %i of %i (%d bytes):\n", in ipw_tx_skb() 10381 IPW_DEBUG_TX("dev->xmit(%d bytes)\n", txb->payload_size); in ipw_net_hard_start_xmit()
|