Lines Matching refs:u_int32_t

53 	u_int32_t	ast_watchdog;	/* device reset by watchdog */
54 u_int32_t ast_hardware; /* fatal hardware error interrupts */
55 u_int32_t ast_bmiss; /* beacon miss interrupts */
56 u_int32_t ast_bmiss_phantom;/* beacon miss interrupts */
57 u_int32_t ast_bstuck; /* beacon stuck interrupts */
58 u_int32_t ast_rxorn; /* rx overrun interrupts */
59 u_int32_t ast_rxeol; /* rx eol interrupts */
60 u_int32_t ast_txurn; /* tx underrun interrupts */
61 u_int32_t ast_mib; /* mib interrupts */
62 u_int32_t ast_intrcoal; /* interrupts coalesced */
63 u_int32_t ast_tx_packets; /* packet sent on the interface */
64 u_int32_t ast_tx_mgmt; /* management frames transmitted */
65 u_int32_t ast_tx_discard; /* frames discarded prior to assoc */
66 u_int32_t ast_tx_qstop; /* output stopped 'cuz no buffer */
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 */
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 */
99 u_int32_t ast_rx_packets; /* packet recv on the interface */
100 u_int32_t ast_rx_mgt; /* management frames received */
101 u_int32_t ast_rx_ctl; /* rx discarded 'cuz ctl frame */
105 u_int32_t ast_be_xmit; /* beacons transmitted */
106 u_int32_t ast_be_nombuf; /* beacon setup failed 'cuz no mbuf */
107 u_int32_t ast_per_cal; /* periodic calibration calls */
108 u_int32_t ast_per_calfail;/* periodic calibration failed */
109 u_int32_t ast_per_rfgain; /* periodic calibration rfgain reset */
110 u_int32_t ast_rate_calls; /* rate control checks */
111 u_int32_t ast_rate_raise; /* rate control raised xmit rate */
112 u_int32_t ast_rate_drop; /* rate control dropped xmit rate */
113 u_int32_t ast_ant_defswitch;/* rx/default antenna switches */
114 u_int32_t ast_ant_txswitch;/* tx antenna switches */
115 u_int32_t ast_ant_rx[8]; /* rx frames with antenna */
116 u_int32_t ast_ant_tx[8]; /* tx frames with antenna */
117 u_int32_t ast_cabq_xmit; /* cabq frames transmitted */
118 u_int32_t ast_cabq_busy; /* cabq found busy */
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 */
122 u_int32_t ast_ff_rx; /* fast frames rx'd */
123 u_int32_t ast_ff_flush; /* fast frames flushed from staging q */
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 */
127 u_int32_t ast_tdma_update;/* TDMA slot timing updates */
128 u_int32_t ast_tdma_timers;/* TDMA slot update set beacon timers */
129 u_int32_t ast_tdma_tsf; /* TDMA slot update set TSF */
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 */
135 u_int32_t ast_be_missed; /* missed beacons */
136 u_int32_t ast_pad[13];
155 u_int32_t wr_chan_flags;
172 u_int32_t wt_chan_flags;