Searched refs:qid_usage_idx (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf.c209 p_qid_tlv->qid = p_cid->qid_usage_idx;
1010 qid, p_cid->qid_usage_idx, *pp_doorbell, resp->offset);
H A Decore_sriov.c2350 u8 qid_usage_idx, vf_legacy = 0; local
2364 qid_usage_idx = ecore_iov_vf_mbx_qid(p_hwfn, vf, false);
2365 if (qid_usage_idx == ECORE_IOV_QID_INVALID)
2369 if (p_queue->cids[qid_usage_idx].p_cid)
2390 vf_params.qid_usage_idx = qid_usage_idx;
2415 p_queue->cids[qid_usage_idx].p_cid = p_cid;
2416 p_queue->cids[qid_usage_idx].b_is_tx = false;
2626 u8 qid_usage_idx, vf_legacy; local
2639 qid_usage_idx
2690 ecore_iov_vf_stop_rxqs(struct ecore_hwfn *p_hwfn, struct ecore_vf_info *vf, u16 rxq_id, u8 qid_usage_idx, bool cqe_completion) argument
2737 ecore_iov_vf_stop_txqs(struct ecore_hwfn *p_hwfn, struct ecore_vf_info *vf, u16 txq_id, u8 qid_usage_idx) argument
2771 u8 qid_usage_idx; local
2809 u8 qid_usage_idx; local
2851 u8 qid_usage_idx; local
[all...]
H A Decore_l2.h74 u8 qid_usage_idx; member in struct:ecore_queue_cid_vf_params
103 u8 qid_usage_idx; member in struct:ecore_queue_cid
H A Decore_l2.c190 p_cid->qid_usage_idx = first;
202 OSAL_CLEAR_BIT(p_cid->qid_usage_idx,
298 /* VF-images have provided the qid_usage_idx on their own.
305 p_cid->qid_usage_idx = p_vf_params->qid_usage_idx;
312 p_cid->rel.queue_id, p_cid->qid_usage_idx,

Completed in 101 milliseconds