Home
last modified time | relevance | path

Searched refs:ifOutBcastPkts (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h192 uint64_t ifOutBcastPkts; /**< Total number of multicast frame sent */ member
H A Dfm_macsec_ext.h558 uint64_t ifOutBcastPkts; /**< Total number of multicast frame sent */ member
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c429 p_Statistics->ifOutBcastPkts = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_TBCA); in TgecGetStatistics()
432 + p_Statistics->ifOutBcastPkts; in TgecGetStatistics()
H A Dmemac.c584 …p_Statistics->ifOutBcastPkts = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_TB… in MemacGetStatistics()
587 + p_Statistics->ifOutBcastPkts; in MemacGetStatistics()
H A Ddtsec.c743 p_Statistics->ifOutBcastPkts = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TBCA) in DtsecGetStatistics()