Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c2507 if (o->registry.aprox_match.vec[i]) in bnx2x_mcast_get_next_bin()
2510 if (BIT_VEC64_TEST_BIT(o->registry.aprox_match. in bnx2x_mcast_get_next_bin()
2534 BIT_VEC64_CLEAR_BIT(o->registry.aprox_match.vec, cur_bit); in bnx2x_mcast_clear_first_bin()
2576 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, bin); in bnx2x_mcast_set_one_rule_e2()
2950 elem = o->registry.aprox_match.vec[i]; in bnx2x_mcast_refresh_registry_e2()
3085 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, in bnx2x_mcast_hdl_add_e1h()
3135 memset(o->registry.aprox_match.vec, 0, in bnx2x_mcast_setup_e1h()
3136 sizeof(o->registry.aprox_match.vec)); in bnx2x_mcast_setup_e1h()
3153 memset(o->registry.aprox_match.vec, 0, in bnx2x_mcast_setup_e1h()
3154 sizeof(o->registry.aprox_match.vec)); in bnx2x_mcast_setup_e1h()
[all …]
Dbnx2x_sp.h539 } aprox_match; member