Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dqp.c471 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_send()
514 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_write()
/linux-4.1.27/include/rdma/
Dib_verbs.h991 IB_SEND_INLINE = (1<<3), enumerator
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dqp.c2455 if (unlikely(wr->send_flags & IB_SEND_INLINE)) in set_frwr_li_wr()
2812 if (wr->send_flags & IB_SEND_INLINE && num_sge) { in mlx5_ib_post_send()
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_verbs.c3330 if ((ib_wr->send_flags & IB_SEND_INLINE) && in nes_post_send()
3360 if ((ib_wr->send_flags & IB_SEND_INLINE) && in nes_post_send()
/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c1977 if (wr->send_flags & IB_SEND_INLINE && qp->qp_type != IB_QPT_UD) { in ocrdma_build_inline_sges()