Searched refs:create_qp_params (Results 1 – 1 of 1) sorted by relevance
632 struct efa_com_create_qp_params create_qp_params = {}; in efa_create_qp() local683 create_qp_params.uarn = ucontext->uarn; in efa_create_qp()684 create_qp_params.pd = to_epd(ibqp->pd)->pdn; in efa_create_qp()687 create_qp_params.qp_type = EFA_ADMIN_QP_TYPE_UD; in efa_create_qp()689 create_qp_params.qp_type = EFA_ADMIN_QP_TYPE_SRD; in efa_create_qp()700 create_qp_params.send_cq_idx = to_ecq(init_attr->send_cq)->cq_idx; in efa_create_qp()701 create_qp_params.recv_cq_idx = to_ecq(init_attr->recv_cq)->cq_idx; in efa_create_qp()702 create_qp_params.sq_depth = init_attr->cap.max_send_wr; in efa_create_qp()703 create_qp_params.sq_ring_size_in_bytes = cmd.sq_ring_size; in efa_create_qp()705 create_qp_params.rq_depth = init_attr->cap.max_recv_wr; in efa_create_qp()[all …]