Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.c348 struct creq_base *creqe, **creq_ptr; in bnxt_qplib_service_creq() local
358 creq_ptr = (struct creq_base **)creq->pbl_ptr; in bnxt_qplib_service_creq()
359 creqe = &creq_ptr[get_creq_pg(sw_cons)][get_creq_idx(sw_cons)]; in bnxt_qplib_service_creq()
405 struct creq_base **creq_ptr; in bnxt_qplib_creq_irq() local
410 creq_ptr = (struct creq_base **)rcfw->creq.pbl_ptr; in bnxt_qplib_creq_irq()
411 prefetch(&creq_ptr[get_creq_pg(sw_cons)][get_creq_idx(sw_cons)]); in bnxt_qplib_creq_irq()