Searched refs:create_qp_params (Results 1 – 1 of 1) sorted by relevance
675 struct efa_com_create_qp_params create_qp_params = {}; in efa_create_qp() local737 create_qp_params.uarn = ucontext->uarn; in efa_create_qp()738 create_qp_params.pd = to_epd(ibqp->pd)->pdn; in efa_create_qp()741 create_qp_params.qp_type = EFA_ADMIN_QP_TYPE_UD; in efa_create_qp()743 create_qp_params.qp_type = EFA_ADMIN_QP_TYPE_SRD; in efa_create_qp()754 create_qp_params.send_cq_idx = to_ecq(init_attr->send_cq)->cq_idx; in efa_create_qp()755 create_qp_params.recv_cq_idx = to_ecq(init_attr->recv_cq)->cq_idx; in efa_create_qp()756 create_qp_params.sq_depth = init_attr->cap.max_send_wr; in efa_create_qp()757 create_qp_params.sq_ring_size_in_bytes = cmd.sq_ring_size; in efa_create_qp()759 create_qp_params.rq_depth = init_attr->cap.max_recv_wr; in efa_create_qp()[all …]