Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/sw/rxe/
Drxe_verbs.c504 if (unlikely((ibwr->send_flags & IB_SEND_INLINE) && in validate_send_wr()
603 if (unlikely(ibwr->send_flags & IB_SEND_INLINE)) in init_send_wqe()
680 if (unlikely((wr->send_flags & IB_SEND_INLINE) && in rxe_post_send_kernel()
Drxe_req.c30 if (wqe->wr.send_flags & IB_SEND_INLINE) { in retry_first_write_send()
476 if (wqe->wr.send_flags & IB_SEND_INLINE) { in finish_packet()
/Linux-v5.15/drivers/infiniband/sw/siw/
Dsiw_verbs.c808 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send()
857 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send()
/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dwr.c880 if (unlikely(wr->wr.send_flags & IB_SEND_INLINE)) { in set_reg_wr()
1398 if (wr->send_flags & IB_SEND_INLINE && num_sge) { in mlx5_ib_post_send()
/Linux-v5.15/drivers/infiniband/hw/cxgb4/
Dqp.c526 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_send()
577 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_write()
644 if (wr->next->send_flags & IB_SEND_INLINE) in build_rdma_write_cmpl()
/Linux-v5.15/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c2361 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_send_wqe()
2393 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_rdma_wqe()
2522 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_copy_wr_payload()
/Linux-v5.15/drivers/infiniband/hw/irdma/
Dverbs.c3123 if (ib_wr->send_flags & IB_SEND_INLINE) { in irdma_post_send()
3171 if (ib_wr->send_flags & IB_SEND_INLINE) { in irdma_post_send()
/Linux-v5.15/drivers/infiniband/hw/qedr/
Dverbs.c3397 if (wr->send_flags & IB_SEND_INLINE && in qedr_prepare_sq_rdma_data()
3418 if (wr->send_flags & IB_SEND_INLINE) { in qedr_prepare_sq_send_data()
/Linux-v5.15/include/rdma/
Dib_verbs.h1337 IB_SEND_INLINE = (1<<3), enumerator
/Linux-v5.15/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c1928 if (wr->send_flags & IB_SEND_INLINE && qp->qp_type != IB_QPT_UD) { in ocrdma_build_inline_sges()
/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c317 !!(wr->send_flags & IB_SEND_INLINE)); in set_rwqe_data_seg()
318 if (wr->send_flags & IB_SEND_INLINE) in set_rwqe_data_seg()
Dhns_roce_hw_v1.c301 if (wr->send_flags & IB_SEND_INLINE && wr->num_sge) { in hns_roce_v1_post_send()