Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_lib.h937 void ice_alloc_vsi_qmap(struct ice_vsi *vsi, const int max_tx_queues,
H A Dif_ice_iflib.c656 ice_alloc_vsi_qmap(&sc->pf_vsi, scctx->isc_ntxqsets_max, in ice_if_attach_pre()
3723 ice_alloc_vsi_qmap(vsi, ICE_DEFAULT_VF_QUEUES, ICE_DEFAULT_VF_QUEUES); in ice_setup_mirror_vsi()
H A Dice_iov.c255 ice_alloc_vsi_qmap(vsi, vf_num_queues, vf_num_queues); in ice_iov_add_vf()
H A Dice_lib.c455 ice_alloc_vsi_qmap(struct ice_vsi *vsi, const int max_tx_queues, in ice_alloc_vsi_qmap() function