Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c807 que->swq_last = que->max_sw_wqe - 1; in bnxt_qplib_alloc_init_swq()
810 que->swq[que->swq_last].next_idx = 0; /* Make it circular */ in bnxt_qplib_alloc_init_swq()
811 que->swq_last = 0; in bnxt_qplib_alloc_init_swq()
2372 last = sq->swq_last; in __flush_sq()
2392 sq->swq_last = sq->swq[last].next_idx; in __flush_sq()
2395 if (!(*budget) && sq->swq_last != start) in __flush_sq()
2427 last = rq->swq_last; in __flush_rq()
2440 rq->swq_last = rq->swq[last].next_idx; in __flush_rq()
2443 if (!*budget && rq->swq_last != start) in __flush_rq()
2466 u32 cq_cons, u32 swq_last, u32 cqe_sq_cons) in do_wa9060() argument
[all …]
H A Dqplib_fp.h267 u32 swq_last; member
H A Dmain.c1219 if (rdma_nl_put_driver_u32(msg, "sq_swq_last", qplib_qp->sq.swq_last)) in bnxt_re_fill_res_qp_entry()
1229 if (rdma_nl_put_driver_u32(msg, "rq_swq_last", qplib_qp->rq.swq_last)) in bnxt_re_fill_res_qp_entry()