Home
last modified time | relevance | path

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

/src/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c641 kfree(srq->swq); in bnxt_qplib_destroy_srq()
685 srq->swq = kcalloc(srq->hwq.depth, sizeof(*srq->swq), in bnxt_qplib_create_srq()
687 if (!srq->swq) in bnxt_qplib_create_srq()
692 srq->swq[idx].next_idx = idx + 1; in bnxt_qplib_create_srq()
693 srq->swq[srq->last_idx].next_idx = -1; in bnxt_qplib_create_srq()
787 srq->start_idx = srq->swq[next].next_idx; in bnxt_qplib_post_srq_recv()
806 srq->swq[next].wr_id = wqe->wr_id; in bnxt_qplib_post_srq_recv()
845 que->swq = kcalloc(que->max_sw_wqe, sizeof(*que->swq), GFP_KERNEL); in bnxt_qplib_alloc_init_swq()
846 if (!que->swq) { in bnxt_qplib_alloc_init_swq()
854 que->swq[indx].next_idx = indx + 1; in bnxt_qplib_alloc_init_swq()
[all …]
H A Dqplib_fp.h81 struct bnxt_qplib_swq *swq; member
298 struct bnxt_qplib_swq *swq; member