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

/linux-4.4.14/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c2195 u32 max_wqe_allocated; ocrdma_set_create_qp_sq_cmd() local
2199 max_wqe_allocated = min_t(u32, attrs->cap.max_send_wr + 1, ocrdma_set_create_qp_sq_cmd()
2202 status = ocrdma_build_q_conf(&max_wqe_allocated, ocrdma_set_create_qp_sq_cmd()
2206 max_wqe_allocated); ocrdma_set_create_qp_sq_cmd()
2209 qp->sq.max_cnt = max_wqe_allocated; ocrdma_set_create_qp_sq_cmd()
2344 u32 max_wqe_allocated, max_rqe_allocated; ocrdma_get_create_qp_rsp() local
2360 max_wqe_allocated = ocrdma_get_create_qp_rsp()
2362 max_wqe_allocated = 1 << max_wqe_allocated; ocrdma_get_create_qp_rsp()
2365 qp->sq.max_cnt = max_wqe_allocated; ocrdma_get_create_qp_rsp()
2366 qp->sq.max_wqe_idx = max_wqe_allocated - 1; ocrdma_get_create_qp_rsp()

Completed in 72 milliseconds