Home
last modified time | relevance | path

Searched refs:ice_alloc_vsi (Results 1 – 4 of 4) sorted by relevance

/src/sys/dev/ice/
H A Dice_lib.h936 struct ice_vsi *ice_alloc_vsi(struct ice_softc *sc, enum ice_vsi_type type);
H A Dice_iov.c233 vsi = ice_alloc_vsi(sc, ICE_VSI_VF); in ice_iov_add_vf()
H A Dif_ice_iflib.c3730 vsi = ice_alloc_vsi(sc, ICE_VSI_VMDQ2); in ice_setup_mirror_vsi()
H A Dice_lib.c400 ice_alloc_vsi(struct ice_softc *sc, enum ice_vsi_type type) in ice_alloc_vsi() function