Searched refs:NIX_RX_STATS (Results 1 – 1 of 1) sorted by relevance
11 #define NIX_RX_STATS(val) plt_read64(nix->base + NIX_LF_RX_STATX(val)) macro33 stats->rx_octs = NIX_RX_STATS(NIX_STAT_LF_RX_RX_OCTS); in roc_nix_stats_get()34 stats->rx_ucast = NIX_RX_STATS(NIX_STAT_LF_RX_RX_UCAST); in roc_nix_stats_get()35 stats->rx_bcast = NIX_RX_STATS(NIX_STAT_LF_RX_RX_BCAST); in roc_nix_stats_get()36 stats->rx_mcast = NIX_RX_STATS(NIX_STAT_LF_RX_RX_MCAST); in roc_nix_stats_get()37 stats->rx_drop = NIX_RX_STATS(NIX_STAT_LF_RX_RX_DROP); in roc_nix_stats_get()38 stats->rx_drop_octs = NIX_RX_STATS(NIX_STAT_LF_RX_RX_DROP_OCTS); in roc_nix_stats_get()39 stats->rx_fcs = NIX_RX_STATS(NIX_STAT_LF_RX_RX_FCS); in roc_nix_stats_get()40 stats->rx_err = NIX_RX_STATS(NIX_STAT_LF_RX_RX_ERR); in roc_nix_stats_get()41 stats->rx_drop_bcast = NIX_RX_STATS(NIX_STAT_LF_RX_RX_DRP_BCAST); in roc_nix_stats_get()[all …]