Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_lib.h71 struct ice_vsi *ice_vsi_alloc(struct ice_pf *pf);
H A Dice_lib.c618 struct ice_vsi *ice_vsi_alloc(struct ice_pf *pf) in ice_vsi_alloc() function
2553 vsi = ice_vsi_alloc(pf); in ice_vsi_setup()
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Dport.c929 vsi = ice_vsi_alloc(pf); in ice_alloc_dynamic_port()