Home
last modified time | relevance | path

Searched refs:cur_bit (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bxe/
H A Dbxe.c7197 uint32_t cur_bit = 0; in bxe_check_blocks_with_parity0() local
7201 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() local
7252 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 …]
H A Decore_sp.c2950 int cur_bit = j + BIT_VEC64_ELEM_SZ * i; in ecore_mcast_get_next_bin() local
2952 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() local
2974 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()