Home
last modified time | relevance | path

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

/trueos/sys/dev/bxe/
HDbxe.c7609 uint32_t cur_bit = 0; in bxe_check_blocks_with_parity0() local
7613 cur_bit = ((uint32_t)0x1 << i); in bxe_check_blocks_with_parity0()
7614 if (sig & cur_bit) { in bxe_check_blocks_with_parity0()
7615 switch (cur_bit) { in bxe_check_blocks_with_parity0()
7647 sig &= ~cur_bit; in bxe_check_blocks_with_parity0()
7662 uint32_t cur_bit = 0; in bxe_check_blocks_with_parity1() local
7664 cur_bit = ((uint32_t)0x1 << i); in bxe_check_blocks_with_parity1()
7665 if (sig & cur_bit) { in bxe_check_blocks_with_parity1()
7666 switch (cur_bit) { in bxe_check_blocks_with_parity1()
7735 sig &= ~cur_bit; in bxe_check_blocks_with_parity1()
[all …]
HDecore_sp.c2778 int cur_bit = j + BIT_VEC64_ELEM_SZ * i; in ecore_mcast_get_next_bin() local
2780 vec, cur_bit)) { in ecore_mcast_get_next_bin()
2781 return cur_bit; in ecore_mcast_get_next_bin()
2800 int cur_bit = ecore_mcast_get_next_bin(o, 0); in ecore_mcast_clear_first_bin() local
2802 if (cur_bit >= 0) in ecore_mcast_clear_first_bin()
2803 BIT_VEC64_CLEAR_BIT(o->registry.aprox_match.vec, cur_bit); in ecore_mcast_clear_first_bin()
2805 return cur_bit; in ecore_mcast_clear_first_bin()