hash_bytes 440 drivers/crypto/inside-secure/safexcel.h u8 hash_bytes:1; hash_bytes 158 drivers/net/ethernet/hp/hp100.c u_char hash_bytes[8]; hash_bytes 659 drivers/net/ethernet/hp/hp100.c memset(&lp->hash_bytes, 0x00, 8); hash_bytes 1097 drivers/net/ethernet/hp/hp100.c memset(&lp->hash_bytes, 0x00, 8); hash_bytes 2070 drivers/net/ethernet/hp/hp100.c memset(&lp->hash_bytes, 0xff, 8); hash_bytes 2077 drivers/net/ethernet/hp/hp100.c memset(&lp->hash_bytes, 0xff, 8); hash_bytes 2083 drivers/net/ethernet/hp/hp100.c memset(&lp->hash_bytes, 0x00, 8); hash_bytes 2101 drivers/net/ethernet/hp/hp100.c lp->hash_bytes[idx >> 3] |= (1 << (idx & 7)); hash_bytes 2105 drivers/net/ethernet/hp/hp100.c memset(&lp->hash_bytes, 0xff, 8); hash_bytes 2110 drivers/net/ethernet/hp/hp100.c memset(&lp->hash_bytes, 0x00, 8); hash_bytes 2123 drivers/net/ethernet/hp/hp100.c hp100_outb(lp->hash_bytes[i], HASH_BYTE0 + i); hash_bytes 2127 drivers/net/ethernet/hp/hp100.c lp->hash_bytes[0], lp->hash_bytes[1], hash_bytes 2128 drivers/net/ethernet/hp/hp100.c lp->hash_bytes[2], lp->hash_bytes[3], hash_bytes 2129 drivers/net/ethernet/hp/hp100.c lp->hash_bytes[4], lp->hash_bytes[5], hash_bytes 2130 drivers/net/ethernet/hp/hp100.c lp->hash_bytes[6], lp->hash_bytes[7]); hash_bytes 2146 drivers/net/ethernet/hp/hp100.c if (memcmp(old_hash_bytes, &lp->hash_bytes, 8)) { hash_bytes 2148 drivers/net/ethernet/hp/hp100.c hp100_outb(lp->hash_bytes[i], HASH_BYTE0 + i); hash_bytes 2151 drivers/net/ethernet/hp/hp100.c dev->name, lp->hash_bytes[0], hash_bytes 2152 drivers/net/ethernet/hp/hp100.c lp->hash_bytes[1], lp->hash_bytes[2], hash_bytes 2153 drivers/net/ethernet/hp/hp100.c lp->hash_bytes[3], lp->hash_bytes[4], hash_bytes 2154 drivers/net/ethernet/hp/hp100.c lp->hash_bytes[5], lp->hash_bytes[6], hash_bytes 2155 drivers/net/ethernet/hp/hp100.c lp->hash_bytes[7]);