Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_req.c57 if (wqe->wr.send_flags & IB_SEND_INLINE) { in retry_first_write_send()
484 if (wqe->wr.send_flags & IB_SEND_INLINE) { in fill_packet()
Drxe_verbs.c574 if (unlikely((ibwr->send_flags & IB_SEND_INLINE) && in validate_send_wr()
656 if (unlikely(ibwr->send_flags & IB_SEND_INLINE)) { in init_send_wqe()
745 if (unlikely((wr->send_flags & IB_SEND_INLINE) && in rxe_post_send_kernel()
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dqp.c524 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_send()
575 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_write()
639 if (wr->next->send_flags & IB_SEND_INLINE) in build_rdma_write_cmpl()
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c2130 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_send_wqe()
2162 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_rdma_wqe()
2291 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_copy_wr_payload()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_verbs.c2250 if (ib_wr->send_flags & IB_SEND_INLINE) { in i40iw_post_send()
2270 if (ib_wr->send_flags & IB_SEND_INLINE) { in i40iw_post_send()
/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_verbs.c3087 if ((ib_wr->send_flags & IB_SEND_INLINE) && in nes_post_send()
3117 if ((ib_wr->send_flags & IB_SEND_INLINE) && in nes_post_send()
/Linux-v4.19/drivers/infiniband/hw/qedr/
Dverbs.c3156 if (wr->send_flags & IB_SEND_INLINE && in qedr_prepare_sq_rdma_data()
3177 if (wr->send_flags & IB_SEND_INLINE) { in qedr_prepare_sq_send_data()
/Linux-v4.19/include/rdma/
Dib_verbs.h1315 IB_SEND_INLINE = (1<<3), enumerator
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dqp.c4234 if (unlikely(wr->wr.send_flags & IB_SEND_INLINE)) { in set_reg_wr()
4616 if (wr->send_flags & IB_SEND_INLINE && num_sge) { in _mlx5_ib_post_send()
/Linux-v4.19/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c2008 if (wr->send_flags & IB_SEND_INLINE && qp->qp_type != IB_QPT_UD) { in ocrdma_build_inline_sges()
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c114 if (wr->send_flags & IB_SEND_INLINE && wr->num_sge) { in set_rwqe_data_seg()
Dhns_roce_hw_v1.c289 if (wr->send_flags & IB_SEND_INLINE && wr->num_sge) { in hns_roce_v1_post_send()