Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.c2105 struct qed_queue_cid_vf_params vf_params; in qed_iov_vf_mbx_start_rxq() local
2143 memset(&vf_params, 0, sizeof(vf_params)); in qed_iov_vf_mbx_start_rxq()
2144 vf_params.vfid = vf->relative_vf_id; in qed_iov_vf_mbx_start_rxq()
2145 vf_params.vf_qid = (u8)req->rx_qid; in qed_iov_vf_mbx_start_rxq()
2146 vf_params.vf_legacy = vf_legacy; in qed_iov_vf_mbx_start_rxq()
2147 vf_params.qid_usage_idx = qid_usage_idx; in qed_iov_vf_mbx_start_rxq()
2149 &params, true, &vf_params); in qed_iov_vf_mbx_start_rxq()
2438 struct qed_queue_cid_vf_params vf_params; in qed_iov_vf_mbx_start_txq() local
2479 memset(&vf_params, 0, sizeof(vf_params)); in qed_iov_vf_mbx_start_txq()
2480 vf_params.vfid = vf->relative_vf_id; in qed_iov_vf_mbx_start_txq()
[all …]