Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h328 ib_memlen_t hca_max_memr_len; /* Largest block, in bytes of */ member
423 ib_memlen_t hca_max_memr_len; /* Largest block, in bytes of */ member
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ib.c161 if ((NDataRX * RdsPktSize) > hattrp->hca_max_memr_len) { in rdsib_validate_chan_sizes()
164 NDataRX * RdsPktSize, hattrp->hca_max_memr_len, in rdsib_validate_chan_sizes()
165 hattrp->hca_max_memr_len); in rdsib_validate_chan_sizes()
167 NDataRX = hattrp->hca_max_memr_len/RdsPktSize; in rdsib_validate_chan_sizes()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h456 ib_memlen_t hca_max_memr_len; /* Largest block, in bytes of */ member
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2909 (x)->hca_max_memr_len = (y)->hca_max_memr_len; \
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c459 hca_attr.hca_max_memr, (u_longlong_t)hca_attr.hca_max_memr_len); in srpt_ioc_init()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c1752 hca_attr->hca_max_memr_len = ((uint64_t)1 << val); in tavor_soft_state_init()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1684 resp.max_mr_size = hca_attr.hca_max_memr_len; in sol_uverbs_query_device()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c2662 hca_attr->hca_max_memr_len = ((uint64_t)1 << val); in hermon_soft_state_init()
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c4409 args.hca_attr.dhca_max_memr_len = hcap->hca_max_memr_len; in daplka_ia_query()