Searched refs:crc_index (Results 1 – 1 of 1) sorted by relevance
2030 uint32_t crc_index; in vr_mac_set_multicast() local2120 crc_index = ether_crc_be(mca) >> (32 - 6); in vr_mac_set_multicast()2125 if (crc_index < 32) in vr_mac_set_multicast()2126 vrp->mhash0 |= (1 << crc_index); in vr_mac_set_multicast()2128 vrp->mhash1 |= (1 << (crc_index - 32)); in vr_mac_set_multicast()2133 if (crc_index < 32) in vr_mac_set_multicast()2134 vrp->mhash0 &= ~(0 << crc_index); in vr_mac_set_multicast()2136 vrp->mhash1 &= ~(0 << (crc_index - 32)); in vr_mac_set_multicast()