Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_fp.c637 kfree(srq->swq); in bnxt_qplib_destroy_srq()
681 srq->swq = kcalloc(srq->hwq.depth, sizeof(*srq->swq), in bnxt_qplib_create_srq()
683 if (!srq->swq) in bnxt_qplib_create_srq()
688 srq->swq[idx].next_idx = idx + 1; in bnxt_qplib_create_srq()
689 srq->swq[srq->last_idx].next_idx = -1; in bnxt_qplib_create_srq()
783 srq->start_idx = srq->swq[next].next_idx; in bnxt_qplib_post_srq_recv()
802 srq->swq[next].wr_id = wqe->wr_id; in bnxt_qplib_post_srq_recv()
841 que->swq = kcalloc(que->max_wqe, sizeof(*que->swq), GFP_KERNEL); in bnxt_qplib_alloc_init_swq()
842 if (!que->swq) { in bnxt_qplib_alloc_init_swq()
850 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