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

/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_vf.c197 struct vfpf_qid_tlv *p_qid_tlv; local
204 p_qid_tlv = ecore_add_tlv(&p_iov->offset,
205 CHANNEL_TLV_QID, sizeof(*p_qid_tlv));
206 p_qid_tlv->qid = p_cid->qid_usage_idx;
H A Decore_sriov.c2307 struct vfpf_qid_tlv *p_qid_tlv; local
2318 p_qid_tlv = (struct vfpf_qid_tlv *)
2321 if (p_qid_tlv == OSAL_NULL) {
2329 if (p_qid_tlv->qid >= MAX_QUEUES_PER_QZONE) {
2332 p_vf->relative_vf_id, p_qid_tlv->qid);
2336 return p_qid_tlv->qid;

Completed in 147 milliseconds