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.h953 void ice_alloc_vsi_qmap(struct ice_vsi *vsi, const int max_tx_queues,
H A Dif_ice_iflib.c662 ice_alloc_vsi_qmap(&sc->pf_vsi, scctx->isc_ntxqsets_max, in ice_if_attach_pre()
3924 ice_alloc_vsi_qmap(vsi, ICE_DEFAULT_VF_QUEUES, ICE_DEFAULT_VF_QUEUES); in ice_setup_mirror_vsi()
H A Dice_iov.c463 ice_alloc_vsi_qmap(vsi, vf_num_queues, vf_num_queues); in ice_iov_add_vf()
H A Dice_lib.c483 ice_alloc_vsi_qmap(struct ice_vsi *vsi, const int max_tx_queues, in ice_alloc_vsi_qmap() function