Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c488 if (unlikely((ibwr->send_flags & IB_SEND_INLINE) && in validate_send_wr()
570 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()
H A Drxe_req.c30 if (wqe->wr.send_flags & IB_SEND_INLINE) { in retry_first_write_send()
457 if (wqe->wr.send_flags & IB_SEND_INLINE) { in fill_packet()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dwr.c877 if (unlikely(wr->wr.send_flags & IB_SEND_INLINE)) { in set_reg_wr()
1396 if (wr->send_flags & IB_SEND_INLINE && num_sge) { in mlx5_ib_post_send()
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/
H A Dsiw_verbs.c810 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send()
859 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/
H 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()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_verbs.c2140 if (ib_wr->send_flags & IB_SEND_INLINE) { in i40iw_post_send()
2160 if (ib_wr->send_flags & IB_SEND_INLINE) { in i40iw_post_send()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c2378 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_send_wqe()
2410 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_rdma_wqe()
2539 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_copy_wr_payload()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qedr/
H A Dverbs.c3406 if (wr->send_flags & IB_SEND_INLINE && in qedr_prepare_sq_rdma_data()
3427 if (wr->send_flags & IB_SEND_INLINE) { in qedr_prepare_sq_send_data()
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h1332 IB_SEND_INLINE = (1<<3), enumerator
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c1926 if (wr->send_flags & IB_SEND_INLINE && qp->qp_type != IB_QPT_UD) { in ocrdma_build_inline_sges()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v1.c285 if (wr->send_flags & IB_SEND_INLINE && wr->num_sge) { in hns_roce_v1_post_send()
H A Dhns_roce_hw_v2.c320 if (wr->send_flags & IB_SEND_INLINE) in set_rwqe_data_seg()