Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.c371 struct creq_base *creqe, **creq_ptr; in bnxt_qplib_service_creq() local
380 creq_ptr = (struct creq_base **)creq->pbl_ptr; in bnxt_qplib_service_creq()
381 creqe = &creq_ptr[get_creq_pg(sw_cons)][get_creq_idx(sw_cons)]; in bnxt_qplib_service_creq()
428 struct creq_base **creq_ptr; in bnxt_qplib_creq_irq() local
433 creq_ptr = (struct creq_base **)rcfw->creq.pbl_ptr; in bnxt_qplib_creq_irq()
434 prefetch(&creq_ptr[get_creq_pg(sw_cons)][get_creq_idx(sw_cons)]); in bnxt_qplib_creq_irq()