Searched refs:rx_grp (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/ulp/opa_vnic/ |
A D | opa_vnic_ethtool.c | 94 {"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-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | vnic_main.c | 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() 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-6.3-rc2/include/rdma/ |
A D | opa_vnic.h | 83 struct opa_vnic_grp_stats rx_grp; member
|
Completed in 5 milliseconds