Searched refs:GET_RX_STATS (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/vnic/
H A Dnicvf_main.c1567 #define GET_RX_STATS(reg) \ macro
1572 stats->rx_bytes = GET_RX_STATS(RX_OCTS);
1573 stats->rx_ucast_frames = GET_RX_STATS(RX_UCAST);
1574 stats->rx_bcast_frames = GET_RX_STATS(RX_BCAST);
1575 stats->rx_mcast_frames = GET_RX_STATS(RX_MCAST);
1576 stats->rx_fcs_errors = GET_RX_STATS(RX_FCS);
1577 stats->rx_l2_errors = GET_RX_STATS(RX_L2ERR);
1578 stats->rx_drop_red = GET_RX_STATS(RX_RED);
1579 stats->rx_drop_red_bytes = GET_RX_STATS(RX_RED_OCTS);
1580 stats->rx_drop_overrun = GET_RX_STATS(RX_ORU
[all...]

Completed in 102 milliseconds