Searched refs:vf_params (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_sriov.c | 2089 struct qed_queue_cid_vf_params vf_params; in qed_iov_vf_mbx_start_rxq() local 2127 memset(&vf_params, 0, sizeof(vf_params)); in qed_iov_vf_mbx_start_rxq() 2128 vf_params.vfid = vf->relative_vf_id; in qed_iov_vf_mbx_start_rxq() 2129 vf_params.vf_qid = (u8)req->rx_qid; in qed_iov_vf_mbx_start_rxq() 2130 vf_params.vf_legacy = vf_legacy; in qed_iov_vf_mbx_start_rxq() 2131 vf_params.qid_usage_idx = qid_usage_idx; in qed_iov_vf_mbx_start_rxq() 2133 ¶ms, true, &vf_params); in qed_iov_vf_mbx_start_rxq() 2422 struct qed_queue_cid_vf_params vf_params; in qed_iov_vf_mbx_start_txq() local 2463 memset(&vf_params, in qed_iov_vf_mbx_start_txq() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_sriov.c | 2091 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 ¶ms, 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, in qed_iov_vf_mbx_start_txq() [all...] |
Completed in 10 milliseconds