Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/ulp/opa_vnic/
H 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 …]
H A Dopa_vnic_vema_iface.c111 for (dst = &cntrs->tx_unicast, src = &vstats.tx_grp.unicast; in opa_vnic_get_summary_counters()
/linux-6.15/drivers/infiniband/hw/hfi1/
H 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.15/include/rdma/
H A Dopa_vnic.h82 struct opa_vnic_grp_stats tx_grp; member
/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c1119 struct idpf_txq_group *tx_grp = &vport->txq_grps[i]; in idpf_vport_init_fast_path_txqs() local
1121 for (j = 0; j < tx_grp->num_txq; j++, k++) { in idpf_vport_init_fast_path_txqs()
1122 vport->txqs[k] = tx_grp->txqs[j]; in idpf_vport_init_fast_path_txqs()