Searched refs:max_rdma_size (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ep_util.c231 ep_attr->max_rdma_size = 0x80000000;
632 ep_attr->max_rdma_size > ep_attr_limit.max_rdma_size ||
/osnet-11/usr/src/lib/udapl/libdat/include/dat/
H A Ddat.h369 DAT_VLEN max_rdma_size; member in struct:dat_ia_attr
444 DAT_VLEN max_rdma_size; member in struct:dat_ep_attr
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_qp.c524 if (ep_attr->max_rdma_size > 0) {
525 if (ep_attr->max_rdma_size > DAPL_IB_MAX_MESSAGE_SIZE) {
H A Ddapl_tavor_ibtf_util.c1413 ia_attr->max_rdma_size = (DAT_VLEN)DAPL_IB_MAX_MESSAGE_SIZE;
1473 ia_attr->max_rdma_size,
1497 ep_attr->max_rdma_size = DAPL_IB_MAX_MESSAGE_SIZE;

Completed in 1353 milliseconds