Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_rcfw.c822 struct creq_base *creqe; in bnxt_qplib_service_creq() local
837 creqe = bnxt_qplib_get_qe(creq_hwq, creq_hwq->cons, NULL); in bnxt_qplib_service_creq()
838 if (!CREQ_CMP_VALID(creqe, creq->creq_db.dbinfo.flags)) in bnxt_qplib_service_creq()
844 type = creqe->type & CREQ_BASE_TYPE_MASK; in bnxt_qplib_service_creq()
850 (rcfw,(struct creq_qp_event *)creqe, in bnxt_qplib_service_creq()
855 rc = rcfw->creq.aeq_handler(rcfw, creqe, NULL); in bnxt_qplib_service_creq()
875 !CREQ_CMP_VALID(creqe, creq->creq_db.dbinfo.flags)) { in bnxt_qplib_service_creq()