Home
last modified time | relevance | path

Searched refs:tx_ucast_bytes (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/bnxt_re/
Dhw_counters.c145 le64_to_cpu(bnxt_re_stats->tx_ucast_bytes); in bnxt_re_ib_get_hw_stats()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h85 u64 tx_ucast_bytes; /* unicast */ member
Dt4vf_hw.c1811 s->tx_ucast_bytes = be64_to_cpu(fwstats.tx_ucast_bytes); in t4vf_get_port_stats()
Dcxgb4vf_main.c921 stats.tx_ucast_bytes + stats.tx_offload_bytes); in cxgb4vf_get_stats()
/Linux-v5.10/drivers/scsi/csiostor/
Dt4fw_api_stor.h408 __be64 tx_ucast_bytes; member
Dcsio_attr.c346 be64_to_cpu(fcoe_port_stats.tx_ucast_bytes) + in csio_get_stats()
Dcsio_mb.c1076 portstats->tx_ucast_bytes = stats.tx_ucast_bytes; in csio_mb_process_portparams_rsp()
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfwil_types.h576 __le64 tx_ucast_bytes; /* data bytes txed (ucast) */ member
/Linux-v5.10/drivers/net/ethernet/qlogic/qede/
Dqede.h57 u64 tx_ucast_bytes; member
Dqede_main.c329 p_common->tx_ucast_bytes = stats.common.tx_ucast_bytes; in qede_fill_by_demand_stats()
431 stats->tx_bytes = p_common->tx_ucast_bytes + p_common->tx_mcast_bytes + in qede_get_stats64()
Dqede_ethtool.c93 QEDE_STAT(tx_ucast_bytes),
/Linux-v5.10/include/linux/qed/
Dqed_if.h1266 u64 tx_ucast_bytes; member
/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_hsi.h1605 __le64 tx_ucast_bytes; member
1664 __le64 tx_ucast_bytes; member
7116 __le64 tx_ucast_bytes; member
7140 __le64 tx_ucast_bytes; member
7223 __le64 tx_ucast_bytes; member
7274 __le64 tx_ucast_bytes; member
Dbnxt.c10069 stats->tx_bytes += BNXT_GET_RING_STATS64(sw, tx_ucast_bytes); in bnxt_get_ring_stats()
/Linux-v5.10/drivers/net/ethernet/pensando/ionic/
Dionic_if.h2529 __le64 tx_ucast_bytes; member
Dionic_lif.c927 ns->tx_bytes = le64_to_cpu(ls->tx_ucast_bytes) + in ionic_get_stats64()
1952 vf_stats->tx_bytes = le64_to_cpu(vs->tx_ucast_bytes); in ionic_get_vf_stats()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h2511 __be64 tx_ucast_bytes; member
2530 __be64 tx_ucast_bytes; member
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_main.c3116 tlv->tx_bytes = p_common->tx_ucast_bytes + p_common->tx_mcast_bytes + in qed_fill_generic_tlv_data()
Dqed_l2.c1626 p_stats->common.tx_ucast_bytes += in __qed_get_vport_pstats()