Lines Matching full:rx
58 u_int32_t ast_rxorn; /* rx overrun interrupts */
59 u_int32_t ast_rxeol; /* rx eol interrupts */
88 u_int32_t ast_rx_nombuf; /* rx setup failed 'cuz no mbuf */
89 u_int32_t ast_rx_busdma; /* rx setup failed for dma resrcs */
90 u_int32_t ast_rx_orn; /* rx failed 'cuz of desc overrun */
91 u_int32_t ast_rx_crcerr; /* rx failed 'cuz of bad CRC */
92 u_int32_t ast_rx_fifoerr; /* rx failed 'cuz of FIFO overrun */
93 u_int32_t ast_rx_badcrypt;/* rx failed 'cuz decryption */
94 u_int32_t ast_rx_badmic; /* rx failed 'cuz MIC failure */
95 u_int32_t ast_rx_phyerr; /* rx failed 'cuz of PHY err */
96 u_int32_t ast_rx_phy[32]; /* rx PHY error per-code counts */
97 u_int32_t ast_rx_tooshort;/* rx discarded 'cuz frame too short */
98 u_int32_t ast_rx_toobig; /* rx discarded 'cuz frame too large */
101 u_int32_t ast_rx_ctl; /* rx discarded 'cuz ctl frame */
103 int8_t ast_rx_rssi; /* rx rssi from histogram */
113 u_int32_t ast_ant_defswitch;/* rx/default antenna switches */
115 u_int32_t ast_ant_rx[8]; /* rx frames with antenna */
122 u_int32_t ast_ff_rx; /* fast frames rx'd */
125 int8_t ast_rx_noise; /* rx noise floor */