Searched refs:srqe (Results 1 – 1 of 1) sorted by relevance
664 struct rq_wqe *srqe, **srqe_ptr; in bnxt_qplib_post_srq_recv() local683 srqe = &srqe_ptr[RQE_PG(sw_prod)][RQE_IDX(sw_prod)]; in bnxt_qplib_post_srq_recv()684 memset(srqe, 0, BNXT_QPLIB_MAX_RQE_ENTRY_SIZE); in bnxt_qplib_post_srq_recv()686 for (i = 0, hw_sge = (struct sq_sge *)srqe->data; in bnxt_qplib_post_srq_recv()692 srqe->wqe_type = wqe->type; in bnxt_qplib_post_srq_recv()693 srqe->flags = wqe->flags; in bnxt_qplib_post_srq_recv()694 srqe->wqe_size = wqe->num_sge + in bnxt_qplib_post_srq_recv()695 ((offsetof(typeof(*srqe), data) + 15) >> 4); in bnxt_qplib_post_srq_recv()696 srqe->wr_id[0] = cpu_to_le32((u32)next); in bnxt_qplib_post_srq_recv()