Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.c238 struct nq_base *nqe, **nq_ptr; in clean_nq() local
250 nqe = &nq_ptr[NQE_PG(sw_cons)][NQE_IDX(sw_cons)]; in clean_nq()
251 if (!NQE_CMP_VALID(nqe, raw_cons, hwq->max_elements)) in clean_nq()
260 type = le16_to_cpu(nqe->info10_type) & NQ_BASE_TYPE_MASK; in clean_nq()
264 struct nq_cn *nqcne = (struct nq_cn *)nqe; in clean_nq()
306 struct nq_base *nqe; in bnxt_qplib_service_nq() local
315 nqe = bnxt_qplib_get_qe(hwq, sw_cons, NULL); in bnxt_qplib_service_nq()
316 if (!NQE_CMP_VALID(nqe, raw_cons, hwq->max_elements)) in bnxt_qplib_service_nq()
325 type = le16_to_cpu(nqe->info10_type) & NQ_BASE_TYPE_MASK; in bnxt_qplib_service_nq()
329 struct nq_cn *nqcne = (struct nq_cn *)nqe; in bnxt_qplib_service_nq()
[all …]