Searched refs:tx_qid (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_vfpf_if.h | 307 u16 tx_qid; member 338 u16 tx_qid; member
|
H A D | ecore_sriov.c | 303 u16 tx_qid, in ecore_iov_validate_txq() argument 306 if (tx_qid >= p_vf->num_txqs) { in ecore_iov_validate_txq() 309 p_vf->abs_vf_id, tx_qid, p_vf->num_txqs); in ecore_iov_validate_txq() 313 return ecore_iov_validate_queue_mode(p_vf, tx_qid, mode, true); in ecore_iov_validate_txq() 2631 if (!ecore_iov_validate_txq(p_hwfn, vf, req->tx_qid, in ecore_iov_vf_mbx_start_txq() 2640 p_queue = &vf->vf_queues[req->tx_qid]; in ecore_iov_vf_mbx_start_txq() 2659 vf_params.vf_qid = (u8)req->tx_qid; in ecore_iov_vf_mbx_start_txq() 2827 rc = ecore_iov_vf_stop_txqs(p_hwfn, vf, req->tx_qid, in ecore_iov_vf_mbx_stop_txqs()
|
H A D | ecore_vf.c | 966 req->tx_qid = qid; in ecore_vf_pf_txq_start() 1024 req->tx_qid = p_cid->rel.queue_id; in ecore_vf_pf_txq_stop()
|