Lines Matching refs:vec
2714 if (o->registry.aprox_match.vec[i]) in bnx2x_mcast_get_next_bin()
2718 vec, cur_bit)) { in bnx2x_mcast_get_next_bin()
2741 BIT_VEC64_CLEAR_BIT(o->registry.aprox_match.vec, cur_bit); in bnx2x_mcast_clear_first_bin()
2783 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, bin); in bnx2x_mcast_set_one_rule_e2()
3158 elem = o->registry.aprox_match.vec[i]; in bnx2x_mcast_refresh_registry_e2()
3291 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, in bnx2x_mcast_hdl_add_e1h()
3341 memset(o->registry.aprox_match.vec, 0, in bnx2x_mcast_setup_e1h()
3342 sizeof(o->registry.aprox_match.vec)); in bnx2x_mcast_setup_e1h()
3359 memset(o->registry.aprox_match.vec, 0, in bnx2x_mcast_setup_e1h()
3360 sizeof(o->registry.aprox_match.vec)); in bnx2x_mcast_setup_e1h()
4035 int idx, vec, i; in bnx2x_credit_pool_get_entry() local
4040 for (vec = 0; vec < BNX2X_POOL_VEC_SIZE; vec++) { in bnx2x_credit_pool_get_entry()
4043 if (!o->pool_mirror[vec]) in bnx2x_credit_pool_get_entry()
4047 for (idx = vec * BIT_VEC64_ELEM_SZ, i = 0; in bnx2x_credit_pool_get_entry()