Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bxe/
Dbxe.c7262 uint32_t cur_bit = 0; in bxe_check_blocks_with_parity0() local
7266 cur_bit = ((uint32_t)0x1 << i); in bxe_check_blocks_with_parity0()
7267 if (sig & cur_bit) { in bxe_check_blocks_with_parity0()
7268 switch (cur_bit) { in bxe_check_blocks_with_parity0()
7300 sig &= ~cur_bit; in bxe_check_blocks_with_parity0()
7315 uint32_t cur_bit = 0; in bxe_check_blocks_with_parity1() local
7317 cur_bit = ((uint32_t)0x1 << i); in bxe_check_blocks_with_parity1()
7318 if (sig & cur_bit) { in bxe_check_blocks_with_parity1()
7319 switch (cur_bit) { in bxe_check_blocks_with_parity1()
7388 sig &= ~cur_bit; in bxe_check_blocks_with_parity1()
[all …]
Decore_sp.c2952 int cur_bit = j + BIT_VEC64_ELEM_SZ * i; in ecore_mcast_get_next_bin() local
2954 vec, cur_bit)) { in ecore_mcast_get_next_bin()
2955 return cur_bit; in ecore_mcast_get_next_bin()
2974 int cur_bit = ecore_mcast_get_next_bin(o, 0); in ecore_mcast_clear_first_bin() local
2976 if (cur_bit >= 0) in ecore_mcast_clear_first_bin()
2977 BIT_VEC64_CLEAR_BIT(o->registry.aprox_match.vec, cur_bit); in ecore_mcast_clear_first_bin()
2979 return cur_bit; in ecore_mcast_clear_first_bin()