Home
last modified time | relevance | path

Searched refs:rx_mcast_pkts (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev_api.h346 u64 rx_mcast_pkts; member
H A Decore_l2.c1823 p_stats->common.rx_mcast_pkts += in __ecore_get_vport_ustats()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_gld.c734 *value = vstats.common.rx_mcast_pkts;
773 vstats.common.rx_mcast_pkts +
H A Dqede_kstat.c470 pStats->rxMcastPkts.value.ui64 = vstats.common.rx_mcast_pkts; in qede_kstat_vport_stats_update()