Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h175 uint64_t ifInPkts; /**< Total number of packets received.*/ member
H A Dfm_macsec_ext.h543 uint64_t ifInPkts; /**< Total number of packets received */ member
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c420 p_Statistics->ifInPkts = p_Statistics->ifInUcastPkts in TgecGetStatistics()
H A Dmemac.c575 p_Statistics->ifInPkts = p_Statistics->ifInUcastPkts in MemacGetStatistics()
H A Ddtsec.c729 p_Statistics->ifInPkts = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_RPKT) in DtsecGetStatistics()