Searched refs:hash_table (Results 1 – 1 of 1) sorted by relevance
1089 uint32_t hash_table[2]; in eth_stm32_mcast_filter() local1100 hash_table[0] = heth->Instance->MACHT0R; in eth_stm32_mcast_filter()1101 hash_table[1] = heth->Instance->MACHT1R; in eth_stm32_mcast_filter()1103 hash_table[0] = heth->Instance->MACHTLR; in eth_stm32_mcast_filter()1104 hash_table[1] = heth->Instance->MACHTHR; in eth_stm32_mcast_filter()1109 hash_table[hash_index / 32] |= (1 << (hash_index % 32)); in eth_stm32_mcast_filter()1118 hash_table[hash_index / 32] &= ~(1 << (hash_index % 32)); in eth_stm32_mcast_filter()1123 heth->Instance->MACHT0R = hash_table[0]; in eth_stm32_mcast_filter()1124 heth->Instance->MACHT1R = hash_table[1]; in eth_stm32_mcast_filter()1126 heth->Instance->MACHTLR = hash_table[0]; in eth_stm32_mcast_filter()[all …]