Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c3123 uint32_t cur_bit = 0; in bnx2x_check_blocks_with_parity0() local
3129 switch (cur_bit) { in bnx2x_check_blocks_with_parity0()
3168 sig &= ~cur_bit; in bnx2x_check_blocks_with_parity0()
3184 switch (cur_bit) { in bnx2x_check_blocks_with_parity1()
3269 sig &= ~cur_bit; in bnx2x_check_blocks_with_parity1()
3286 switch (cur_bit) { in bnx2x_check_blocks_with_parity2()
3330 sig &= ~cur_bit; in bnx2x_check_blocks_with_parity2()
3347 switch (cur_bit) { in bnx2x_check_blocks_with_parity3()
3375 sig &= ~cur_bit; in bnx2x_check_blocks_with_parity3()
3392 switch (cur_bit) { in bnx2x_check_blocks_with_parity4()
[all …]
H A Decore_sp.c2357 int cur_bit = j + BIT_VEC64_ELEM_SZ * i; in ecore_mcast_get_next_bin() local
2359 (o->registry.aprox_match.vec, cur_bit)) { in ecore_mcast_get_next_bin()
2360 return cur_bit; in ecore_mcast_get_next_bin()
2379 int cur_bit = ecore_mcast_get_next_bin(o, 0); in ecore_mcast_clear_first_bin() local
2381 if (cur_bit >= 0) in ecore_mcast_clear_first_bin()
2382 BIT_VEC64_CLEAR_BIT(o->registry.aprox_match.vec, cur_bit); in ecore_mcast_clear_first_bin()
2384 return cur_bit; in ecore_mcast_clear_first_bin()