Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c818 que->swq_last = 0; in bnxt_qplib_alloc_init_swq()
2279 last = sq->swq_last; in __flush_sq()
2334 last = rq->swq_last; in __flush_rq()
2386 swq = &sq->swq[swq_last]; in do_wa9060()
2506 swq = &sq->swq[sq->swq_last]; in bnxt_qplib_cq_process_req()
2547 sq->swq_last = swq->next_idx; in bnxt_qplib_cq_process_req()
2639 swq = &rq->swq[rq->swq_last]; in bnxt_qplib_cq_process_res_rc()
2857 u32 swq_last = 0, cqe_cons; in bnxt_qplib_cq_process_terminal() local
2894 swq_last = sq->swq_last; in bnxt_qplib_cq_process_terminal()
2895 if (swq_last == cqe_cons) in bnxt_qplib_cq_process_terminal()
[all …]
H A Dqplib_fp.h266 u32 swq_last; member