Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_flow.c1265 !test_bit(vsi_handle, p->vsis)) in ice_flow_find_prof_conds()
1464 if (!test_bit(vsi_handle, prof->vsis)) { in ice_flow_assoc_prof()
1470 set_bit(vsi_handle, prof->vsis); in ice_flow_assoc_prof()
1495 if (test_bit(vsi_handle, prof->vsis)) { in ice_flow_disassoc_prof()
1501 clear_bit(vsi_handle, prof->vsis); in ice_flow_disassoc_prof()
1914 if (test_and_clear_bit(vsi_handle, r->vsis)) in ice_rem_vsi_rss_list()
1915 if (bitmap_empty(r->vsis, ICE_MAX_VSI)) { in ice_rem_vsi_rss_list()
1945 if (test_bit(vsi_handle, p->vsis)) { in ice_rem_vsi_rss_cfg()
1950 if (bitmap_empty(p->vsis, ICE_MAX_VSI)) { in ice_rem_vsi_rss_cfg()
1981 clear_bit(vsi_handle, r->vsis); in ice_rem_rss_list()
[all …]
Dice_flow.h377 DECLARE_BITMAP(vsis, ICE_MAX_VSI);
383 DECLARE_BITMAP(vsis, ICE_MAX_VSI);
Dice_flex_pipe.c897 *vsig = hw->blk[blk].xlt2.vsis[vsi].vsig; in ice_vsig_find_vsi()
1064 vsi_tgt = &hw->blk[blk].xlt2.vsis[vsi]; in ice_vsig_remove_vsi()
1138 hw->blk[blk].xlt2.vsis[vsi].vsig = vsig; in ice_vsig_add_mv_vsi()
1139 hw->blk[blk].xlt2.vsis[vsi].changed = 1; in ice_vsig_add_mv_vsi()
1144 &hw->blk[blk].xlt2.vsis[vsi]; in ice_vsig_add_mv_vsi()
1145 hw->blk[blk].xlt2.vsis[vsi].next_vsi = tmp; in ice_vsig_add_mv_vsi()
1847 hw->blk[blk].xlt2.vsis[vsi].changed = 0; in ice_init_sw_xlt2_db()
2114 devm_kfree(ice_hw_to_dev(hw), hw->blk[i].xlt2.vsis); in ice_free_hw_tbls()
2170 memset(xlt2->vsis, 0, xlt2->count * sizeof(*xlt2->vsis)); in ice_clear_hw_tbls()
2240 xlt2->vsis = devm_kcalloc(ice_hw_to_dev(hw), xlt2->count, in ice_init_hw_tbls()
[all …]
Dice_flex_type.h248 struct ice_vsig_vsi *vsis; member