Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c2344 struct ecore_queue_cid_vf_params vf_params; in ecore_iov_vf_mbx_start_rxq() local
2383 OSAL_MEM_ZERO(&vf_params, sizeof(vf_params)); in ecore_iov_vf_mbx_start_rxq()
2384 vf_params.vfid = vf->relative_vf_id; in ecore_iov_vf_mbx_start_rxq()
2385 vf_params.vf_qid = (u8)req->rx_qid; in ecore_iov_vf_mbx_start_rxq()
2386 vf_params.vf_legacy = vf_legacy; in ecore_iov_vf_mbx_start_rxq()
2387 vf_params.qid_usage_idx = qid_usage_idx; in ecore_iov_vf_mbx_start_rxq()
2390 &params, true, &vf_params); in ecore_iov_vf_mbx_start_rxq()
2616 struct ecore_queue_cid_vf_params vf_params; in ecore_iov_vf_mbx_start_txq() local
2657 OSAL_MEM_ZERO(&vf_params, sizeof(vf_params)); in ecore_iov_vf_mbx_start_txq()
2658 vf_params.vfid = vf->relative_vf_id; in ecore_iov_vf_mbx_start_txq()
[all …]