Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c4579 u32 cur_bit; in bnx2x_check_blocks_with_parity0() local
4586 cur_bit = (0x1UL << i); in bnx2x_check_blocks_with_parity0()
4587 if (sig & cur_bit) { in bnx2x_check_blocks_with_parity0()
4591 switch (cur_bit) { in bnx2x_check_blocks_with_parity0()
4633 sig &= ~cur_bit; in bnx2x_check_blocks_with_parity0()
4644 u32 cur_bit; in bnx2x_check_blocks_with_parity1() local
4651 cur_bit = (0x1UL << i); in bnx2x_check_blocks_with_parity1()
4652 if (sig & cur_bit) { in bnx2x_check_blocks_with_parity1()
4654 switch (cur_bit) { in bnx2x_check_blocks_with_parity1()
4777 sig &= ~cur_bit; in bnx2x_check_blocks_with_parity1()
[all …]
Dbnx2x_sp.c2716 int cur_bit = j + BIT_VEC64_ELEM_SZ * i; in bnx2x_mcast_get_next_bin() local
2718 vec, cur_bit)) { in bnx2x_mcast_get_next_bin()
2719 return cur_bit; in bnx2x_mcast_get_next_bin()
2738 int cur_bit = bnx2x_mcast_get_next_bin(o, 0); in bnx2x_mcast_clear_first_bin() local
2740 if (cur_bit >= 0) in bnx2x_mcast_clear_first_bin()
2741 BIT_VEC64_CLEAR_BIT(o->registry.aprox_match.vec, cur_bit); in bnx2x_mcast_clear_first_bin()
2743 return cur_bit; in bnx2x_mcast_clear_first_bin()