Searched refs:crcMirror (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c1063 uint8_t crcMirror, reg; local
1079 crcMirror = MIRROR((uint8_t)crc);
1082 reg = (uint8_t)(crcMirror >> 5);
1084 bitMask = 0x80000000 >> (crcMirror & 0x1f);
1094 LIST_AddToTail(&(p_HashEntry->node), &(p_Dtsec->p_MulticastAddrHash->p_Lsts[crcMirror]));
1101 LIST_AddToTail(&(p_HashEntry->node), &(p_Dtsec->p_UnicastAddrHash->p_Lsts[crcMirror]));
1118 uint8_t crcMirror, reg; local
1134 crcMirror = MIRROR((uint8_t)crc);
1137 reg =(uint8_t)( crcMirror >> 5);
1139 bitMask = 0x80000000 >> (crcMirror
[all...]

Completed in 78 milliseconds