Home
last modified time | relevance | path

Searched refs:send_flags (Results 1 – 25 of 67) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
Dtrace_tx.h108 __field(int, send_flags)
129 __entry->send_flags = wqe->wr.send_flags;
138 __entry->send_flags,
170 __field(int, send_flags)
182 __entry->send_flags = wqe->wr.send_flags;
195 __entry->send_flags
/kernel/linux/linux-5.10/net/rds/
Dib_send.c273 if (send->s_wr.send_flags & IB_SEND_SIGNALED) in rds_ib_send_cqe_handler()
466 send->s_wr.send_flags |= IB_SEND_SIGNALED; in rds_ib_set_wr_signal_state()
501 int send_flags = 0; in rds_ib_xmit() local
617 send_flags = IB_SEND_FENCE; in rds_ib_xmit()
629 send->s_wr.send_flags = send_flags; in rds_ib_xmit()
677 send->s_wr.send_flags |= IB_SEND_SOLICITED; in rds_ib_xmit()
680 if (send->s_wr.send_flags & IB_SEND_SIGNALED) in rds_ib_xmit()
719 prev->s_wr.send_flags |= IB_SEND_SOLICITED; in rds_ib_xmit()
720 if (!(prev->s_wr.send_flags & IB_SEND_SIGNALED)) in rds_ib_xmit()
801 send->s_wr.send_flags = 0; in rds_ib_xmit_atomic()
[all …]
Dib_frmr.c162 reg_wr.wr.send_flags = IB_SEND_SIGNALED; in rds_ib_post_reg_frmr()
291 s_wr->send_flags = IB_SEND_SIGNALED; in rds_ib_post_inv()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dwr.c111 if (wr->send_flags & IB_SEND_IP_CSUM) in set_eth_seg()
328 if (wr->send_flags & MLX5_IB_SEND_UMR_FAIL_IF_FREE) in set_reg_umr_segment()
337 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_XLT) { in set_reg_umr_segment()
344 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_TRANSLATION) in set_reg_umr_segment()
346 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_PD_ACCESS) { in set_reg_umr_segment()
353 if (wr->send_flags & MLX5_IB_SEND_UMR_ENABLE_MR) in set_reg_umr_segment()
355 if (wr->send_flags & MLX5_IB_SEND_UMR_DISABLE_MR) in set_reg_umr_segment()
408 if (wr->send_flags & MLX5_IB_SEND_UMR_DISABLE_MR) in set_reg_mkey_segment()
427 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_TRANSLATION && in set_reg_mkey_segment()
877 if (unlikely(wr->wr.send_flags & IB_SEND_INLINE)) { in set_reg_wr()
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Duc.c138 if (!(wqe->wr.send_flags & RVT_SEND_COMPLETION_ONLY)) { in hfi1_make_uc_req()
176 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_uc_req()
204 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_uc_req()
235 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_uc_req()
260 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_uc_req()
Dtrace_tx.h792 __field(int, send_flags)
804 __entry->send_flags = wqe->wr.send_flags;
817 __entry->send_flags
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
Dqib_uc.c121 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_uc_req()
149 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_uc_req()
179 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_uc_req()
203 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_uc_req()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/iser/
Diser_memory.c227 inv_wr->send_flags = 0; in iser_inv_rkey()
271 wr->wr.send_flags = 0; in iser_reg_sig_mr()
317 wr->wr.send_flags = 0; in iser_fast_reg_mr()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
Drxe_req.c30 if (wqe->wr.send_flags & IB_SEND_INLINE) { in retry_first_write_send()
157 if (unlikely((wqe->wr.send_flags & IB_SEND_FENCE) && in req_next_wqe()
388 solicited = (ibwr->send_flags & IB_SEND_SOLICITED) && in init_req_packet()
457 if (wqe->wr.send_flags & IB_SEND_INLINE) { in fill_packet()
628 if ((wqe->wr.send_flags & IB_SEND_SIGNALED) || in rxe_requester()
Drxe_verbs.c488 if (unlikely((ibwr->send_flags & IB_SEND_INLINE) && in validate_send_wr()
504 wr->send_flags = ibwr->send_flags; in init_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()
/kernel/linux/linux-5.10/drivers/media/rc/
Dati_remote.c260 int send_flags; member
393 ati_remote->send_flags |= SEND_FLAG_COMPLETE; in ati_remote_irq_out()
414 ati_remote->send_flags = SEND_FLAG_IN_PROGRESS; in ati_remote_sendpacket()
425 (ati_remote->send_flags & SEND_FLAG_COMPLETE)), in ati_remote_sendpacket()
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
Dfrwr_ops.c403 frwr->fr_regwr.wr.send_flags = 0; in frwr_send()
519 last->send_flags = IB_SEND_SIGNALED; in frwr_unmap_sync()
623 last->send_flags = IB_SEND_SIGNALED; in frwr_unmap_async()
/kernel/linux/linux-5.10/include/uapi/rdma/
Drdma_user_rxe.h79 __u32 send_flags; member
Dvmw_pvrdma-abi.h242 __u32 send_flags; /* wr flags */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
Drdma_user_rxe.h57 __u32 send_flags; member
Dvmw_pvrdma-abi.h179 __u32 send_flags; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
Drdma_user_rxe.h41 __u32 send_flags; member
Dvmw_pvrdma-abi.h162 __u32 send_flags; member
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
Drtrs.c142 .send_flags = IB_SEND_SIGNALED, in rtrs_iu_post_send()
166 .wr.send_flags = flags, in rtrs_iu_post_rdma_write_imm()
189 .wr.send_flags = flags, in rtrs_post_rdma_write_imm_empty()
Drtrs-srv.c283 wr->wr.send_flags = 0; in rdma_write_sg()
310 inv_wr.send_flags = 0; in rdma_write_sg()
323 rwr.wr.send_flags = 0; in rdma_write_sg()
346 imm_wr.wr.send_flags = flags; in rdma_write_sg()
401 inv_wr.send_flags = 0; in send_io_resp_imm()
442 rwr.wr.send_flags = 0; in send_io_resp_imm()
466 imm_wr.wr.send_flags = flags; in send_io_resp_imm()
836 rwr[mri].wr.send_flags = 0; in process_info_req()
1150 .send_flags = IB_SEND_SIGNALED, in rtrs_srv_inv_rkey()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
Dmthca_qp.c1539 sqp->ud_header.bth.solicited_event = !!(wr->wr.send_flags & IB_SEND_SOLICITED); in build_mlx_header()
1670 ((wr->send_flags & IB_SEND_SIGNALED) ? in mthca_tavor_post_send()
1672 ((wr->send_flags & IB_SEND_SOLICITED) ? in mthca_tavor_post_send()
1787 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_tavor_post_send()
1793 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_tavor_post_send()
1998 ((wr->send_flags & IB_SEND_SIGNALED) ? in mthca_arbel_post_send()
2000 ((wr->send_flags & IB_SEND_SOLICITED) ? in mthca_arbel_post_send()
2002 ((wr->send_flags & IB_SEND_IP_CSUM) ? in mthca_arbel_post_send()
2117 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_arbel_post_send()
2123 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_arbel_post_send()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c17 unsigned int send_flags; member
240 wq_ctrl->fm_ce_se = (data_seg->send_flags) ? in dr_rdma_segments()
339 send_info->write.send_flags |= IB_SEND_SIGNALED; in dr_fill_data_segs()
348 send_info->read.send_flags = IB_SEND_SIGNALED; in dr_fill_data_segs()
350 send_info->read.send_flags = 0; in dr_fill_data_segs()
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c2230 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_qp1_send_v2()
2372 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_send_wqe()
2374 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_send_wqe()
2376 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_send_wqe()
2378 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_send_wqe()
2404 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_rdma_wqe()
2406 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_rdma_wqe()
2408 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_rdma_wqe()
2410 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_rdma_wqe()
2434 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_atomic_wqe()
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
Dqp.c500 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send()
509 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send()
526 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()
692 bool send_signaled = (wr->next->send_flags & IB_SEND_SIGNALED) || in post_write_cmpl()
694 bool write_signaled = (wr->send_flags & IB_SEND_SIGNALED) || in post_write_cmpl()
1146 if (wr->send_flags & IB_SEND_SOLICITED) in c4iw_post_send()
1148 if (wr->send_flags & IB_SEND_SIGNALED || qhp->sq_sig_all) in c4iw_post_send()
1154 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send()
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
Di40iw_verbs.c2120 if ((ib_wr->send_flags & IB_SEND_SIGNALED) || iwqp->sig_all) in i40iw_post_send()
2122 if (ib_wr->send_flags & IB_SEND_FENCE) in i40iw_post_send()
2129 if (ib_wr->send_flags & IB_SEND_SOLICITED) in i40iw_post_send()
2134 if (ib_wr->send_flags & IB_SEND_SOLICITED) in i40iw_post_send()
2140 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()
2231 info.local_fence = ib_wr->send_flags & IB_SEND_FENCE; in i40iw_post_send()
2232 info.signaled = ib_wr->send_flags & IB_SEND_SIGNALED; in i40iw_post_send()

123