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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbmac.c83 unsigned short hash_use_count[64]; member in struct:bmac_data
816 if (bp->hash_use_count[crc]++) return; /* This bit is already set */
819 bp->hash_use_count[crc/16] |= mask;
831 if (bp->hash_use_count[crc] == 0) return; /* That bit wasn't in use! */
832 if (--bp->hash_use_count[crc]) return; /* That bit is still in use */
916 for (i=0; i<64; i++) bp->hash_use_count[i] = 0;

Completed in 200 milliseconds