Searched defs:ifec_stats (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | eepro100.h | 96 struct ifec_stats { struct 98 tx_good_frames, tx_coll16_errs, tx_late_colls, 99 tx_underruns, tx_lost_carrier, tx_deferred, 100 tx_one_colls, tx_multi_colls, tx_total_colls, 101 rx_good_frames, rx_crc_errs, rx_align_errs, 102 rx_resource_errs, rx_overrun_errs, rx_colls_errs, 103 rx_runt_errs, done_marker;
|