Searched refs:vf_queues (Results 1 – 2 of 2) sorted by relevance
235 p_qcid = &p_vf->vf_queues[qid].cids[i]; in qed_iov_validate_queue_mode()868 qed_fw_l2_queue(p_hwfn, vf->vf_queues[qid].fw_rx_qid, in qed_iov_config_perm_table()1074 struct qed_vf_queue *p_queue = &vf->vf_queues[i]; in qed_iov_init_hw_for_vf()1382 struct qed_vf_queue *p_queue = &p_vf->vf_queues[i]; in qed_iov_vf_cleanup()1475 qed_fw_l2_queue(p_hwfn, p_vf->vf_queues[i].fw_rx_qid, in qed_iov_vf_mbx_acquire_resc()1871 struct qed_vf_queue *p_queue = &p_vf->vf_queues[i]; in qed_iov_configure_vport_forced()2130 p_queue = &vf->vf_queues[req->rx_qid]; in qed_iov_vf_mbx_start_rxq()2466 p_queue = &vf->vf_queues[req->tx_qid]; in qed_iov_vf_mbx_start_txq()2527 p_queue = &vf->vf_queues[rxq_id]; in qed_iov_vf_stop_rxqs()2568 p_queue = &vf->vf_queues[txq_id]; in qed_iov_vf_stop_txqs()[all …]
228 struct qed_vf_queue vf_queues[QED_MAX_VF_CHAINS_PER_PF]; member