Home
last modified time | relevance | path

Searched refs:rx_grp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c69 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() local
163 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()
/linux/include/rdma/
H A Dopa_vnic.h83 struct opa_vnic_grp_stats rx_grp; member