Symbol: ibt_mr_sync_t
usr/src/uts/common/io/ib/adapters/hermon/hermon_ci.c
133
static ibt_status_t hermon_ci_sync_mr(ibc_hca_hdl_t, ibt_mr_sync_t *, size_t);
usr/src/uts/common/io/ib/adapters/hermon/hermon_ci.c
1489
hermon_ci_sync_mr(ibc_hca_hdl_t hca, ibt_mr_sync_t *mr_segs, size_t num_segs)
usr/src/uts/common/io/ib/adapters/hermon/hermon_mr.c
1145
hermon_mr_sync(hermon_state_t *state, ibt_mr_sync_t *mr_segs, size_t num_segs)
usr/src/uts/common/io/ib/adapters/tavor/tavor_ci.c
128
static ibt_status_t tavor_ci_sync_mr(ibc_hca_hdl_t, ibt_mr_sync_t *, size_t);
usr/src/uts/common/io/ib/adapters/tavor/tavor_ci.c
1715
tavor_ci_sync_mr(ibc_hca_hdl_t hca, ibt_mr_sync_t *mr_segs, size_t num_segs)
usr/src/uts/common/io/ib/adapters/tavor/tavor_mr.c
736
tavor_mr_sync(tavor_state_t *state, ibt_mr_sync_t *mr_segs, size_t num_segs)
usr/src/uts/common/io/ib/clients/daplt/daplt.c
5301
ibt_mr_sync_t mrs[DAPL_MR_PER_SYNC];
usr/src/uts/common/io/ib/ibtl/ibtl_mem.c
360
ibt_sync_mr(ibt_hca_hdl_t hca_hdl, ibt_mr_sync_t *mr_segments,
usr/src/uts/common/rpc/rpcib.c
3803
ibt_mr_sync_t mr_segment;
usr/src/uts/common/sys/ib/adapters/hermon/hermon_mr.h
316
int hermon_mr_sync(hermon_state_t *state, ibt_mr_sync_t *mr_segs,
usr/src/uts/common/sys/ib/adapters/tavor/tavor_mr.h
332
int tavor_mr_sync(tavor_state_t *state, ibt_mr_sync_t *mr_segs,
usr/src/uts/common/sys/ib/ibtl/ibci.h
293
ibt_mr_sync_t *mr_segments, size_t num_segments);
usr/src/uts/common/sys/ib/ibtl/ibti_common.h
1229
ibt_status_t ibt_sync_mr(ibt_hca_hdl_t hca_hdl, ibt_mr_sync_t *mr_segments,