Home
last modified time | relevance | path

Searched refs:ice_vsi_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_lib.h63 struct ice_vsi *ice_vsi_alloc(struct ice_pf *pf);
H A Dice_lib.c615 struct ice_vsi *ice_vsi_alloc(struct ice_pf *pf) in ice_vsi_alloc() function
2508 vsi = ice_vsi_alloc(pf); in ice_vsi_setup()
/linux-6.15/drivers/net/ethernet/intel/ice/devlink/
H A Dport.c927 vsi = ice_vsi_alloc(pf); in ice_alloc_dynamic_port()