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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbmac.c82 unsigned short hash_use_count[64]; member in struct:bmac_data
827 if (bp->hash_use_count[crc]++) return; /* This bit is already set */
830 bp->hash_use_count[crc/16] |= mask;
842 if (bp->hash_use_count[crc] == 0) return; /* That bit wasn't in use! */
843 if (--bp->hash_use_count[crc]) return; /* That bit is still in use */
927 for (i=0; i<64; i++) bp->hash_use_count[i] = 0;

Completed in 47 milliseconds