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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dhp100.c201 u_char hash_bytes[8]; member in struct:hp100_private
738 memset(&lp->hash_bytes, 0x00, 8);
1165 memset(&lp->hash_bytes, 0x00, 8);
2158 memset(&lp->hash_bytes, 0xff, 8);
2165 memset(&lp->hash_bytes, 0xff, 8);
2171 memset(&lp->hash_bytes, 0x00, 8);
2190 lp->hash_bytes[idx >> 3] |= (1 << (idx & 7));
2195 memset(&lp->hash_bytes, 0xff, 8);
2200 memset(&lp->hash_bytes, 0x00, 8);
2213 hp100_outb(lp->hash_bytes[
[all...]

Completed in 36 milliseconds