Searched refs:RS_OPT_MSG_SEND (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c150 #define RS_WR_ID_FLAG_MSG_SEND (((uint64_t) 1) << 62) /* See RS_OPT_MSG_SEND */
250 #define RS_OPT_MSG_SEND (1 << 1) macro
737 if (rs->opts & RS_OPT_MSG_SEND)
817 if (!(rs->opts & RS_OPT_MSG_SEND)) {
864 rs->opts |= RS_OPT_MSG_SEND;
886 if ((rs->opts & RS_OPT_MSG_SEND) && (rs->sq_inline < RS_MSG_SIZE))
1354 if (rs->opts & RS_OPT_MSG_SEND)
1656 if (!(rs->opts & RS_OPT_MSG_SEND)) {
1704 if (!(rs->opts & RS_OPT_MSG_SEND)) {
1765 if (rs->opts & RS_OPT_MSG_SEND)
[all...]

Completed in 54 milliseconds