Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/apple/
H A Dbmac.c81 unsigned short hash_use_count[64]; member
870 if (bp->hash_use_count[crc]++) return; /* This bit is already set */ in bmac_addhash()
873 bp->hash_use_count[crc/16] |= mask; in bmac_addhash()
885 if (bp->hash_use_count[crc] == 0) return; /* That bit wasn't in use! */ in bmac_removehash()
886 if (--bp->hash_use_count[crc]) return; /* That bit is still in use */ in bmac_removehash()
993 for (i=0; i<64; i++) bp->hash_use_count[i] = 0; in bmac_set_multicast()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/apple/
H A Dbmac.c81 unsigned short hash_use_count[64]; member
870 if (bp->hash_use_count[crc]++) return; /* This bit is already set */ in bmac_addhash()
873 bp->hash_use_count[crc/16] |= mask; in bmac_addhash()
885 if (bp->hash_use_count[crc] == 0) return; /* That bit wasn't in use! */ in bmac_removehash()
886 if (--bp->hash_use_count[crc]) return; /* That bit is still in use */ in bmac_removehash()
993 for (i=0; i<64; i++) bp->hash_use_count[i] = 0; in bmac_set_multicast()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/apple/
H A Dbmac.c81 unsigned short hash_use_count[64]; member
870 if (bp->hash_use_count[crc]++) return; /* This bit is already set */ in bmac_addhash()
873 bp->hash_use_count[crc/16] |= mask; in bmac_addhash()
885 if (bp->hash_use_count[crc] == 0) return; /* That bit wasn't in use! */ in bmac_removehash()
886 if (--bp->hash_use_count[crc]) return; /* That bit is still in use */ in bmac_removehash()
993 for (i=0; i<64; i++) bp->hash_use_count[i] = 0; in bmac_set_multicast()