Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/erdma/
Derdma_qp.c316 flags & IB_SEND_INLINE ? 1 : 0); in erdma_push_one_sqe()
431 if (flags & IB_SEND_INLINE) { in erdma_push_one_sqe()
/Linux-v6.1/drivers/infiniband/sw/rxe/
Drxe_verbs.c514 if (unlikely((ibwr->send_flags & IB_SEND_INLINE) && in validate_send_wr()
609 if (unlikely(ibwr->send_flags & IB_SEND_INLINE)) in init_send_wqe()
676 if (unlikely((wr->send_flags & IB_SEND_INLINE) && in rxe_post_send_kernel()
Drxe_req.c29 if (wqe->wr.send_flags & IB_SEND_INLINE) { in retry_first_write_send()
468 if (wqe->wr.send_flags & IB_SEND_INLINE) { in finish_packet()
/Linux-v6.1/net/smc/
Dsmc_tx.c396 wr->wr.send_flags |= IB_SEND_INLINE; in smcr_tx_rdma_writes()
398 wr->wr.send_flags &= ~IB_SEND_INLINE; in smcr_tx_rdma_writes()
Dsmc_wr.c583 lnk->wr_tx_ibs[i].send_flags |= IB_SEND_INLINE; in smc_wr_init_sge()
/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dwr.c659 if (unlikely(wr->wr.send_flags & IB_SEND_INLINE)) { in set_reg_wr()
1162 if (wr->send_flags & IB_SEND_INLINE && num_sge) { in mlx5_ib_post_send()
/Linux-v6.1/drivers/infiniband/sw/siw/
Dsiw_verbs.c814 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send()
863 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send()
/Linux-v6.1/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-v6.1/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c2366 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_send_wqe()
2398 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_rdma_wqe()
2528 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_copy_wr_payload()
/Linux-v6.1/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-v6.1/drivers/infiniband/hw/irdma/
Dverbs.c3168 if (ib_wr->send_flags & IB_SEND_INLINE) { in irdma_post_send()
3208 if (ib_wr->send_flags & IB_SEND_INLINE) { in irdma_post_send()
/Linux-v6.1/include/rdma/
Dib_verbs.h1352 IB_SEND_INLINE = (1<<3), enumerator
/Linux-v6.1/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-v6.1/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c344 !!(wr->send_flags & IB_SEND_INLINE)); in set_rwqe_data_seg()
345 if (wr->send_flags & IB_SEND_INLINE) in set_rwqe_data_seg()