Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/ncsw/inc/Peripherals/
HDfm_mac_ext.h188 uint64_t ifOutPkts; /**< Total number of packets sent .*/ member
HDfm_macsec_ext.h556 uint64_t ifOutPkts; /**< Total number of packets sent */ member
/freebsd-14-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
HDtgec.c430 p_Statistics->ifOutPkts = p_Statistics->ifOutUcastPkts in TgecGetStatistics()
HDmemac.c585 p_Statistics->ifOutPkts = p_Statistics->ifOutUcastPkts in MemacGetStatistics()
HDdtsec.c738 p_Statistics->ifOutPkts = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TPKT) in DtsecGetStatistics()