Home
last modified time | relevance | path

Searched refs:eStatCRCAlignErrors (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
HDfm_mac_ext.h144 …uint64_t eStatCRCAlignErrors; /**< Incremented when frames of correct length but with CRC err… member
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
HDdtsec.c904 p_Statistics->eStatCRCAlignErrors = (MASK16BIT & GET_UINT32(p_DtsecMemMap->raln)) in DtsecGetStatistics()
920 + p_Statistics->eStatCRCAlignErrors in DtsecGetStatistics()
HDtgec.c527 p_Statistics->eStatCRCAlignErrors = GET_UINT64(p_TgecMemMap->RALN); in TgecGetStatistics()