Home
last modified time | relevance | path

Searched refs:trmax (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
HDdtsec.h386 uint64_t trmax; member
470 …volatile uint32_t trmax; /* 0x214 transmit and receive 1024 to 1518 byte frame counter */
HDdtsec.c258 p_Dtsec->internalStatistics.trmax += VAL22BIT; in UpdateStatistics()
874 p_Statistics->eStatPkts1024to1518 = (MASK22BIT & GET_UINT32(p_DtsecMemMap->trmax)) in DtsecGetStatistics()
875 … + p_Dtsec->internalStatistics.trmax; /**< r-10G 1024 to 1518 byte frame counter */ in DtsecGetStatistics()