Searched refs:epm_args (Results 1 – 1 of 1) sorted by relevance
498 dapl_ep_modify_t epm_args; in dapls_ib_qp_modify() local529 (void) memset((void *)&epm_args, 0, sizeof (epm_args)); in dapls_ib_qp_modify()540 epm_args.epm_flags |= IBT_CEP_SET_RDMARA_IN; in dapls_ib_qp_modify()541 epm_args.epm_rdma_ra_in = ep_attr->max_rdma_read_in; in dapls_ib_qp_modify()545 epm_args.epm_flags |= IBT_CEP_SET_RDMARA_OUT; in dapls_ib_qp_modify()546 epm_args.epm_rdma_ra_out = ep_attr->max_rdma_read_out; in dapls_ib_qp_modify()557 epm_args.epm_hkey = ep_ptr->qp_handle->ep_hkey; in dapls_ib_qp_modify()561 retval = ioctl(ia_fd, DAPL_EP_MODIFY, &epm_args); in dapls_ib_qp_modify()