Home
last modified time | relevance | path

Searched refs:rx_bcast_pkts (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/qlge/
H A Dqlge_ethtool.c83 {"rx_bcast_pkts", QL_SIZEOF(nic_stats.rx_bcast_pkts),
84 QL_OFF(nic_stats.rx_bcast_pkts)},
H A Dqlge.h1535 u64 rx_bcast_pkts; member
H A Dqlge_dbg.c1536 DUMP_STAT(qdev, rx_bcast_pkts); in ql_dump_stat()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/
H A Dqede.h53 u64 rx_bcast_pkts; member
H A Dqede_main.c324 p_common->rx_bcast_pkts = stats.common.rx_bcast_pkts; in qede_fill_by_demand_stats()
425 p_common->rx_bcast_pkts; in qede_get_stats64()
435 stats->multicast = p_common->rx_mcast_pkts + p_common->rx_bcast_pkts; in qede_get_stats64()
H A Dqede_ethtool.c91 QEDE_STAT(rx_bcast_pkts),
/OK3568_Linux_fs/kernel/include/linux/qed/
H A Dqed_if.h1262 u64 rx_bcast_pkts; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h1610 __le64 rx_bcast_pkts; member
1653 __le64 rx_bcast_pkts; member
7105 __le64 rx_bcast_pkts; member
7129 __le64 rx_bcast_pkts; member
7228 __le64 rx_bcast_pkts; member
7263 __le64 rx_bcast_pkts; member
H A Dbnxt.c10172 stats->rx_packets += BNXT_GET_RING_STATS64(sw, rx_bcast_pkts); in bnxt_get_ring_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c3114 p_common->rx_bcast_pkts; in qed_fill_generic_tlv_data()
H A Dqed_l2.c1710 p_stats->common.rx_bcast_pkts += HILO_64_REGPAIR(ustats.rcv_bcast_pkts); in __qed_get_vport_ustats()