Lines Matching full:tx
60 u_int32_t ast_txurn; /* tx underrun interrupts */
67 u_int32_t ast_tx_encap; /* tx encapsulation failed */
68 u_int32_t ast_tx_nonode; /* tx failed 'cuz no node */
69 u_int32_t ast_tx_nombuf; /* tx failed 'cuz no mbuf */
70 u_int32_t ast_tx_nomcl; /* tx failed 'cuz no cluster */
71 u_int32_t ast_tx_linear; /* tx linearized to cluster */
72 u_int32_t ast_tx_nodata; /* tx discarded empty frame */
73 u_int32_t ast_tx_busdma; /* tx failed for dma resrcs */
74 u_int32_t ast_tx_xretries;/* tx failed 'cuz too many retries */
75 u_int32_t ast_tx_fifoerr; /* tx failed 'cuz FIFO underrun */
76 u_int32_t ast_tx_filtered;/* tx failed 'cuz xmit filtered */
77 u_int32_t ast_tx_shortretry;/* tx on-chip retries (short) */
78 u_int32_t ast_tx_longretry;/* tx on-chip retries (long) */
79 u_int32_t ast_tx_badrate; /* tx failed 'cuz bogus xmit rate */
80 u_int32_t ast_tx_noack; /* tx frames with no ack marked */
81 u_int32_t ast_tx_rts; /* tx frames with rts enabled */
82 u_int32_t ast_tx_cts; /* tx frames with cts enabled */
83 u_int32_t ast_tx_shortpre;/* tx frames with short preamble */
84 u_int32_t ast_tx_altrate; /* tx frames with alternate rate */
85 u_int32_t ast_tx_protect; /* tx frames with protection */
86 u_int32_t ast_tx_ctsburst;/* tx frames with cts and bursting */
87 u_int32_t ast_tx_ctsext; /* tx frames with cts extension */
102 int8_t ast_tx_rssi; /* tx rssi of last ack */
104 u_int8_t ast_tx_rate; /* IEEE rate of last unicast tx */
114 u_int32_t ast_ant_txswitch;/* tx antenna switches */
116 u_int32_t ast_ant_tx[8]; /* tx frames with antenna */
119 u_int32_t ast_tx_raw; /* tx frames through raw api */
120 u_int32_t ast_ff_txok; /* fast frames tx'd successfully */
121 u_int32_t ast_ff_txerr; /* fast frames tx'd w/ error */
124 u_int32_t ast_tx_qfull; /* tx dropped 'cuz of queue limit */
126 u_int32_t ast_tx_nobuf; /* tx dropped 'cuz no ath buffer */
132 u_int32_t ast_tdma_ack; /* TDMA tx failed 'cuz ACK required */
133 u_int32_t ast_tx_raw_fail;/* raw tx failed 'cuz h/w down */
134 u_int32_t ast_tx_nofrag; /* tx dropped 'cuz no ath frag buffer */