Home
last modified time | relevance | path

Searched refs:epm_args (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_qp.c498 dapl_ep_modify_t epm_args; in dapls_ib_qp_modify() local
529 (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()