Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c135 qp->sq.swq_last = 0; in bnxt_qplib_clean_qp()
140 qp->rq.swq_last = 0; in bnxt_qplib_clean_qp()
848 que->swq_last = que->max_wqe - 1; in bnxt_qplib_alloc_init_swq()
851 que->swq[que->swq_last].next_idx = 0; /* Make it circular */ in bnxt_qplib_alloc_init_swq()
852 que->swq_last = 0; in bnxt_qplib_alloc_init_swq()
2629 last = sq->swq_last; in __flush_sq()
2658 sq->swq_last = sq->swq[last].next_idx; in __flush_sq()
2661 if (!*budget && sq->swq_last != start) in __flush_sq()
2693 last = rq->swq_last; in __flush_rq()
2712 rq->swq_last = rq->swq[last].next_idx; in __flush_rq()
[all …]
H A Dqplib_fp.h315 u32 swq_last; member