Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.c2091 struct qed_queue_cid_vf_params vf_params; in qed_iov_vf_mbx_start_rxq() local
2129 memset(&vf_params, 0, sizeof(vf_params)); in qed_iov_vf_mbx_start_rxq()
2130 vf_params.vfid = vf->relative_vf_id; in qed_iov_vf_mbx_start_rxq()
2131 vf_params.vf_qid = (u8)req->rx_qid; in qed_iov_vf_mbx_start_rxq()
2132 vf_params.vf_legacy = vf_legacy; in qed_iov_vf_mbx_start_rxq()
2133 vf_params.qid_usage_idx = qid_usage_idx; in qed_iov_vf_mbx_start_rxq()
2135 &params, true, &vf_params); in qed_iov_vf_mbx_start_rxq()
2424 struct qed_queue_cid_vf_params vf_params; in qed_iov_vf_mbx_start_txq() local
2465 memset(&vf_params, 0, sizeof(vf_params)); in qed_iov_vf_mbx_start_txq()
2466 vf_params.vfid = vf->relative_vf_id; in qed_iov_vf_mbx_start_txq()
[all …]