Searched refs:p_qid_tlv (Results 1 – 2 of 2) sorted by relevance
197 struct vfpf_qid_tlv *p_qid_tlv; in ecore_vf_pf_add_qid() local204 p_qid_tlv = ecore_add_tlv(&p_iov->offset, in ecore_vf_pf_add_qid()205 CHANNEL_TLV_QID, sizeof(*p_qid_tlv)); in ecore_vf_pf_add_qid()206 p_qid_tlv->qid = p_cid->qid_usage_idx; in ecore_vf_pf_add_qid()
2307 struct vfpf_qid_tlv *p_qid_tlv; in ecore_iov_vf_mbx_qid() local2318 p_qid_tlv = (struct vfpf_qid_tlv *) in ecore_iov_vf_mbx_qid()2321 if (p_qid_tlv == OSAL_NULL) { in ecore_iov_vf_mbx_qid()2329 if (p_qid_tlv->qid >= MAX_QUEUES_PER_QZONE) { in ecore_iov_vf_mbx_qid()2332 p_vf->relative_vf_id, p_qid_tlv->qid); in ecore_iov_vf_mbx_qid()2336 return p_qid_tlv->qid; in ecore_iov_vf_mbx_qid()