Home
last modified time | relevance | path

Searched refs:tx_ucast_pkts (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/infiniband/hw/bnxt_re/
H A Dhw_counters.c347 le64_to_cpu(hw_stats->tx_ucast_pkts); in bnxt_re_ib_get_hw_stats()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede.h49 u64 tx_ucast_pkts; member
H A Dqede_main.c338 p_common->tx_ucast_pkts = stats.common.tx_ucast_pkts; in qede_fill_by_demand_stats()
435 stats->tx_packets = p_common->tx_ucast_pkts + p_common->tx_mcast_pkts + in qede_get_stats64()
H A Dqede_ethtool.c95 QEDE_STAT(tx_ucast_pkts),
/linux/include/linux/qed/
H A Dqed_if.h1329 u64 tx_ucast_pkts; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h2344 __le64 tx_ucast_pkts; member
2402 __le64 tx_ucast_pkts; member
8825 __le64 tx_ucast_pkts; member
8849 __le64 tx_ucast_pkts; member
8939 __le64 tx_ucast_pkts; member
8990 __le64 tx_ucast_pkts; member
H A Dbnxt.c12498 stats->tx_packets += BNXT_GET_RING_STATS64(sw, tx_ucast_pkts); in bnxt_get_ring_stats()
15006 stats->packets += BNXT_GET_RING_STATS64(sw, tx_ucast_pkts); in bnxt_get_queue_stats_tx()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c3097 eth_stats.common.tx_ucast_pkts; in qed_get_protocol_stats()
3161 tlv->tx_frames = p_common->tx_ucast_pkts + p_common->tx_mcast_pkts + in qed_fill_generic_tlv_data()
H A Dqed_l2.c1633 p_stats->common.tx_ucast_pkts += in __qed_get_vport_pstats()