Searched refs:vsis (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_flow.c | 1373 !test_bit(vsi_handle, p->vsis)) in ice_flow_find_prof_conds() 1586 if (!test_bit(vsi_handle, prof->vsis)) { in ice_flow_assoc_prof() 1592 set_bit(vsi_handle, prof->vsis); in ice_flow_assoc_prof() 1617 if (test_bit(vsi_handle, prof->vsis)) { in ice_flow_disassoc_prof() 1623 clear_bit(vsi_handle, prof->vsis); in ice_flow_disassoc_prof() 2130 if (test_and_clear_bit(vsi_handle, r->vsis)) in ice_rem_vsi_rss_list() 2131 if (bitmap_empty(r->vsis, ICE_MAX_VSI)) { in ice_rem_vsi_rss_list() 2161 if (test_bit(vsi_handle, p->vsis)) { in ice_rem_vsi_rss_cfg() 2166 if (bitmap_empty(p->vsis, ICE_MAX_VSI)) { in ice_rem_vsi_rss_cfg() 2231 clear_bit(vsi_handle, r->vsis); in ice_rem_rss_list() [all …]
|
| H A D | ice_flow.h | 482 DECLARE_BITMAP(vsis, ICE_MAX_VSI); 496 DECLARE_BITMAP(vsis, ICE_MAX_VSI);
|
| H A D | ice_flex_pipe.c | 893 *vsig = hw->blk[blk].xlt2.vsis[vsi].vsig; in ice_vsig_find_vsi() 1060 vsi_tgt = &hw->blk[blk].xlt2.vsis[vsi]; in ice_vsig_remove_vsi() 1134 hw->blk[blk].xlt2.vsis[vsi].vsig = vsig; in ice_vsig_add_mv_vsi() 1135 hw->blk[blk].xlt2.vsis[vsi].changed = 1; in ice_vsig_add_mv_vsi() 1140 &hw->blk[blk].xlt2.vsis[vsi]; in ice_vsig_add_mv_vsi() 1141 hw->blk[blk].xlt2.vsis[vsi].next_vsi = tmp; in ice_vsig_add_mv_vsi() 1852 hw->blk[blk].xlt2.vsis[vsi].changed = 0; in ice_init_sw_xlt2_db() 2119 devm_kfree(ice_hw_to_dev(hw), hw->blk[i].xlt2.vsis); in ice_free_hw_tbls() 2178 memset(xlt2->vsis, 0, xlt2->count * sizeof(*xlt2->vsis)); in ice_clear_hw_tbls() 2252 xlt2->vsis = devm_kcalloc(ice_hw_to_dev(hw), xlt2->count, in ice_init_hw_tbls() [all …]
|
| H A D | ice_flex_type.h | 251 struct ice_vsig_vsi *vsis; member
|
| /linux/drivers/net/ethernet/intel/ice/virt/ |
| H A D | rss.c | 1538 vsig = hw->blk[ICE_BLK_RSS].xlt2.vsis[vsi].vsig; in ice_rem_raw_rss_cfg()
|