Searched refs:cur_bit (Results 1 – 2 of 2) sorted by relevance
7197 uint32_t cur_bit = 0; in bxe_check_blocks_with_parity0() local7201 cur_bit = ((uint32_t)0x1 << i); in bxe_check_blocks_with_parity0()7202 if (sig & cur_bit) { in bxe_check_blocks_with_parity0()7203 switch (cur_bit) { in bxe_check_blocks_with_parity0()7235 sig &= ~cur_bit; in bxe_check_blocks_with_parity0()7250 uint32_t cur_bit = 0; in bxe_check_blocks_with_parity1() local7252 cur_bit = ((uint32_t)0x1 << i); in bxe_check_blocks_with_parity1()7253 if (sig & cur_bit) { in bxe_check_blocks_with_parity1()7254 switch (cur_bit) { in bxe_check_blocks_with_parity1()7323 sig &= ~cur_bit; in bxe_check_blocks_with_parity1()[all …]
2950 int cur_bit = j + BIT_VEC64_ELEM_SZ * i; in ecore_mcast_get_next_bin() local2952 vec, cur_bit)) { in ecore_mcast_get_next_bin()2953 return cur_bit; in ecore_mcast_get_next_bin()2972 int cur_bit = ecore_mcast_get_next_bin(o, 0); in ecore_mcast_clear_first_bin() local2974 if (cur_bit >= 0) in ecore_mcast_clear_first_bin()2975 BIT_VEC64_CLEAR_BIT(o->registry.aprox_match.vec, cur_bit); in ecore_mcast_clear_first_bin()2977 return cur_bit; in ecore_mcast_clear_first_bin()