Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/erdma/
A Derdma_qp.c320 flags & IB_SEND_INLINE ? 1 : 0); in erdma_push_one_sqe()
463 if (flags & IB_SEND_INLINE) { in erdma_push_one_sqe()
/linux-6.3-rc2/drivers/infiniband/sw/rxe/
A Drxe_verbs.c501 if (unlikely((ibwr->send_flags & IB_SEND_INLINE) && in validate_send_wr()
593 if (unlikely(ibwr->send_flags & IB_SEND_INLINE)) in init_send_wqe()
660 if (unlikely((wr->send_flags & IB_SEND_INLINE) && in rxe_post_send_kernel()
A Drxe_req.c29 if (wqe->wr.send_flags & IB_SEND_INLINE) { in retry_first_write_send()
482 if (wqe->wr.send_flags & IB_SEND_INLINE) { in finish_packet()
/linux-6.3-rc2/net/smc/
A 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()
A Dsmc_wr.c583 lnk->wr_tx_ibs[i].send_flags |= IB_SEND_INLINE; in smc_wr_init_sge()
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A 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-6.3-rc2/drivers/infiniband/sw/siw/
A Dsiw_verbs.c846 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send()
895 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send()
/linux-6.3-rc2/drivers/infiniband/hw/cxgb4/
A 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-6.3-rc2/drivers/infiniband/hw/bnxt_re/
A 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-6.3-rc2/drivers/infiniband/hw/irdma/
A Dverbs.c3251 if (ib_wr->send_flags & IB_SEND_INLINE) in irdma_post_send()
3276 if (ib_wr->send_flags & IB_SEND_INLINE) in irdma_post_send()
/linux-6.3-rc2/drivers/infiniband/hw/qedr/
A 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-6.3-rc2/include/rdma/
A Dib_verbs.h1360 IB_SEND_INLINE = (1<<3), enumerator
/linux-6.3-rc2/drivers/infiniband/hw/ocrdma/
A Docrdma_verbs.c1928 if (wr->send_flags & IB_SEND_INLINE && qp->qp_type != IB_QPT_UD) { in ocrdma_build_inline_sges()
/linux-6.3-rc2/drivers/infiniband/hw/hns/
A Dhns_roce_hw_v2.c343 !!(wr->send_flags & IB_SEND_INLINE)); in set_rwqe_data_seg()
344 if (wr->send_flags & IB_SEND_INLINE) in set_rwqe_data_seg()

Completed in 77 milliseconds