Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c756 struct rq_wqe *srqe; in bnxt_qplib_post_srq_recv() local
772 srqe = bnxt_qplib_get_qe(srq_hwq, srq_hwq->prod, NULL); in bnxt_qplib_post_srq_recv()
773 memset(srqe, 0, srq->wqe_size); in bnxt_qplib_post_srq_recv()
775 for (i = 0, hw_sge = (struct sq_sge *)srqe->data; in bnxt_qplib_post_srq_recv()
781 srqe->wqe_type = wqe->type; in bnxt_qplib_post_srq_recv()
782 srqe->flags = wqe->flags; in bnxt_qplib_post_srq_recv()
783 srqe->wqe_size = wqe->num_sge + in bnxt_qplib_post_srq_recv()
784 ((offsetof(typeof(*srqe), data) + 15) >> 4); in bnxt_qplib_post_srq_recv()
785 srqe->wr_id[0] = cpu_to_le32((u32)next); in bnxt_qplib_post_srq_recv()