Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_hw.c2129 u32 max_wqe_allocated; in ocrdma_set_create_qp_sq_cmd() local
2133 max_wqe_allocated = min_t(u32, attrs->cap.max_send_wr + 1, in ocrdma_set_create_qp_sq_cmd()
2136 status = ocrdma_build_q_conf(&max_wqe_allocated, in ocrdma_set_create_qp_sq_cmd()
2140 max_wqe_allocated); in ocrdma_set_create_qp_sq_cmd()
2143 qp->sq.max_cnt = max_wqe_allocated; in ocrdma_set_create_qp_sq_cmd()
2278 u32 max_wqe_allocated, max_rqe_allocated; in ocrdma_get_create_qp_rsp() local
2294 max_wqe_allocated = in ocrdma_get_create_qp_rsp()
2296 max_wqe_allocated = 1 << max_wqe_allocated; in ocrdma_get_create_qp_rsp()
2299 qp->sq.max_cnt = max_wqe_allocated; in ocrdma_get_create_qp_rsp()
2300 qp->sq.max_wqe_idx = max_wqe_allocated - 1; in ocrdma_get_create_qp_rsp()