Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h98 u64 rx_ucast_bytes; member
H A Dt4vf_hw.c1822 s->rx_ucast_bytes = be64_to_cpu(fwstats.rx_ucast_bytes); in t4vf_get_port_stats()
H A Dcxgb4vf_main.c925 stats.rx_ucast_bytes); in cxgb4vf_get_stats()
/linux/drivers/scsi/csiostor/
H A Dt4fw_api_stor.h417 __be64 rx_ucast_bytes; member
H A Dcsio_attr.c354 be64_to_cpu(fcoe_port_stats.rx_ucast_bytes)) / in csio_get_stats()
H A Dcsio_mb.c1095 portstats->rx_ucast_bytes = stats.rx_ucast_bytes; in csio_mb_process_portparams_rsp()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dhw_counters.c345 le64_to_cpu(hw_stats->rx_ucast_bytes); in bnxt_re_ib_get_hw_stats()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede.h37 u64 rx_ucast_bytes; member
H A Dqede_main.c325 p_common->rx_ucast_bytes = stats.common.rx_ucast_bytes; in qede_fill_by_demand_stats()
438 stats->rx_bytes = p_common->rx_ucast_bytes + p_common->rx_mcast_bytes + in qede_get_stats64()
H A Dqede_ethtool.c85 QEDE_STAT(rx_ucast_bytes),
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h645 __le64 rx_ucast_bytes; /* data bytes recvd (ucast) */ member
/linux/include/linux/qed/
H A Dqed_if.h1317 u64 rx_ucast_bytes; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h2357 __le64 rx_ucast_bytes; member
2399 __le64 rx_ucast_bytes; member
8822 __le64 rx_ucast_bytes; member
8846 __le64 rx_ucast_bytes; member
8952 __le64 rx_ucast_bytes; member
8987 __le64 rx_ucast_bytes; member
H A Dbnxt.c12500 stats->rx_bytes += BNXT_GET_RING_STATS64(sw, rx_ucast_bytes); in bnxt_get_ring_stats()
14982 stats->bytes += BNXT_GET_RING_STATS64(sw, rx_ucast_bytes); in bnxt_get_queue_stats_rx()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_if.h2848 __le64 rx_ucast_bytes; member
H A Dionic_lif.c1286 ns->rx_bytes = le64_to_cpu(ls->rx_ucast_bytes) + in ionic_get_stats64()
2403 vf_stats->rx_bytes = le64_to_cpu(vs->rx_ucast_bytes); in ionic_get_vf_stats()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h2523 __be64 rx_ucast_bytes; member
2541 __be64 rx_ucast_bytes; member
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c3158 tlv->rx_bytes = p_common->rx_ucast_bytes + p_common->rx_mcast_bytes + in qed_fill_generic_tlv_data()
H A Dqed_l2.c1703 p_stats->common.rx_ucast_bytes += in __qed_get_vport_ustats()