Searched refs:tx_grp (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_ethtool.c | 81 {"tx_unicast", VNIC_STAT(tx_grp.unicast)}, 82 {"tx_mcastbcast", VNIC_STAT(tx_grp.mcastbcast)}, 83 {"tx_untagged", VNIC_STAT(tx_grp.untagged)}, 84 {"tx_vlan", VNIC_STAT(tx_grp.vlan)}, 86 {"tx_64_size", VNIC_STAT(tx_grp.s_64)}, 87 {"tx_65_127", VNIC_STAT(tx_grp.s_65_127)}, 88 {"tx_128_255", VNIC_STAT(tx_grp.s_128_255)}, 89 {"tx_256_511", VNIC_STAT(tx_grp.s_256_511)}, 90 {"tx_512_1023", VNIC_STAT(tx_grp.s_512_1023)}, 91 {"tx_1024_1518", VNIC_STAT(tx_grp.s_1024_1518)}, [all …]
|
D | opa_vnic_vema_iface.c | 111 for (dst = &cntrs->tx_unicast, src = &vstats.tx_grp.unicast; in opa_vnic_get_summary_counters()
|
/Linux-v6.6/drivers/infiniband/hw/hfi1/ |
D | vnic_main.c | 53 SUM_GRP_COUNTERS(stats, qstats, tx_grp); in hfi1_vnic_update_stats() 128 struct opa_vnic_grp_stats *tx_grp = &stats->tx_grp; in hfi1_vnic_update_tx_counters() local 134 update_len_counters(tx_grp, skb->len); in hfi1_vnic_update_tx_counters() 141 tx_grp->mcastbcast++; in hfi1_vnic_update_tx_counters() 143 tx_grp->unicast++; in hfi1_vnic_update_tx_counters() 146 tx_grp->vlan++; in hfi1_vnic_update_tx_counters() 148 tx_grp->untagged++; in hfi1_vnic_update_tx_counters()
|
/Linux-v6.6/include/rdma/ |
D | opa_vnic.h | 82 struct opa_vnic_grp_stats tx_grp; member
|