Searched refs:GET_RX_STATS (Results 1 – 1 of 1) sorted by relevance
1613 #define GET_RX_STATS(reg) \ in nicvf_update_stats() macro1618 stats->rx_bytes = GET_RX_STATS(RX_OCTS); in nicvf_update_stats()1619 stats->rx_ucast_frames = GET_RX_STATS(RX_UCAST); in nicvf_update_stats()1620 stats->rx_bcast_frames = GET_RX_STATS(RX_BCAST); in nicvf_update_stats()1621 stats->rx_mcast_frames = GET_RX_STATS(RX_MCAST); in nicvf_update_stats()1622 stats->rx_fcs_errors = GET_RX_STATS(RX_FCS); in nicvf_update_stats()1623 stats->rx_l2_errors = GET_RX_STATS(RX_L2ERR); in nicvf_update_stats()1624 stats->rx_drop_red = GET_RX_STATS(RX_RED); in nicvf_update_stats()1625 stats->rx_drop_red_bytes = GET_RX_STATS(RX_RED_OCTS); in nicvf_update_stats()1626 stats->rx_drop_overrun = GET_RX_STATS(RX_ORUN); in nicvf_update_stats()[all …]