Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.c2109 struct qed_queue_cid_vf_params vf_params; in qed_iov_vf_mbx_start_rxq() local
2147 memset(&vf_params, 0, sizeof(vf_params)); in qed_iov_vf_mbx_start_rxq()
2148 vf_params.vfid = vf->relative_vf_id; in qed_iov_vf_mbx_start_rxq()
2149 vf_params.vf_qid = (u8)req->rx_qid; in qed_iov_vf_mbx_start_rxq()
2150 vf_params.vf_legacy = vf_legacy; in qed_iov_vf_mbx_start_rxq()
2151 vf_params.qid_usage_idx = qid_usage_idx; in qed_iov_vf_mbx_start_rxq()
2153 &params, true, &vf_params); in qed_iov_vf_mbx_start_rxq()
2442 struct qed_queue_cid_vf_params vf_params; in qed_iov_vf_mbx_start_txq() local
2483 memset(&vf_params, 0, sizeof(vf_params)); in qed_iov_vf_mbx_start_txq()
2484 vf_params.vfid = vf->relative_vf_id; in qed_iov_vf_mbx_start_txq()
[all …]