HomeSort by: relevance | last modified time | path
    Searched defs:hashbit (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_txp.c 1986 uint32_t crc, carry, hashbit, hash[2]; local in function:txp_set_filter
2044 hashbit = (uint16_t)(crc & (64 - 1));
2045 hash[hashbit / 32] |= (1 << hashbit % 32);
  /src/sys/dev/ic/
dwc_eqos.c 483 uint32_t pfil, crc, hashreg, hashbit, hash[2]; local in function:eqos_setup_rxfilter
525 hashbit = (crc & 0x1f);
526 hash[hashreg] |= (1 << hashbit);
  /src/sys/arch/arm/sunxi/
sunxi_emac.c 538 uint32_t val, crc, hashreg, hashbit, hash[2], machi, maclo; local in function:sunxi_emac_setup_rxfilter
562 hashbit = (crc & 0x1f);
563 hash[hashreg] |= (1 << hashbit);

Completed in 84 milliseconds