Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_vf.c154 struct vfpf_qid_tlv *p_qid_tlv; in ecore_vf_pf_add_qid() local
161 p_qid_tlv = ecore_add_tlv(&p_iov->offset, in ecore_vf_pf_add_qid()
162 CHANNEL_TLV_QID, sizeof(*p_qid_tlv)); in ecore_vf_pf_add_qid()
163 p_qid_tlv->qid = p_cid->qid_usage_idx; in ecore_vf_pf_add_qid()
H A Decore_sriov.c2343 struct vfpf_qid_tlv *p_qid_tlv; in ecore_iov_vf_mbx_qid() local
2354 p_qid_tlv = (struct vfpf_qid_tlv *) in ecore_iov_vf_mbx_qid()
2357 if (p_qid_tlv == OSAL_NULL) { in ecore_iov_vf_mbx_qid()
2365 if (p_qid_tlv->qid >= MAX_QUEUES_PER_QZONE) { in ecore_iov_vf_mbx_qid()
2368 p_vf->relative_vf_id, p_qid_tlv->qid); in ecore_iov_vf_mbx_qid()
2372 return p_qid_tlv->qid; in ecore_iov_vf_mbx_qid()