Lines Matching refs:u32
108 typedef unsigned int u32;
209 u32 tx_good_frames;
210 u32 tx_coll16_errs;
211 u32 tx_late_colls;
212 u32 tx_underruns;
213 u32 tx_lost_carrier;
214 u32 tx_deferred;
215 u32 tx_one_colls;
216 u32 tx_multi_colls;
217 u32 tx_total_colls;
218 u32 rx_good_frames;
219 u32 rx_crc_errs;
220 u32 rx_align_errs;
221 u32 rx_resource_errs;
222 u32 rx_overrun_errs;
223 u32 rx_colls_errs;
224 u32 rx_runt_errs;
225 u32 done_marker;
232 u32 link; /* void * */
233 u32 tx_desc_addr; /* (almost) Always points to the tx_buf_addr element. */
236 u32 tx_buf_addr0; /* void *, header of frame to be transmitted. */
238 u32 tx_buf_addr1; /* void *, data to be transmitted. */
245 u32 link; /* struct RxFD * */
246 u32 rx_buf_addr; /* void * */
266 u32 link;