Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c270 p_qcid = &p_vf->vf_queues[qid].cids[i]; in ecore_iov_validate_queue_mode()
956 ecore_fw_l2_queue(p_hwfn, vf->vf_queues[qid].fw_rx_qid, in ecore_iov_config_perm_table()
1198 struct ecore_vf_queue *p_queue = &vf->vf_queues[i]; in ecore_iov_init_hw_for_vf()
1580 struct ecore_vf_queue *p_queue = &p_vf->vf_queues[i]; in ecore_iov_vf_cleanup()
1676 ecore_fw_l2_queue(p_hwfn, p_vf->vf_queues[i].fw_rx_qid, in ecore_iov_vf_mbx_acquire_resc()
2087 struct ecore_vf_queue *p_queue = &p_vf->vf_queues[i]; in ecore_iov_configure_vport_forced()
2365 p_queue = &vf->vf_queues[req->rx_qid]; in ecore_iov_vf_mbx_start_rxq()
2640 p_queue = &vf->vf_queues[req->tx_qid]; in ecore_iov_vf_mbx_start_txq()
2704 p_queue = &vf->vf_queues[rxq_id]; in ecore_iov_vf_stop_rxqs()
2746 p_queue = &vf->vf_queues[txq_id]; in ecore_iov_vf_stop_txqs()
[all …]
H A Decore_sriov.h172 struct ecore_vf_queue vf_queues[ECORE_MAX_VF_CHAINS_PER_PF]; member