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.c815 que->swq_last = que->max_sw_wqe - 1; in bnxt_qplib_alloc_init_swq()
818 que->swq[que->swq_last].next_idx = 0; /* Make it circular */ in bnxt_qplib_alloc_init_swq()
819 que->swq_last = 0; in bnxt_qplib_alloc_init_swq()
2293 last = sq->swq_last; in __flush_sq()
2313 sq->swq_last = sq->swq[last].next_idx; in __flush_sq()
2316 if (!(*budget) && sq->swq_last != start) in __flush_sq()
2348 last = rq->swq_last; in __flush_rq()
2361 rq->swq_last = rq->swq[last].next_idx; in __flush_rq()
2364 if (!*budget && rq->swq_last != start) in __flush_rq()
2387 u32 cq_cons, u32 swq_last, u32 cqe_sq_cons) in do_wa9060() argument
[all …]
H A Dqplib_fp.h266 u32 swq_last; member