Lines Matching full:rx
63 u_int32_t ast_rxorn; /* rx overrun interrupts */
64 u_int32_t ast_rxeol; /* rx eol interrupts */
93 u_int32_t ast_rx_nombuf; /* rx setup failed 'cuz no mbuf */
94 u_int32_t ast_rx_busdma; /* rx setup failed for dma resrcs */
95 u_int32_t ast_rx_orn; /* rx failed 'cuz of desc overrun */
96 u_int32_t ast_rx_crcerr; /* rx failed 'cuz of bad CRC */
97 u_int32_t ast_rx_fifoerr; /* rx failed 'cuz of FIFO overrun */
98 u_int32_t ast_rx_badcrypt;/* rx failed 'cuz decryption */
99 u_int32_t ast_rx_badmic; /* rx failed 'cuz MIC failure */
100 u_int32_t ast_rx_phyerr; /* rx failed 'cuz of PHY err */
102 /* rx PHY error per-code counts */
103 u_int32_t ast_rx_tooshort;/* rx discarded 'cuz frame too short */
104 u_int32_t ast_rx_toobig; /* rx discarded 'cuz frame too large */
107 u_int32_t ast_rx_ctl; /* rx discarded 'cuz ctl frame */
109 int8_t ast_rx_rssi; /* rx rssi from histogram */
119 u_int32_t ast_ant_defswitch;/* rx/default antenna switches */
122 /* rx frames with antenna */
130 u_int32_t ast_ff_rx; /* fast frames rx'd */
133 int8_t ast_rx_noise; /* rx noise floor */
145 u_int32_t ast_rx_agg; /* number of aggregate frames RX'ed */
146 u_int32_t ast_rx_halfgi; /* RX half-GI */
147 u_int32_t ast_rx_2040; /* RX 40mhz frame */
148 u_int32_t ast_rx_pre_crc_err; /* RX pre-delimiter CRC error */
149 u_int32_t ast_rx_post_crc_err; /* RX post-delimiter CRC error */
150 u_int32_t ast_rx_decrypt_busy_err; /* RX decrypt engine busy error */
153 u_int32_t ast_rx_hitqueueend; /* RX hit descr queue end */
174 u_int32_t ast_rx_stbc; /* RX STBC frame */
317 uint8_t vh_rs_status; /* RX status */
326 uint8_t vh_rx_hwrate; /* hardware RX ratecode */
327 uint8_t vh_rs_flags; /* RX HAL flags */