Home
last modified time | relevance | path

Searched refs:IPW_DEBUG_TX (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2100.c2893 IPW_DEBUG_TX("exit - no processed packets ready to release.\n"); in __ipw2100_tx_process()
2903 IPW_DEBUG_TX("TX%d V=%p P=%04X T=%04X L=%d\n", i, in __ipw2100_tx_process()
2911 IPW_DEBUG_TX("TX%d V=%p P=%04X T=%04X L=%d\n", i, in __ipw2100_tx_process()
2933 IPW_DEBUG_TX("TX%d P=%08x L=%d\n", in __ipw2100_tx_process()
2969 IPW_DEBUG_TX("Command '%s (%d)' processed: %d.\n", in __ipw2100_tx_process()
2988 IPW_DEBUG_TX("packet latency (send to process) %ld jiffies\n", in __ipw2100_tx_process()
3024 IPW_DEBUG_TX("no room in tx_queue\n"); in ipw2100_tx_send_commands()
3034 IPW_DEBUG_TX("using TBD at virt=%p, phys=%04X\n", in ipw2100_tx_send_commands()
3108 IPW_DEBUG_TX("no room in tx_queue\n"); in ipw2100_tx_send_data()
3157 IPW_DEBUG_TX("data header tbd TX%d P=%08x L=%d\n", in ipw2100_tx_send_data()
[all …]
Dipw2100.h119 #define IPW_DEBUG_TX(f...) IPW_DEBUG(IPW_DL_TX, ## f) macro
Dipw2200.h1480 #define IPW_DEBUG_TX(f, a...) IPW_LL_DEBUG(IPW_DL_TX, f, ## a) macro
Dipw2200.c2012 IPW_DEBUG_TX("TX_QUEUE_1\n"); in ipw_irq_tasklet()
2018 IPW_DEBUG_TX("TX_QUEUE_2\n"); in ipw_irq_tasklet()
2024 IPW_DEBUG_TX("TX_QUEUE_3\n"); in ipw_irq_tasklet()
2030 IPW_DEBUG_TX("TX_QUEUE_4\n"); in ipw_irq_tasklet()
10246 IPW_DEBUG_TX("Dumping TX packet frag %i of %i (%d bytes):\n", in ipw_tx_skb()
10415 IPW_DEBUG_TX("dev->xmit(%d bytes)\n", txb->payload_size); in ipw_net_hard_start_xmit()