Home
last modified time | relevance | path

Searched refs:tx_grp (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/infiniband/ulp/opa_vnic/
A Dopa_vnic_ethtool.c81 {"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 …]
A Dopa_vnic_vema_iface.c111 for (dst = &cntrs->tx_unicast, src = &vstats.tx_grp.unicast; in opa_vnic_get_summary_counters()
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dvnic_main.c53 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-6.3-rc2/include/rdma/
A Dopa_vnic.h82 struct opa_vnic_grp_stats tx_grp; member

Completed in 6 milliseconds