Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libcxgb4/
H A Dqp.c352 if (wr->send_flags & IBV_SEND_FENCE) in c4iw_post_send()
/freebsd/contrib/ofed/libmlx4/
H A Dqp.c443 ctrl->fence_size = (wr->send_flags & IBV_SEND_FENCE ? in mlx4_post_send()
/freebsd/contrib/ofed/libmlx5/
H A Dqp.c667 if (wr->send_flags & IBV_SEND_FENCE) in _mlx5_post_send()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h928 IBV_SEND_FENCE = 1 << 0, enumerator
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c1687 if (ib_wr->send_flags & IBV_SEND_FENCE) in irdma_upost_send()