Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sriov.c284 p_qcid = &p_vf->vf_queues[qid].cids[i]; in ecore_iov_validate_queue_mode()
1215 struct ecore_vf_queue *p_queue = &vf->vf_queues[i]; in ecore_iov_init_hw_for_vf()
2401 p_queue = &vf->vf_queues[req->rx_qid]; in ecore_iov_vf_mbx_start_rxq()
2678 p_queue = &vf->vf_queues[req->tx_qid]; in ecore_iov_vf_mbx_start_txq()
2742 p_queue = &vf->vf_queues[rxq_id]; in ecore_iov_vf_stop_rxqs()
2784 p_queue = &vf->vf_queues[txq_id]; in ecore_iov_vf_stop_txqs()
2916 !vf->vf_queues[i].cids[qid_usage_idx].p_cid || in ecore_iov_vf_mbx_update_rxqs()
2917 vf->vf_queues[i].cids[qid_usage_idx].b_is_tx) { in ecore_iov_vf_mbx_update_rxqs()
3712 p_queue = &p_vf->vf_queues[qid]; in ecore_iov_vf_pf_get_coalesce()
3786 vf->abs_vf_id, vf->vf_queues[qid].fw_rx_qid); in ecore_iov_vf_pf_set_coalesce()
[all …]
H A Decore_sriov.h150 struct ecore_vf_queue vf_queues[ECORE_MAX_VF_CHAINS_PER_PF]; member