Home
last modified time | relevance | path

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

/linux/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/include/rdma/
H A Dopa_vnic.h82 struct opa_vnic_grp_stats tx_grp; member
/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema_iface.c111 for (dst = &cntrs->tx_unicast, src = &vstats.tx_grp.unicast; in opa_vnic_get_summary_counters()
/linux/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()