Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c3119 uint32_t cur_bit = 0; in bnx2x_check_blocks_with_parity0() local
3125 switch (cur_bit) { in bnx2x_check_blocks_with_parity0()
3164 sig &= ~cur_bit; in bnx2x_check_blocks_with_parity0()
3180 switch (cur_bit) { in bnx2x_check_blocks_with_parity1()
3265 sig &= ~cur_bit; in bnx2x_check_blocks_with_parity1()
3282 switch (cur_bit) { in bnx2x_check_blocks_with_parity2()
3326 sig &= ~cur_bit; in bnx2x_check_blocks_with_parity2()
3343 switch (cur_bit) { in bnx2x_check_blocks_with_parity3()
3371 sig &= ~cur_bit; in bnx2x_check_blocks_with_parity3()
3388 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()