Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c2191 u32 max_wqe_allocated; in ocrdma_set_create_qp_sq_cmd() local
2195 max_wqe_allocated = min_t(u32, attrs->cap.max_send_wr + 1, in ocrdma_set_create_qp_sq_cmd()
2198 status = ocrdma_build_q_conf(&max_wqe_allocated, in ocrdma_set_create_qp_sq_cmd()
2202 max_wqe_allocated); in ocrdma_set_create_qp_sq_cmd()
2205 qp->sq.max_cnt = max_wqe_allocated; in ocrdma_set_create_qp_sq_cmd()
2337 u32 max_wqe_allocated, max_rqe_allocated; in ocrdma_get_create_qp_rsp() local
2353 max_wqe_allocated = in ocrdma_get_create_qp_rsp()
2355 max_wqe_allocated = 1 << max_wqe_allocated; in ocrdma_get_create_qp_rsp()
2358 qp->sq.max_cnt = max_wqe_allocated; in ocrdma_get_create_qp_rsp()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c2187 u32 max_wqe_allocated; in ocrdma_set_create_qp_sq_cmd() local
2191 max_wqe_allocated = min_t(u32, attrs->cap.max_send_wr + 1, in ocrdma_set_create_qp_sq_cmd()
2194 status = ocrdma_build_q_conf(&max_wqe_allocated, in ocrdma_set_create_qp_sq_cmd()
2198 max_wqe_allocated); in ocrdma_set_create_qp_sq_cmd()
2201 qp->sq.max_cnt = max_wqe_allocated; in ocrdma_set_create_qp_sq_cmd()
2333 u32 max_wqe_allocated, max_rqe_allocated; in ocrdma_get_create_qp_rsp() local
2349 max_wqe_allocated = in ocrdma_get_create_qp_rsp()
2351 max_wqe_allocated = 1 << max_wqe_allocated; in ocrdma_get_create_qp_rsp()
2354 qp->sq.max_cnt = max_wqe_allocated; in ocrdma_get_create_qp_rsp()
[all...]

Completed in 8 milliseconds