Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_mr.h332 int tavor_mr_sync(tavor_state_t *state, ibt_mr_sync_t *mr_segs,
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_mr.h316 int hermon_mr_sync(hermon_state_t *state, ibt_mr_sync_t *mr_segs,
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_mem.c360 ibt_sync_mr(ibt_hca_hdl_t hca_hdl, ibt_mr_sync_t *mr_segments, in ibt_sync_mr()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibci.h293 ibt_mr_sync_t *mr_segments, size_t num_segments);
H A Dibtl_types.h1120 } ibt_mr_sync_t; typedef
H A Dibti_common.h1229 ibt_status_t ibt_sync_mr(ibt_hca_hdl_t hca_hdl, ibt_mr_sync_t *mr_segments,
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c128 static ibt_status_t tavor_ci_sync_mr(ibc_hca_hdl_t, ibt_mr_sync_t *, size_t);
1715 tavor_ci_sync_mr(ibc_hca_hdl_t hca, ibt_mr_sync_t *mr_segs, size_t num_segs) in tavor_ci_sync_mr()
H A Dtavor_mr.c736 tavor_mr_sync(tavor_state_t *state, ibt_mr_sync_t *mr_segs, size_t num_segs) in tavor_mr_sync()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c133 static ibt_status_t hermon_ci_sync_mr(ibc_hca_hdl_t, ibt_mr_sync_t *, size_t);
1489 hermon_ci_sync_mr(ibc_hca_hdl_t hca, ibt_mr_sync_t *mr_segs, size_t num_segs) in hermon_ci_sync_mr()
H A Dhermon_mr.c1146 hermon_mr_sync(hermon_state_t *state, ibt_mr_sync_t *mr_segs, size_t num_segs) in hermon_mr_sync()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c3803 ibt_mr_sync_t mr_segment; in rib_syncmem()
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c5301 ibt_mr_sync_t mrs[DAPL_MR_PER_SYNC]; in daplka_mr_sync()