Searched refs:qid_usage_idx (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_sriov.c | 2347 u8 qid_usage_idx, vf_legacy = 0; in ecore_iov_vf_mbx_start_rxq() local 2361 qid_usage_idx = ecore_iov_vf_mbx_qid(p_hwfn, vf, false); in ecore_iov_vf_mbx_start_rxq() 2362 if (qid_usage_idx == ECORE_IOV_QID_INVALID) in ecore_iov_vf_mbx_start_rxq() 2366 if (p_queue->cids[qid_usage_idx].p_cid) in ecore_iov_vf_mbx_start_rxq() 2387 vf_params.qid_usage_idx = qid_usage_idx; in ecore_iov_vf_mbx_start_rxq() 2412 p_queue->cids[qid_usage_idx].p_cid = p_cid; in ecore_iov_vf_mbx_start_rxq() 2413 p_queue->cids[qid_usage_idx].b_is_tx = false; in ecore_iov_vf_mbx_start_rxq() 2623 u8 qid_usage_idx, vf_legacy; in ecore_iov_vf_mbx_start_txq() local 2636 qid_usage_idx = ecore_iov_vf_mbx_qid(p_hwfn, vf, true); in ecore_iov_vf_mbx_start_txq() 2637 if (qid_usage_idx == ECORE_IOV_QID_INVALID) in ecore_iov_vf_mbx_start_txq() [all …]
|
H A D | ecore_l2.h | 71 u8 qid_usage_idx; member 100 u8 qid_usage_idx; member
|
H A D | ecore_l2.c | 188 p_cid->qid_usage_idx = first; in ecore_eth_queue_qid_usage_add() 200 OSAL_CLEAR_BIT(p_cid->qid_usage_idx, in ecore_eth_queue_qid_usage_del() 303 p_cid->qid_usage_idx = p_vf_params->qid_usage_idx; in _ecore_eth_queue_to_cid() 310 p_cid->rel.queue_id, p_cid->qid_usage_idx, in _ecore_eth_queue_to_cid()
|
H A D | ecore_vf.c | 206 p_qid_tlv->qid = p_cid->qid_usage_idx; in ecore_vf_pf_add_qid() 1006 qid, p_cid->qid_usage_idx, *pp_doorbell, resp->offset); in ecore_vf_pf_txq_start()
|