Searched refs:IBV_SEND_SIGNALED (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/ofed/libcxgb4/src/
H A Dqp.c339 if (wr->send_flags & IBV_SEND_SIGNALED || qhp->sq_sig_all)
380 swsqe->signaled = (wr->send_flags & IBV_SEND_SIGNALED) ||
/freebsd-11.0-release/contrib/ofed/libmthca/src/
H A Dqp.c140 ((wr->send_flags & IBV_SEND_SIGNALED) ?
508 ((wr->send_flags & IBV_SEND_SIGNALED) ?
/freebsd-11.0-release/contrib/ofed/librdmacm/examples/
H A Drping.c379 cb->sq_wr.send_flags = IBV_SEND_SIGNALED;
385 cb->rdma_sq_wr.send_flags = IBV_SEND_SIGNALED;
H A Dudaddy.c569 ret = post_sends(&test.nodes[i], IBV_SEND_SIGNALED);
/freebsd-11.0-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c480 .send_flags = IBV_SEND_SIGNALED,
H A Duc_pingpong.c465 .send_flags = IBV_SEND_SIGNALED,
H A Dud_pingpong.c468 .send_flags = IBV_SEND_SIGNALED,
H A Dsrq_pingpong.c534 .send_flags = IBV_SEND_SIGNALED,
/freebsd-11.0-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h517 IBV_SEND_SIGNALED = 1 << 1, enumerator in enum:ibv_send_flags
/freebsd-11.0-release/contrib/ofed/libmlx4/src/
H A Dqp.c232 (wr->send_flags & IBV_SEND_SIGNALED ?

Completed in 117 milliseconds