Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
Dice_lib.c365 if (vsi->idx < pf->next_vsi && vsi->type != ICE_VSI_CTRL) in ice_vsi_clear()
366 pf->next_vsi = vsi->idx; in ice_vsi_clear()
367 if (vsi->idx < pf->next_vsi && vsi->type == ICE_VSI_CTRL && in ice_vsi_clear()
369 pf->next_vsi = vsi->idx; in ice_vsi_clear()
437 if (pf->next_vsi == ICE_NO_VSI) { in ice_vsi_alloc()
490 vsi->idx = pf->next_vsi; in ice_vsi_alloc()
491 pf->vsi[pf->next_vsi] = vsi; in ice_vsi_alloc()
494 pf->next_vsi = ice_get_free_slot(pf->vsi, pf->num_alloc_vsi, in ice_vsi_alloc()
495 pf->next_vsi); in ice_vsi_alloc()
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_flex_type.h471 struct ice_vsig_vsi *next_vsi; member
Dice.h478 u16 next_vsi; /* Next free slot in pf->vsi[] - 0-based! */ member
/drivers/net/ethernet/intel/i40e/
Di40e.h614 u16 next_vsi; /* Next unallocated VSI - 0-based! */ member
Di40e_main.c11449 i = pf->next_vsi; in i40e_vsi_mem_alloc()
11454 while (i < pf->next_vsi && pf->vsi[i]) in i40e_vsi_mem_alloc()
11464 pf->next_vsi = ++i; in i40e_vsi_mem_alloc()
11509 pf->next_vsi = i - 1; in i40e_vsi_mem_alloc()
11594 if (vsi->idx < pf->next_vsi) in i40e_vsi_clear()
11595 pf->next_vsi = vsi->idx; in i40e_vsi_clear()
15637 pf->next_vsi = 0; in i40e_probe()