Searched refs:max_rqe_allocated (Results 1 – 1 of 1) sorted by relevance
2242 u32 max_rqe_allocated = attrs->cap.max_recv_wr + 1; in ocrdma_set_create_qp_rq_cmd() local2244 status = ocrdma_build_q_conf(&max_rqe_allocated, dev->attr.rqe_size, in ocrdma_set_create_qp_rq_cmd()2251 qp->rq.max_cnt = max_rqe_allocated; in ocrdma_set_create_qp_rq_cmd()2333 u32 max_wqe_allocated, max_rqe_allocated; in ocrdma_get_create_qp_rsp() local2352 max_rqe_allocated = 1 << ((u16)rsp->max_wqe_rqe); in ocrdma_get_create_qp_rsp()2358 qp->rq.max_cnt = max_rqe_allocated; in ocrdma_get_create_qp_rsp()2359 qp->rq.max_wqe_idx = max_rqe_allocated - 1; in ocrdma_get_create_qp_rsp()2750 u32 max_rqe_allocated; in ocrdma_mbx_create_srq() local2757 max_rqe_allocated = srq_attr->attr.max_wr + 1; in ocrdma_mbx_create_srq()2758 status = ocrdma_build_q_conf(&max_rqe_allocated, in ocrdma_mbx_create_srq()[all …]