Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h179 uint64_t ifInBcastPkts; /**< Total number of broadcast frame received */ member
H A Dfm_macsec_ext.h545 uint64_t ifInBcastPkts; /**< Total number of broadcast frame received */ member
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c419 p_Statistics->ifInBcastPkts = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_RBCA); in TgecGetStatistics()
422 + p_Statistics->ifInBcastPkts; in TgecGetStatistics()
H A Dmemac.c574 …p_Statistics->ifInBcastPkts = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_RB… in MemacGetStatistics()
577 + p_Statistics->ifInBcastPkts; in MemacGetStatistics()
H A Ddtsec.c734 p_Statistics->ifInBcastPkts = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_RBCA) in DtsecGetStatistics()