Home
last modified time | relevance | path

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

/linux/drivers/infiniband/ulp/opa_vnic/
A Dopa_vnic_ethtool.c94 {"rx_unicast", VNIC_STAT(rx_grp.unicast)},
95 {"rx_mcastbcast", VNIC_STAT(rx_grp.mcastbcast)},
96 {"rx_untagged", VNIC_STAT(rx_grp.untagged)},
97 {"rx_vlan", VNIC_STAT(rx_grp.vlan)},
99 {"rx_64_size", VNIC_STAT(rx_grp.s_64)},
100 {"rx_65_127", VNIC_STAT(rx_grp.s_65_127)},
101 {"rx_128_255", VNIC_STAT(rx_grp.s_128_255)},
102 {"rx_256_511", VNIC_STAT(rx_grp.s_256_511)},
103 {"rx_512_1023", VNIC_STAT(rx_grp.s_512_1023)},
104 {"rx_1024_1518", VNIC_STAT(rx_grp.s_1024_1518)},
[all …]
/linux/drivers/infiniband/hw/hfi1/
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/
A Dopa_vnic.h83 struct opa_vnic_grp_stats rx_grp; member

Completed in 6 milliseconds