Home
last modified time | relevance | path

Searched refs:next_vsi (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_lib.c360 if (vsi->idx < pf->next_vsi && vsi->type != ICE_VSI_CTRL) in ice_vsi_clear()
361 pf->next_vsi = vsi->idx; in ice_vsi_clear()
362 if (vsi->idx < pf->next_vsi && vsi->type == ICE_VSI_CTRL && in ice_vsi_clear()
364 pf->next_vsi = vsi->idx; in ice_vsi_clear()
432 if (pf->next_vsi == ICE_NO_VSI) { in ice_vsi_alloc()
485 vsi->idx = pf->next_vsi; in ice_vsi_alloc()
486 pf->vsi[pf->next_vsi] = vsi; in ice_vsi_alloc()
489 pf->next_vsi = ice_get_free_slot(pf->vsi, pf->num_alloc_vsi, in ice_vsi_alloc()
490 pf->next_vsi); in ice_vsi_alloc()
Dice_flex_type.h471 struct ice_vsig_vsi *next_vsi; member
Dice_flex_pipe.c2223 struct ice_vsig_vsi *tmp = vsi_cur->next_vsi; in ice_vsig_free()
2227 vsi_cur->next_vsi = NULL; in ice_vsig_free()
2289 (*vsi_head) = vsi_cur->next_vsi; in ice_vsig_remove_vsi()
2292 vsi_head = &vsi_cur->next_vsi; in ice_vsig_remove_vsi()
2293 vsi_cur = vsi_cur->next_vsi; in ice_vsig_remove_vsi()
2302 vsi_cur->next_vsi = NULL; in ice_vsig_remove_vsi()
2364 hw->blk[blk].xlt2.vsis[vsi].next_vsi = tmp; in ice_vsig_add_mv_vsi()
3644 ptr = ptr->next_vsi; in ice_vsig_get_ref()
4443 struct ice_vsig_vsi *tmp = vsi_cur->next_vsi; in ice_rem_vsig()
Dice.h477 u16 next_vsi; /* Next free slot in pf->vsi[] - 0-based! */ member
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e.h611 u16 next_vsi; /* Next unallocated VSI - 0-based! */ member
Di40e_main.c11098 i = pf->next_vsi; in i40e_vsi_mem_alloc()
11103 while (i < pf->next_vsi && pf->vsi[i]) in i40e_vsi_mem_alloc()
11113 pf->next_vsi = ++i; in i40e_vsi_mem_alloc()
11158 pf->next_vsi = i - 1; in i40e_vsi_mem_alloc()
11243 if (vsi->idx < pf->next_vsi) in i40e_vsi_clear()
11244 pf->next_vsi = vsi->idx; in i40e_vsi_clear()
15266 pf->next_vsi = 0; in i40e_probe()