Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_lib.h63 struct ice_vsi *ice_vsi_alloc(struct ice_pf *pf);
Dice_lib.c609 struct ice_vsi *ice_vsi_alloc(struct ice_pf *pf) in ice_vsi_alloc() function
2488 vsi = ice_vsi_alloc(pf); in ice_vsi_setup()
/linux-6.12.1/drivers/net/ethernet/intel/ice/devlink/
Ddevlink_port.c927 vsi = ice_vsi_alloc(pf); in ice_alloc_dynamic_port()