Searched refs:rx_grp (Results 1 – 2 of 2) sorted by relevance
69 SUM_GRP_COUNTERS(stats, qstats, rx_grp); in hfi1_vnic_update_stats()95 netdev->stats.multicast = stats->rx_grp.mcastbcast; in hfi1_vnic_update_stats()157 struct opa_vnic_grp_stats *rx_grp = &stats->rx_grp; in hfi1_vnic_update_rx_counters() local163 update_len_counters(rx_grp, skb->len); in hfi1_vnic_update_rx_counters()170 rx_grp->mcastbcast++; in hfi1_vnic_update_rx_counters()172 rx_grp->unicast++; in hfi1_vnic_update_rx_counters()175 rx_grp->vlan++; in hfi1_vnic_update_rx_counters()177 rx_grp->untagged++; in hfi1_vnic_update_rx_counters()
83 struct opa_vnic_grp_stats rx_grp; member