Home
last modified time | relevance | path

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

123

/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
H A Dqp.c2005 if (ret || !(wr->send_flags & IB_SEND_SIGNALED)) in rvt_post_one_wr()
2009 if ((wr->send_flags & IB_SEND_FENCE) || in rvt_post_one_wr()
2015 if (ret || !(wr->send_flags & IB_SEND_SIGNALED)) in rvt_post_one_wr()
2082 wqe->wr.send_flags |= RVT_SEND_COMPLETION_ONLY; in rvt_post_one_wr()
2106 wqe->wr.send_flags |= RVT_SEND_RESERVE_USED; in rvt_post_one_wr()
2109 wqe->wr.send_flags &= ~RVT_SEND_RESERVE_USED; in rvt_post_one_wr()
2986 if (!(wqe->wr.send_flags & RVT_SEND_COMPLETION_ONLY)) { in rvt_ruc_loopback()
3125 rvt_recv_cq(qp, &wc, wqe->wr.send_flags & IB_SEND_SOLICITED); in rvt_ruc_loopback()
/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.c402 mr->mr_regwr.wr.send_flags = 0; in frwr_send()
408 send_wr->send_flags |= IB_SEND_SIGNALED; in frwr_send()
412 send_wr->send_flags &= ~IB_SEND_SIGNALED; in frwr_send()
522 last->send_flags = IB_SEND_SIGNALED; in frwr_unmap_sync()
625 last->send_flags = IB_SEND_SIGNALED; in frwr_unmap_async()
694 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()
/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/media/rc/
H A Dati_remote.c258 int send_flags; member
391 ati_remote->send_flags |= SEND_FLAG_COMPLETE; in ati_remote_irq_out()
412 ati_remote->send_flags = SEND_FLAG_IN_PROGRESS; in ati_remote_sendpacket()
423 (ati_remote->send_flags & SEND_FLAG_COMPLETE)), in ati_remote_sendpacket()
/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/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/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()
H A Drtrs-srv.c244 wr->wr.send_flags = 0; in rdma_write_sg()
271 inv_wr.send_flags = 0; in rdma_write_sg()
284 rwr.wr.send_flags = 0; in rdma_write_sg()
307 imm_wr.wr.send_flags = flags; in rdma_write_sg()
362 inv_wr.send_flags = 0; in send_io_resp_imm()
404 rwr.wr.send_flags = 0; in send_io_resp_imm()
428 imm_wr.wr.send_flags = flags; in send_io_resp_imm()
869 rwr[mri].wr.send_flags = 0; in process_info_req()
1209 .send_flags = IB_SEND_SIGNALED, in rtrs_srv_inv_rkey()
/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/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/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c2524 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_qp1_send_v2()
2666 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_send_wqe()
2668 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_send_wqe()
2670 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_send_wqe()
2672 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_send_wqe()
2698 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_rdma_wqe()
2700 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_rdma_wqe()
2702 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_rdma_wqe()
2704 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_rdma_wqe()
2728 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_atomic_wqe()
[all …]
/linux/tools/testing/selftests/drivers/net/
H A Dgro.c384 static void send_flags(int fd, struct sockaddr_ll *daddr, int psh, int syn,
1097 send_flags(txfd, &daddr, 1, 0, 0, 0, 0); in gro_sender()
1100 send_flags(txfd, &daddr, 0, 1, 0, 0, 0); in gro_sender()
1103 send_flags(txfd, &daddr, 0, 0, 1, 0, 0); in gro_sender()
1106 send_flags(txfd, &daddr, 0, 0, 0, 1, 0); in gro_sender()
1109 send_flags(txfd, &daddr, 0, 0, 0, 0, 1); in gro_sender()
337 static void send_flags(int fd, struct sockaddr_ll *daddr, int psh, int syn, send_flags() function
/linux/drivers/infiniband/sw/siw/
H A Dsiw_verbs.c841 if ((wr->send_flags & IB_SEND_SIGNALED) || in siw_post_send()
845 if (wr->send_flags & IB_SEND_FENCE) in siw_post_send()
851 if (wr->send_flags & IB_SEND_SOLICITED) in siw_post_send()
854 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send()
903 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send()
/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/sw/rxe/
H A Drxe_verbs.c727 if (ibwr->send_flags & IB_SEND_INLINE) { in validate_send_wr()
752 wr->send_flags = ibwr->send_flags; in init_send_wr()
859 if (unlikely(ibwr->send_flags & IB_SEND_INLINE)) in init_send_wqe()
/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c226 priv->tx_wr.wr.send_flags = IB_SEND_SIGNALED; in ipoib_transport_dev_init()
/linux/fs/smb/client/
H A Dsmbdirect.c572 if (unlikely(!(request->wr.send_flags & IB_SEND_SIGNALED))) { in send_done()
1250 request->wr.send_flags = 0; in smbd_post_send()
1265 request->wr.send_flags = IB_SEND_SIGNALED; in smbd_post_send()
1304 last->wr.send_flags = IB_SEND_SIGNALED; in smbd_send_batch_flush()
2964 reg_wr->wr.send_flags = IB_SEND_SIGNALED; in smbd_register_mr()
3069 wr->send_flags = IB_SEND_SIGNALED; in smbd_deregister_mr()

123