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

/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_emac.c538 uint32_t val, crc, hashreg, hashbit, hash[2], machi, maclo; local
562 hashbit = (crc & 0x1f);
563 hash[hashreg] |= (1 << hashbit);
/netbsd-current/sys/dev/ic/
H A Ddwc_eqos.c483 uint32_t pfil, crc, hashreg, hashbit, hash[2]; local
525 hashbit = (crc & 0x1f);
526 hash[hashreg] |= (1 << hashbit);
/netbsd-current/sys/dev/pci/
H A Dif_txp.c1986 uint32_t crc, carry, hashbit, hash[2]; local
2044 hashbit = (uint16_t)(crc & (64 - 1));
2045 hash[hashbit / 32] |= (1 << hashbit % 32);

Completed in 126 milliseconds