Searched refs:hash_index (Results 1 – 1 of 1) sorted by relevance
1390 uint32_t hash_index; in net_if_stm32_mcast_cb() local1427 hash_index = (crc >> 26) & 0x3f; in net_if_stm32_mcast_cb()1428 hash_table[hash_index / 32] |= (1 << (hash_index % 32)); in net_if_stm32_mcast_cb()1444 hash_index = (crc >> 26) & 0x3f; in net_if_stm32_mcast_cb()1445 hash_table[hash_index / 32] |= (1 << (hash_index % 32)); in net_if_stm32_mcast_cb()1460 hash_index = (crc >> 26) & 0x3f; in net_if_stm32_mcast_cb()1461 hash_table[hash_index / 32] |= (1 << (hash_index % 32)); in net_if_stm32_mcast_cb()1477 hash_index = (crc >> 26) & 0x3f; in net_if_stm32_mcast_cb()1478 hash_table[hash_index / 32] |= (1 << (hash_index % 32)); in net_if_stm32_mcast_cb()