Home
last modified time | relevance | path

Searched refs:qid_usage_idx (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_sriov.c2350 u8 qid_usage_idx, vf_legacy = 0; in ecore_iov_vf_mbx_start_rxq() local
2364 qid_usage_idx = ecore_iov_vf_mbx_qid(p_hwfn, vf, false); in ecore_iov_vf_mbx_start_rxq()
2365 if (qid_usage_idx == ECORE_IOV_QID_INVALID) in ecore_iov_vf_mbx_start_rxq()
2369 if (p_queue->cids[qid_usage_idx].p_cid) in ecore_iov_vf_mbx_start_rxq()
2390 vf_params.qid_usage_idx = qid_usage_idx; in ecore_iov_vf_mbx_start_rxq()
2415 p_queue->cids[qid_usage_idx].p_cid = p_cid; in ecore_iov_vf_mbx_start_rxq()
2416 p_queue->cids[qid_usage_idx].b_is_tx = false; in ecore_iov_vf_mbx_start_rxq()
2626 u8 qid_usage_idx, vf_legacy; in ecore_iov_vf_mbx_start_txq() local
2639 qid_usage_idx = ecore_iov_vf_mbx_qid(p_hwfn, vf, true); in ecore_iov_vf_mbx_start_txq()
2640 if (qid_usage_idx == ECORE_IOV_QID_INVALID) in ecore_iov_vf_mbx_start_txq()
[all …]
Decore_l2.h74 u8 qid_usage_idx; member
103 u8 qid_usage_idx; member
Decore_l2.c190 p_cid->qid_usage_idx = first; in ecore_eth_queue_qid_usage_add()
202 OSAL_CLEAR_BIT(p_cid->qid_usage_idx, in ecore_eth_queue_qid_usage_del()
305 p_cid->qid_usage_idx = p_vf_params->qid_usage_idx; in _ecore_eth_queue_to_cid()
312 p_cid->rel.queue_id, p_cid->qid_usage_idx, in _ecore_eth_queue_to_cid()
Decore_vf.c209 p_qid_tlv->qid = p_cid->qid_usage_idx; in ecore_vf_pf_add_qid()
1010 qid, p_cid->qid_usage_idx, *pp_doorbell, resp->offset); in ecore_vf_pf_txq_start()