Home
last modified time | relevance | path

Searched refs:IBT_SYNC_WRITE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1111 #define IBT_SYNC_WRITE 0x2 /* Make the affects of an incoming RDMA write */ macro
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c784 } else if (mr_segs[i].ms_flags & IBT_SYNC_WRITE) { in tavor_mr_sync()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c1198 } else if (mr_segs[i].ms_flags & IBT_SYNC_WRITE) { in hermon_mr_sync()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c3810 mr_segment.ms_flags = IBT_SYNC_WRITE; in rib_syncmem()
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c5323 sync_direction_flags = IBT_SYNC_WRITE; in daplka_mr_sync()