Searched refs:IPW_DEBUG_TX (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2100.c | 2895 IPW_DEBUG_TX("exit - no processed packets ready to release.\n"); in __ipw2100_tx_process() 2905 IPW_DEBUG_TX("TX%d V=%p P=%04X T=%04X L=%d\n", i, in __ipw2100_tx_process() 2913 IPW_DEBUG_TX("TX%d V=%p P=%04X T=%04X L=%d\n", i, in __ipw2100_tx_process() 2935 IPW_DEBUG_TX("TX%d P=%08x L=%d\n", in __ipw2100_tx_process() 2971 IPW_DEBUG_TX("Command '%s (%d)' processed: %d.\n", in __ipw2100_tx_process() 2990 IPW_DEBUG_TX("packet latency (send to process) %ld jiffies\n", in __ipw2100_tx_process() 3026 IPW_DEBUG_TX("no room in tx_queue\n"); in ipw2100_tx_send_commands() 3036 IPW_DEBUG_TX("using TBD at virt=%p, phys=%04X\n", in ipw2100_tx_send_commands() 3110 IPW_DEBUG_TX("no room in tx_queue\n"); in ipw2100_tx_send_data() 3159 IPW_DEBUG_TX("data header tbd TX%d P=%08x L=%d\n", in ipw2100_tx_send_data() [all …]
|
D | ipw2100.h | 119 #define IPW_DEBUG_TX(f...) IPW_DEBUG(IPW_DL_TX, ## f) macro
|
D | ipw2200.h | 1480 #define IPW_DEBUG_TX(f, a...) IPW_LL_DEBUG(IPW_DL_TX, f, ## a) macro
|
D | ipw2200.c | 2003 IPW_DEBUG_TX("TX_QUEUE_1\n"); in ipw_irq_tasklet() 2009 IPW_DEBUG_TX("TX_QUEUE_2\n"); in ipw_irq_tasklet() 2015 IPW_DEBUG_TX("TX_QUEUE_3\n"); in ipw_irq_tasklet() 2021 IPW_DEBUG_TX("TX_QUEUE_4\n"); in ipw_irq_tasklet() 10234 IPW_DEBUG_TX("Dumping TX packet frag %i of %i (%d bytes):\n", in ipw_tx_skb() 10404 IPW_DEBUG_TX("dev->xmit(%d bytes)\n", txb->payload_size); in ipw_net_hard_start_xmit()
|