Home
last modified time | relevance | path

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

12

/linux/drivers/infiniband/sw/rdmavt/
H A Dtrace_tx.h66 __field(int, send_flags)
87 __entry->send_flags = wqe->wr.send_flags;
96 __entry->send_flags,
128 __field(int, send_flags)
140 __entry->send_flags = wqe->wr.send_flags;
153 __entry->send_flags
/linux/net/rds/
H A Dib_send.c273 if (send->s_wr.send_flags & IB_SEND_SIGNALED) in rds_ib_send_cqe_handler()
465 send->s_wr.send_flags |= IB_SEND_SIGNALED; in rds_ib_set_wr_signal_state()
500 int send_flags = 0; in rds_ib_xmit() local
642 send_flags = IB_SEND_FENCE; in rds_ib_xmit()
654 send->s_wr.send_flags = send_flags; in rds_ib_xmit()
702 send->s_wr.send_flags |= IB_SEND_SOLICITED; in rds_ib_xmit()
705 if (send->s_wr.send_flags & IB_SEND_SIGNALED) in rds_ib_xmit()
744 prev->s_wr.send_flags |= IB_SEND_SOLICITED; in rds_ib_xmit()
745 if (!(prev->s_wr.send_flags in rds_ib_xmit()
[all...]
H A Dib_frmr.c165 reg_wr.wr.send_flags = IB_SEND_SIGNALED; in rds_ib_post_reg_frmr()
295 s_wr->send_flags = IB_SEND_SIGNALED; in rds_ib_post_inv()
/linux/net/sunrpc/xprtrdma/
H A Dfrwr_ops.c472 mr->mr_regwr.wr.send_flags = 0; in frwr_send()
478 send_wr->send_flags |= IB_SEND_SIGNALED; in frwr_send()
482 send_wr->send_flags &= ~IB_SEND_SIGNALED; in frwr_send()
592 last->send_flags = IB_SEND_SIGNALED; in frwr_unmap_sync()
695 last->send_flags = IB_SEND_SIGNALED; in frwr_unmap_async()
796 mr->mr_regwr.wr.send_flags = 0; in frwr_wp_create()
/linux/drivers/infiniband/hw/hfi1/
H A Duc.c97 if (!(wqe->wr.send_flags & RVT_SEND_COMPLETION_ONLY)) { in hfi1_make_uc_req()
135 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_uc_req()
163 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_uc_req()
194 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_uc_req()
219 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_uc_req()
H A Drc.c495 if ((wqe->wr.send_flags & IB_SEND_FENCE) && in hfi1_make_rc_req()
517 if (!(wqe->wr.send_flags & in hfi1_make_rc_req()
578 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_rc_req()
614 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_rc_req()
933 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_rc_req()
972 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_rc_req()
H A Dud.c216 rvt_recv_cq(qp, &wc, swqe->wr.send_flags & IB_SEND_SOLICITED); in ud_loopback()
239 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in hfi1_make_bth_deth()
/linux/drivers/infiniband/ulp/iser/
H A Diser_memory.c242 inv_wr->send_flags = 0; in iser_inv_rkey()
285 wr->wr.send_flags = 0; in iser_reg_sig_mr()
331 wr->wr.send_flags = 0; in iser_fast_reg_mr()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_send.c18 unsigned int send_flags; member
432 wq_ctrl->fm_ce_se = data_seg->send_flags & IB_SEND_SIGNALED ? in dr_set_ctrl_seg()
573 send_info->write.send_flags |= IB_SEND_SIGNALED; in dr_fill_write_args_segs()
575 send_info->write.send_flags = 0; in dr_fill_write_args_segs()
601 send_info->write.send_flags |= IB_SEND_SIGNALED; in dr_fill_write_icm_segs()
611 send_info->read.send_flags = IB_SEND_SIGNALED; in dr_fill_write_icm_segs()
613 send_info->read.send_flags = 0; in dr_fill_write_icm_segs()
/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs.c147 .send_flags = IB_SEND_SIGNALED, in rtrs_iu_post_send()
172 .wr.send_flags = flags, in rtrs_iu_post_rdma_write_imm()
202 .wr.send_flags = sflags, in rtrs_post_rdma_write_imm_empty()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1542 sqp->ud_header.bth.solicited_event = !!(wr->wr.send_flags & IB_SEND_SOLICITED); in build_mlx_header()
1673 ((wr->send_flags & IB_SEND_SIGNALED) ? in mthca_tavor_post_send()
1675 ((wr->send_flags & IB_SEND_SOLICITED) ? in mthca_tavor_post_send()
1790 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_tavor_post_send()
1796 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_tavor_post_send()
2001 ((wr->send_flags & IB_SEND_SIGNALED) ? in mthca_arbel_post_send()
2003 ((wr->send_flags & IB_SEND_SOLICITED) ? in mthca_arbel_post_send()
2005 ((wr->send_flags & IB_SEND_IP_CSUM) ? in mthca_arbel_post_send()
2120 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_arbel_post_send()
2126 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_arbel_post_send()
/linux/drivers/infiniband/hw/mlx5/
H A Dwr.c61 if (wr->send_flags & IB_SEND_IP_CSUM) in set_eth_seg()
659 if (unlikely(wr->wr.send_flags & IB_SEND_INLINE)) { in set_reg_wr()
754 send_ieth(wr), wr->send_flags & IB_SEND_SIGNALED, in begin_wqe()
755 wr->send_flags & IB_SEND_SOLICITED); in begin_wqe()
1112 if (wr->send_flags & IB_SEND_FENCE) { in mlx5_ib_post_send()
1162 if (wr->send_flags & IB_SEND_INLINE && num_sge) { in mlx5_ib_post_send()
/linux/include/uapi/rdma/
H A Drdma_user_rxe.h79 __u32 send_flags; member
H A Dvmw_pvrdma-abi.h242 __u32 send_flags; /* wr flags */ member
/linux/net/smc/
H A Dsmc_wr.c578 lnk->wr_tx_ibs[i].send_flags = in smc_wr_init_sge()
581 lnk->wr_tx_ibs[i].send_flags |= IB_SEND_INLINE; in smc_wr_init_sge()
599 lnk->wr_tx_v2_ib->send_flags = in smc_wr_init_sge()
631 lnk->wr_reg.wr.send_flags = IB_SEND_SIGNALED; in smc_wr_init_sge()
/linux/fs/smb/smbdirect/
H A Dmr.c328 reg_wr->wr.send_flags = IB_SEND_SIGNALED; in smbdirect_connection_register_mr_io()
435 wr->send_flags = IB_SEND_SIGNALED; in smbdirect_connection_deregister_mr_io()
H A Dconnection.c926 last->wr.send_flags = IB_SEND_SIGNALED; in smbdirect_connection_send_batch_flush()
1061 msg->wr.send_flags = 0; in smbdirect_connection_post_send_io()
1075 msg->wr.send_flags = IB_SEND_SIGNALED; in smbdirect_connection_post_send_io()
1390 if (unlikely(!(msg->wr.send_flags & IB_SEND_SIGNALED))) { in smbdirect_connection_send_io_done()
/linux/drivers/infiniband/hw/cxgb4/
H A Dqp.c497 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send()
506 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send()
523 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_send()
574 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_write()
641 if (wr->next->send_flags & IB_SEND_INLINE) in build_rdma_write_cmpl()
689 bool send_signaled = (wr->next->send_flags & IB_SEND_SIGNALED) || in post_write_cmpl()
691 bool write_signaled = (wr->send_flags & IB_SEND_SIGNALED) || in post_write_cmpl()
1143 if (wr->send_flags & IB_SEND_SOLICITED) in c4iw_post_send()
1145 if (wr->send_flags & IB_SEND_SIGNALED || qhp->sq_sig_all) in c4iw_post_send()
1151 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send()
[all …]
/linux/tools/testing/selftests/drivers/net/
H A Dgro.c
/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c97 u8 send_flags; in get_htc_packet_credit_based() local
105 send_flags = 0; in get_htc_packet_credit_based()
150 send_flags |= HTC_FLAGS_NEED_CREDIT_UPDATE; in get_htc_packet_credit_based()
165 packet->info.tx.flags = send_flags; in get_htc_packet_credit_based()
/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c226 priv->tx_wr.wr.send_flags = IB_SEND_SIGNALED; in ipoib_transport_dev_init()
H A Dipoib_ib.c660 priv->tx_wr.wr.send_flags |= IB_SEND_IP_CSUM; in ipoib_send()
662 priv->tx_wr.wr.send_flags &= ~IB_SEND_IP_CSUM; in ipoib_send()
/linux/net/9p/
H A Dtrans_rdma.c390 wr.send_flags = IB_SEND_SIGNALED; in rdma_request()
/linux/drivers/infiniband/core/
H A Drw.c801 ctx->reg->reg_wr.wr.send_flags = 0; in rdma_rw_ctx_signature_init()
910 last_wr->send_flags |= IB_SEND_SIGNALED; in rdma_rw_ctx_wrs()
/linux/include/rdma/
H A Drdmavt_qp.h839 int flags = wqe->wr.send_flags; in rvt_qp_complete_swqe()

12