hashes 2075 dev/ic/atw.c u_int32_t hashes[2];
hashes 2098 dev/ic/atw.c hashes[0] = hashes[1] = 0x0;
hashes 2110 dev/ic/atw.c hashes[hash >> 5] |= 1 << (hash & 0x1f);
hashes 2120 dev/ic/atw.c hashes[0] = hashes[1] = 0xffffffff;
hashes 2123 dev/ic/atw.c ATW_WRITE(sc, ATW_MAR0, hashes[0]);
hashes 2124 dev/ic/atw.c ATW_WRITE(sc, ATW_MAR1, hashes[1]);
hashes 1021 dev/ic/dc.c u_int32_t hashes[2] = { 0, 0 };
hashes 1066 dev/ic/dc.c hashes[0] |= (1 << h);
hashes 1068 dev/ic/dc.c hashes[1] |= (1 << (h - 32));
hashes 1072 dev/ic/dc.c CSR_WRITE_4(sc, DC_AL_MAR0, hashes[0]);
hashes 1073 dev/ic/dc.c CSR_WRITE_4(sc, DC_AL_MAR1, hashes[1]);
hashes 1085 dev/ic/dc.c u_int32_t hashes[2] = { 0, 0 };
hashes 1135 dev/ic/dc.c hashes[0] |= (1 << h);
hashes 1137 dev/ic/dc.c hashes[1] |= (1 << (h - 32));
hashes 1142 dev/ic/dc.c CSR_WRITE_4(sc, DC_AX_FILTDATA, hashes[0]);
hashes 1144 dev/ic/dc.c CSR_WRITE_4(sc, DC_AX_FILTDATA, hashes[1]);
hashes 511 dev/ic/re.c u_int32_t hashes[2] = { 0, 0 };
hashes 547 dev/ic/re.c hashes[0] |= (1 << h);
hashes 549 dev/ic/re.c hashes[1] |= (1 << (h - 32));
hashes 571 dev/ic/re.c CSR_WRITE_4(sc, RL_MAR0, swap32(hashes[1]));
hashes 572 dev/ic/re.c CSR_WRITE_4(sc, RL_MAR4, swap32(hashes[0]));
hashes 574 dev/ic/re.c CSR_WRITE_4(sc, RL_MAR0, hashes[0]);
hashes 575 dev/ic/re.c CSR_WRITE_4(sc, RL_MAR4, hashes[1]);
hashes 468 dev/ic/rtl81x9.c u_int32_t hashes[2] = { 0, 0 };
hashes 502 dev/ic/rtl81x9.c hashes[0] |= (1 << h);
hashes 504 dev/ic/rtl81x9.c hashes[1] |= (1 << (h - 32));
hashes 515 dev/ic/rtl81x9.c CSR_WRITE_4(sc, RL_MAR0, hashes[0]);
hashes 516 dev/ic/rtl81x9.c CSR_WRITE_4(sc, RL_MAR4, hashes[1]);
hashes 2326 dev/ic/rtw.c u_int32_t hashes[2] = { 0, 0 };
hashes 2379 dev/ic/rtw.c hashes[hash >> 5] |= (1 << (hash & 0x1f));
hashes 2385 dev/ic/rtw.c if (~(hashes[0] & hashes[1]) == 0)
hashes 2391 dev/ic/rtw.c hashes[0] = hashes[1] = 0xffffffff;
hashes 2394 dev/ic/rtw.c RTW_WRITE(regs, RTW_MAR0, hashes[0]);
hashes 2395 dev/ic/rtw.c RTW_WRITE(regs, RTW_MAR1, hashes[1]);
hashes 1069 dev/pci/if_bge.c u_int8_t hashes[16];
hashes 1075 dev/pci/if_bge.c memset(hashes, 0x00, sizeof(hashes));
hashes 1081 dev/pci/if_bge.c memset(hashes, 0xff, sizeof(hashes));
hashes 1086 dev/pci/if_bge.c setbit(hashes, h & 0x7F);
hashes 1092 dev/pci/if_bge.c hashes, sizeof(hashes));
hashes 4779 dev/pci/if_bnx.c u_int32_t hashes[NUM_MC_HASH_REGISTERS] = { 0, 0, 0, 0, 0, 0, 0, 0 };
hashes 4827 dev/pci/if_bnx.c hashes[(h & 0xE0) >> 5] |= 1 << (h & 0x1F);
hashes 4833 dev/pci/if_bnx.c hashes[i]);
hashes 325 dev/pci/if_lge.c u_int32_t h = 0, hashes[2] = { 0, 0 };
hashes 351 dev/pci/if_lge.c hashes[0] |= (1 << h);
hashes 353 dev/pci/if_lge.c hashes[1] |= (1 << (h - 32));
hashes 357 dev/pci/if_lge.c CSR_WRITE_4(sc, LGE_MAR0, hashes[0]);
hashes 358 dev/pci/if_lge.c CSR_WRITE_4(sc, LGE_MAR1, hashes[1]);
hashes 369 dev/pci/if_msk.c u_int32_t hashes[2] = { 0, 0 };
hashes 385 dev/pci/if_msk.c hashes[0] = 0xFFFFFFFF;
hashes 386 dev/pci/if_msk.c hashes[1] = 0xFFFFFFFF;
hashes 399 dev/pci/if_msk.c hashes[0] |= (1 << h);
hashes 401 dev/pci/if_msk.c hashes[1] |= (1 << (h - 32));
hashes 407 dev/pci/if_msk.c SK_YU_WRITE_2(sc_if, YUKON_MCAH1, hashes[0] & 0xffff);
hashes 408 dev/pci/if_msk.c SK_YU_WRITE_2(sc_if, YUKON_MCAH2, (hashes[0] >> 16) & 0xffff);
hashes 409 dev/pci/if_msk.c SK_YU_WRITE_2(sc_if, YUKON_MCAH3, hashes[1] & 0xffff);
hashes 410 dev/pci/if_msk.c SK_YU_WRITE_2(sc_if, YUKON_MCAH4, (hashes[1] >> 16) & 0xffff);
hashes 780 dev/pci/if_sis.c u_int16_t hashes[16];
hashes 802 dev/pci/if_sis.c hashes[i] = ~0;
hashes 805 dev/pci/if_sis.c hashes[i] = 0;
hashes 815 dev/pci/if_sis.c hashes[h >> 4] |= 1 << (h & 0xf);
hashes 822 dev/pci/if_sis.c hashes[i] = ~0;
hashes 828 dev/pci/if_sis.c CSR_WRITE_4(sc, SIS_RXFILT_DATA, hashes[i]);
hashes 434 dev/pci/if_sk.c u_int32_t hashes[2] = { 0, 0 };
hashes 463 dev/pci/if_sk.c hashes[0] = 0xFFFFFFFF;
hashes 464 dev/pci/if_sk.c hashes[1] = 0xFFFFFFFF;
hashes 497 dev/pci/if_sk.c hashes[0] |= (1 << h);
hashes 499 dev/pci/if_sk.c hashes[1] |= (1 << (h - 32));
hashes 510 dev/pci/if_sk.c SK_XM_WRITE_4(sc_if, XM_MAR0, hashes[0]);
hashes 511 dev/pci/if_sk.c SK_XM_WRITE_4(sc_if, XM_MAR2, hashes[1]);
hashes 516 dev/pci/if_sk.c SK_YU_WRITE_2(sc_if, YUKON_MCAH1, hashes[0] & 0xffff);
hashes 517 dev/pci/if_sk.c SK_YU_WRITE_2(sc_if, YUKON_MCAH2, (hashes[0] >> 16) & 0xffff);
hashes 518 dev/pci/if_sk.c SK_YU_WRITE_2(sc_if, YUKON_MCAH3, hashes[1] & 0xffff);
hashes 519 dev/pci/if_sk.c SK_YU_WRITE_2(sc_if, YUKON_MCAH4, (hashes[1] >> 16) & 0xffff);
hashes 513 dev/pci/if_ste.c u_int32_t hashes[2] = { 0, 0 };
hashes 538 dev/pci/if_ste.c hashes[0] |= (1 << h);
hashes 540 dev/pci/if_ste.c hashes[1] |= (1 << (h - 32));
hashes 544 dev/pci/if_ste.c CSR_WRITE_2(sc, STE_MAR0, hashes[0] & 0xFFFF);
hashes 545 dev/pci/if_ste.c CSR_WRITE_2(sc, STE_MAR1, (hashes[0] >> 16) & 0xFFFF);
hashes 546 dev/pci/if_ste.c CSR_WRITE_2(sc, STE_MAR2, hashes[1] & 0xFFFF);
hashes 547 dev/pci/if_ste.c CSR_WRITE_2(sc, STE_MAR3, (hashes[1] >> 16) & 0xFFFF);
hashes 867 dev/pci/if_tl.c u_int32_t hashes[2] = { 0, 0 };
hashes 883 dev/pci/if_tl.c hashes[h/32] |= (1 << (h % 32));
hashes 885 dev/pci/if_tl.c hashes[0] = hashes[1] = 0xffffffff;
hashes 899 dev/pci/if_tl.c hashes[0] = hashes[1] = 0xffffffff;
hashes 902 dev/pci/if_tl.c hashes[0] = hashes[1] = 0x00000000;
hashes 906 dev/pci/if_tl.c tl_dio_write32(sc, TL_HASH1, hashes[0]);
hashes 907 dev/pci/if_tl.c tl_dio_write32(sc, TL_HASH2, hashes[1]);
hashes 482 dev/pci/if_vge.c u_int32_t h = 0, hashes[2] = { 0, 0 };
hashes 523 dev/pci/if_vge.c hashes[h >> 5] |= 1 << (h & 0x1f);
hashes 528 dev/pci/if_vge.c CSR_WRITE_4(sc, VGE_MAR0, hashes[0]);
hashes 529 dev/pci/if_vge.c CSR_WRITE_4(sc, VGE_MAR1, hashes[1]);
hashes 493 dev/pci/if_vr.c u_int32_t hashes[2] = { 0, 0 };
hashes 526 dev/pci/if_vr.c hashes[0] |= (1 << h);
hashes 528 dev/pci/if_vr.c hashes[1] |= (1 << (h - 32));
hashes 539 dev/pci/if_vr.c CSR_WRITE_4(sc, VR_MAR0, hashes[0]);
hashes 540 dev/pci/if_vr.c CSR_WRITE_4(sc, VR_MAR1, hashes[1]);
hashes 533 dev/pci/if_wb.c u_int32_t hashes[2] = { 0, 0 };
hashes 566 dev/pci/if_wb.c hashes[0] |= (1 << h);
hashes 568 dev/pci/if_wb.c hashes[1] |= (1 << (h - 32));
hashes 578 dev/pci/if_wb.c CSR_WRITE_4(sc, WB_MAR0, hashes[0]);
hashes 579 dev/pci/if_wb.c CSR_WRITE_4(sc, WB_MAR1, hashes[1]);
hashes 758 dev/usb/if_udav.c u_int8_t hashes[8];
hashes 780 dev/usb/if_udav.c memset(hashes, 0x00, sizeof(hashes));
hashes 781 dev/usb/if_udav.c hashes[7] |= 0x80; /* broadcast address */
hashes 782 dev/usb/if_udav.c udav_csr_write(sc, UDAV_MAR, hashes, sizeof(hashes));
hashes 792 dev/usb/if_udav.c hashes[h>>3] |= 1 << (h & 0x7);
hashes 801 dev/usb/if_udav.c udav_csr_write(sc, UDAV_MAR, hashes, sizeof(hashes));
hashes 639 dev/usb/if_url.c u_int32_t hashes[2] = { 0, 0 };
hashes 674 dev/usb/if_url.c hashes[0] |= (1 << h);
hashes 676 dev/usb/if_url.c hashes[1] |= (1 << (h -32));
hashes 690 dev/usb/if_url.c url_csr_write_4(sc, URL_MAR0, hashes[0]);
hashes 691 dev/usb/if_url.c url_csr_write_4(sc, URL_MAR4, hashes[1]);