Home
last modified time | relevance | path

Searched defs:xl_stats (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/netif/xl/
H A Dif_xlreg.h619 struct xl_stats { struct
620 u_int8_t xl_carrier_lost;
621 u_int8_t xl_sqe_errs;
622 u_int8_t xl_tx_multi_collision;
623 u_int8_t xl_tx_single_collision;
624 u_int8_t xl_tx_late_collision;
625 u_int8_t xl_rx_overrun;
626 u_int8_t xl_tx_frames_ok;
627 u_int8_t xl_rx_frames_ok;
628 u_int8_t xl_tx_deferred;
[all …]
H A Dif_xl.c2386 struct xl_stats xl_stats; in xl_stats_update_serialized() local