Home
last modified time | relevance | path

Searched refs:XMIT (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dtx99.c37 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 Dhtc_drv_txrx.c363 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()
774 ath_dbg(common, XMIT, in ath9k_htc_tx_cleanup_timer()
H A Dhtc_drv_main.c878 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 Dmain.c817 ath_dbg(common, XMIT, "transmitting packet, skb: %p\n", skb); in ath9k_tx()
820 ath_dbg(common, XMIT, "TX failed\n"); in ath9k_tx()
/linux/samples/bpf/
H A Dxdp_sample_user.c64 #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()