Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c239 struct nq_base *nqe, **nq_ptr; in bnxt_qplib_service_nq() local
253 nqe = &nq_ptr[NQE_PG(sw_cons)][NQE_IDX(sw_cons)]; in bnxt_qplib_service_nq()
254 if (!NQE_CMP_VALID(nqe, raw_cons, hwq->max_elements)) in bnxt_qplib_service_nq()
263 type = le16_to_cpu(nqe->info10_type) & NQ_BASE_TYPE_MASK; in bnxt_qplib_service_nq()
267 struct nq_cn *nqcne = (struct nq_cn *)nqe; in bnxt_qplib_service_nq()
288 (struct nq_srq_event *)nqe; in bnxt_qplib_service_nq()