Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c806 que->swq_last = que->max_sw_wqe - 1; in bnxt_qplib_alloc_init_swq()
809 que->swq[que->swq_last].next_idx = 0; /* Make it circular */ in bnxt_qplib_alloc_init_swq()
810 que->swq_last = 0; in bnxt_qplib_alloc_init_swq()
2381 last = sq->swq_last; in __flush_sq()
2401 sq->swq_last = sq->swq[last].next_idx; in __flush_sq()
2404 if (!(*budget) && sq->swq_last != start) in __flush_sq()
2436 last = rq->swq_last; in __flush_rq()
2449 rq->swq_last = rq->swq[last].next_idx; in __flush_rq()
2452 if (!*budget && rq->swq_last != start) in __flush_rq()
2475 u32 cq_cons, u32 swq_last, u32 cqe_sq_cons) in do_wa9060() argument
[all …]
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()