Searched refs:tx_ucast_pkts (Results 1 – 12 of 12) sorted by relevance
59 .tx_ucast_pkts = (u64)0,
53 {"tx_ucast_pkts", QL_SIZEOF(nic_stats.tx_ucast_pkts),54 QL_OFF(nic_stats.tx_ucast_pkts)},
1514 u64 tx_ucast_pkts; member
285 le64_to_cpu(hw_stats->tx_ucast_pkts); in bnxt_re_ib_get_hw_stats()
51 u64 tx_ucast_pkts; member
327 p_common->tx_ucast_pkts = stats.common.tx_ucast_pkts; in qede_fill_by_demand_stats()421 stats->tx_packets = p_common->tx_ucast_pkts + p_common->tx_mcast_pkts + in qede_get_stats64()
96 QEDE_STAT(tx_ucast_pkts),
1315 u64 tx_ucast_pkts; member
1995 __le64 tx_ucast_pkts; member2054 __le64 tx_ucast_pkts; member8001 __le64 tx_ucast_pkts; member8025 __le64 tx_ucast_pkts; member8108 __le64 tx_ucast_pkts; member8159 __le64 tx_ucast_pkts; member
10584 stats->tx_packets += BNXT_GET_RING_STATS64(sw, tx_ucast_pkts); in bnxt_get_ring_stats()
3057 eth_stats.common.tx_ucast_pkts; in qed_get_protocol_stats()3121 tlv->tx_frames = p_common->tx_ucast_pkts + p_common->tx_mcast_pkts + in qed_fill_generic_tlv_data()
1633 p_stats->common.tx_ucast_pkts += in __qed_get_vport_pstats()
Completed in 152 milliseconds