Home
last modified time | relevance | path

Searched refs:vsis (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_flow.c615 !test_bit(vsi_handle, p->vsis)) in ice_flow_find_prof_conds()
822 if (!test_bit(vsi_handle, prof->vsis)) { in ice_flow_assoc_prof()
828 set_bit(vsi_handle, prof->vsis); in ice_flow_assoc_prof()
854 if (test_bit(vsi_handle, prof->vsis)) { in ice_flow_disassoc_prof()
860 clear_bit(vsi_handle, prof->vsis); in ice_flow_disassoc_prof()
1221 if (test_and_clear_bit(vsi_handle, r->vsis)) in ice_rem_vsi_rss_list()
1222 if (bitmap_empty(r->vsis, ICE_MAX_VSI)) { in ice_rem_vsi_rss_list()
1252 if (test_bit(vsi_handle, p->vsis)) { in ice_rem_vsi_rss_cfg()
1257 if (bitmap_empty(p->vsis, ICE_MAX_VSI)) { in ice_rem_vsi_rss_cfg()
1288 clear_bit(vsi_handle, r->vsis); in ice_rem_rss_list()
[all …]
Dice_flow.h214 DECLARE_BITMAP(vsis, ICE_MAX_VSI);
220 DECLARE_BITMAP(vsis, ICE_MAX_VSI);
Dice_flex_pipe.c2115 *vsig = hw->blk[blk].xlt2.vsis[vsi].vsig; in ice_vsig_find_vsi()
2283 vsi_tgt = &hw->blk[blk].xlt2.vsis[vsi]; in ice_vsig_remove_vsi()
2357 hw->blk[blk].xlt2.vsis[vsi].vsig = vsig; in ice_vsig_add_mv_vsi()
2358 hw->blk[blk].xlt2.vsis[vsi].changed = 1; in ice_vsig_add_mv_vsi()
2363 &hw->blk[blk].xlt2.vsis[vsi]; in ice_vsig_add_mv_vsi()
2364 hw->blk[blk].xlt2.vsis[vsi].next_vsi = tmp; in ice_vsig_add_mv_vsi()
2674 hw->blk[blk].xlt2.vsis[vsi].changed = 0; in ice_init_sw_xlt2_db()
2941 devm_kfree(ice_hw_to_dev(hw), hw->blk[i].xlt2.vsis); in ice_free_hw_tbls()
2995 memset(xlt2->vsis, 0, xlt2->count * sizeof(*xlt2->vsis)); in ice_clear_hw_tbls()
3063 xlt2->vsis = devm_kcalloc(ice_hw_to_dev(hw), xlt2->count, in ice_init_hw_tbls()
[all …]
Dice_flex_type.h437 struct ice_vsig_vsi *vsis; member