Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c240 struct nq_base *nqe, **nq_ptr; in bnxt_qplib_service_nq() local
255 nqe = &nq_ptr[NQE_PG(sw_cons)][NQE_IDX(sw_cons)]; in bnxt_qplib_service_nq()
256 if (!NQE_CMP_VALID(nqe, raw_cons, hwq->max_elements)) in bnxt_qplib_service_nq()
265 type = le16_to_cpu(nqe->info10_type) & NQ_BASE_TYPE_MASK; in bnxt_qplib_service_nq()
269 struct nq_cn *nqcne = (struct nq_cn *)nqe; in bnxt_qplib_service_nq()
289 (struct nq_srq_event *)nqe; in bnxt_qplib_service_nq()