Symbol: IBT_MR_NOSLEEP
usr/src/uts/common/io/ib/adapters/hermon/hermon_ci.c
2860
ddi_cb = (flags & IBT_MR_NOSLEEP) ? DDI_DMA_DONTWAIT : DDI_DMA_SLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_ci.c
2880
(flags & IBT_MR_NOSLEEP) ? KM_NOSLEEP : KM_SLEEP);
usr/src/uts/common/io/ib/adapters/hermon/hermon_cq.c
237
flag = (sleepflag == HERMON_SLEEP) ? IBT_MR_SLEEP : IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_cq.c
663
flag = (sleepflag == HERMON_SLEEP) ? IBT_MR_SLEEP : IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_event.c
803
mr_attr.mr_flags = IBT_MR_NOSLEEP | IBT_MR_ENABLE_LOCAL_WRITE;
usr/src/uts/common/io/ib/adapters/hermon/hermon_ioctl.c
2913
comm->hlc_memattr.mr_flags = IBT_MR_NOSLEEP |
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
1525
sleep = (flags & IBT_MR_NOSLEEP) ? HERMON_NOSLEEP: HERMON_SLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
1847
sleep = (flags & IBT_MR_NOSLEEP) ? HERMON_NOSLEEP: HERMON_SLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
193
sleep = (mr_attr->mr_flags & IBT_MR_NOSLEEP) ? HERMON_NOSLEEP :
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
2278
sleep = (bind->bi_flags & IBT_MR_NOSLEEP) ?
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
2415
sleep = (flags & IBT_MR_NOSLEEP) ? HERMON_NOSLEEP: HERMON_SLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_qp.c
1061
IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_qp.c
1657
IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_qp.c
549
IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_srq.c
275
IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/adapters/hermon/hermon_srq.c
693
IBT_MR_NOSLEEP | IBT_MR_ENABLE_LOCAL_WRITE;
usr/src/uts/common/io/ib/adapters/tavor/tavor_ci.c
2940
ddi_cb = (flags & IBT_MR_NOSLEEP) ? DDI_DMA_DONTWAIT : DDI_DMA_SLEEP;
usr/src/uts/common/io/ib/adapters/tavor/tavor_ci.c
2961
flags & IBT_MR_NOSLEEP ? KM_NOSLEEP : KM_SLEEP);
usr/src/uts/common/io/ib/adapters/tavor/tavor_cq.c
213
flag = (sleepflag == TAVOR_SLEEP) ? IBT_MR_SLEEP : IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/adapters/tavor/tavor_cq.c
587
flag = (sleepflag == TAVOR_SLEEP) ? IBT_MR_SLEEP : IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/adapters/tavor/tavor_event.c
923
mr_attr.mr_flags = IBT_MR_NOSLEEP | IBT_MR_ENABLE_LOCAL_WRITE;
usr/src/uts/common/io/ib/adapters/tavor/tavor_ioctl.c
2163
comm->tlc_memattr.mr_flags = IBT_MR_NOSLEEP |
usr/src/uts/common/io/ib/adapters/tavor/tavor_misc.c
150
flag = (sleepflag == TAVOR_SLEEP) ? IBT_MR_SLEEP : IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/adapters/tavor/tavor_mr.c
1068
sleep = (flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP;
usr/src/uts/common/io/ib/adapters/tavor/tavor_mr.c
1351
sleep = (flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP;
usr/src/uts/common/io/ib/adapters/tavor/tavor_mr.c
1521
sleep = (bind->bi_flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP;
usr/src/uts/common/io/ib/adapters/tavor/tavor_mr.c
1651
sleep = (flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP: TAVOR_SLEEP;
usr/src/uts/common/io/ib/adapters/tavor/tavor_mr.c
181
sleep = (mr_attr->mr_flags & IBT_MR_NOSLEEP) ? TAVOR_NOSLEEP :
usr/src/uts/common/io/ib/adapters/tavor/tavor_qp.c
420
IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/adapters/tavor/tavor_qp.c
851
IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/adapters/tavor/tavor_srq.c
259
IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/adapters/tavor/tavor_srq.c
704
IBT_MR_NOSLEEP | IBT_MR_ENABLE_LOCAL_WRITE;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
4618
mr_rp->mr_attr.mr_flags = args.mr_flags | IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
4835
mr_rp->mr_attr.mr_flags = args.mrs_flags | IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/clients/daplt/daplt.c
5097
mem_sattr.mr_flags = args.mrl_flags | IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
316
idb->idb_buflen, ISER_BUF_MR_FLAGS | IBT_MR_NOSLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
420
chunk_len, vmr_pool->ivmp_mr_flags | IBT_MR_NOSLEEP);
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
500
if (mr_flags & IBT_MR_NOSLEEP)
usr/src/uts/common/io/ib/clients/iser/iser_resource.c
550
if (mr_flags & IBT_MR_NOSLEEP)
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
2079
new_mem_attr.mr_flags = IBT_MR_NOSLEEP;
usr/src/uts/common/io/ib/clients/rdsv3/ib_rdma.c
296
fmr_attr.fmr_flags = IBT_MR_NOSLEEP | IBT_MR_ENABLE_LOCAL_WRITE |
usr/src/uts/common/io/ib/mgt/ibmf/ibmf_wqe.c
1168
mem_attr.mr_flags = (block == B_TRUE ? IBT_MR_SLEEP : IBT_MR_NOSLEEP)