/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | tx99.c | 37 ath_dbg(common, XMIT, "TX99 stopped\n"); in ath9k_tx99_stop() 146 ath_dbg(common, XMIT, "Failed to xmit TX99 skb\n"); in ath9k_tx99_init() 150 ath_dbg(common, XMIT, "TX99 xmit started using %d ( %ddBm)\n", in ath9k_tx99_init() 194 ath_dbg(common, XMIT, "Resetting TX99\n"); in write_file_tx99()
|
H A D | htc_drv_beacon.c | 168 ath_dbg(common, XMIT, "No free CAB slot\n"); in ath9k_htc_send_buffered() 178 ath_dbg(common, XMIT, "Failed to send CAB frame\n"); in ath9k_htc_send_buffered()
|
H A D | xmit.c | 1585 ath_dbg(common, XMIT, "%s called\n", __func__); in ath_tx_aggr_start() 1623 ath_dbg(common, XMIT, "%s called\n", __func__); in ath_tx_aggr_stop() 1638 ath_dbg(common, XMIT, "%s called\n", __func__); in ath_tx_aggr_sleep() 1656 ath_dbg(common, XMIT, "%s called\n", __func__); in ath_tx_aggr_wakeup() 2073 ath_dbg(common, XMIT, "link[%u] (%p)=%llx (%p)\n", in ath_tx_txqaddbuf() 2085 ath_dbg(common, XMIT, "TXDP[%u] = %llx (%p)\n", in ath_tx_txqaddbuf() 2226 ath_dbg(common, XMIT, "TX buffers are full\n"); in ath_tx_setup_buffer() 2475 ath_dbg(common, XMIT, "TX complete: skb: %p\n", skb); in ath_tx_complete() 2739 ath_dbg(common, XMIT, "Error processing tx status\n"); in ath_tx_edma_tasklet() 2933 ath_dbg(common, XMIT, in ath9k_tx99_send() [all …]
|
H A D | htc_drv_txrx.c | 363 ath_dbg(ath9k_hw_common(priv->ah), XMIT, in ath9k_htc_tx_start() 641 ath_dbg(common, XMIT, "No matching packet for cookie: %d, epid: %d\n", in ath9k_htc_tx_get_packet() 726 ath_dbg(common, XMIT, "Dropping a packet due to TX timeout\n"); in check_packet() 773 ath_dbg(common, XMIT, in ath9k_htc_tx_cleanup_timer()
|
H A D | ar9003_mac.c | 371 ath_dbg(ath9k_hw_common(ah), XMIT, in ar9003_hw_proc_txdesc() 599 ath_dbg(ath9k_hw_common(ah), XMIT, in ath9k_hw_reset_txstatus_ring()
|
H A D | htc_drv_main.c | 878 ath_dbg(common, XMIT, "No room for padding\n"); in ath9k_htc_tx() 887 ath_dbg(common, XMIT, "No free TX slot\n"); in ath9k_htc_tx() 893 ath_dbg(common, XMIT, "Tx failed\n"); in ath9k_htc_tx()
|
H A D | main.c | 817 ath_dbg(common, XMIT, "transmitting packet, skb: %p\n", skb); in ath9k_tx() 820 ath_dbg(common, XMIT, "TX failed\n"); in ath9k_tx()
|
H A D | hw.c | 1036 ath_dbg(ath9k_hw_common(ah), XMIT, "bad global tx timeout %u\n", in ath9k_hw_set_global_txtimeout()
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_sample_user.c | 64 #define XMIT(xmit) xmit, "xmit/s" macro 979 str, XMIT(pps), DROP(drop), err, "drv_err/s", in stats_get_devmap_xmit() 1072 __COLUMN(".2f") "\n", str, XMIT(pps), DROP(drop), in stats_get_devmap_xmit_multi() 1096 __COLUMN(".2f") "\n", str, XMIT(pps), in stats_get_devmap_xmit_multi() 1118 printf(FMT_COLUMNl, XMIT(out->totals.xmit)); in stats_print() 1177 str, XMIT(out->xmit_cnt.pps), in stats_print()
|