Home
last modified time | relevance | path

Searched refs:ice_vsi_alloc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_lib.c398 * ice_vsi_alloc - Allocates the next available struct VSI in the PF
406 ice_vsi_alloc(struct ice_pf *pf, enum ice_vsi_type vsi_type, u16 vf_id) in ice_vsi_alloc() function
1162 * This should only be called after ice_vsi_alloc() which allocates the
2194 vsi = ice_vsi_alloc(pf, vsi_type, vf_id); in ice_vsi_setup()
2196 vsi = ice_vsi_alloc(pf, vsi_type, ICE_INVAL_VFID); in ice_vsi_setup()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_lib.c630 * ice_vsi_alloc - Allocates the next available struct VSI in the PF
639 static struct ice_vsi *ice_vsi_alloc(struct ice_pf *pf) in ice_vsi_alloc() function
2666 vsi = ice_vsi_alloc(pf); in ice_vsi_setup()

Completed in 8 milliseconds