Home
last modified time | relevance | path

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

/linux-4.1.27/net/rds/
Diw_send.c145 send->s_wr.send_flags = 0; in rds_iw_send_init_ring()
451 int send_flags) in rds_iw_xmit_populate_wr() argument
457 send->s_wr.send_flags = send_flags; in rds_iw_xmit_populate_wr()
512 int send_flags = 0; in rds_iw_xmit() local
636 send_flags = IB_SEND_FENCE; in rds_iw_xmit()
649 rds_iw_xmit_populate_wr(ic, send, pos, 0, 0, send_flags); in rds_iw_xmit()
662 send_flags); in rds_iw_xmit()
671 send->s_wr.send_flags |= IB_SEND_SIGNALED | IB_SEND_SOLICITED; in rds_iw_xmit()
677 send->s_wr.send_flags |= IB_SEND_SIGNALED | IB_SEND_SOLICITED; in rds_iw_xmit()
684 send->s_wr.send_flags |= IB_SEND_SIGNALED | IB_SEND_SOLICITED; in rds_iw_xmit()
[all …]
Dib_send.c313 if (send->s_wr.send_flags & IB_SEND_SIGNALED) in rds_ib_send_cq_comp_handler()
506 send->s_wr.send_flags |= IB_SEND_SIGNALED; in rds_ib_set_wr_signal_state()
541 int send_flags = 0; in rds_ib_xmit() local
655 send_flags = IB_SEND_FENCE; in rds_ib_xmit()
667 send->s_wr.send_flags = send_flags; in rds_ib_xmit()
703 send->s_wr.send_flags |= IB_SEND_SIGNALED | IB_SEND_SOLICITED; in rds_ib_xmit()
705 if (send->s_wr.send_flags & IB_SEND_SIGNALED) in rds_ib_xmit()
740 prev->s_wr.send_flags |= IB_SEND_SOLICITED; in rds_ib_xmit()
932 send->s_wr.send_flags = 0; in rds_ib_xmit_rdma()
Diw_rdma.c722 f_wr.send_flags = IB_SEND_SIGNALED;
745 s_wr.send_flags = IB_SEND_SIGNALED;
Diw_recv.c360 wr->send_flags = IB_SEND_SIGNALED | IB_SEND_SOLICITED; in rds_iw_recv_init_ack()
Dib_recv.c529 wr->send_flags = IB_SEND_SIGNALED | IB_SEND_SOLICITED; in rds_ib_recv_init_ack()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_uc.c119 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in ipath_make_uc_req()
147 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in ipath_make_uc_req()
177 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in ipath_make_uc_req()
201 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in ipath_make_uc_req()
Dipath_rc.c294 if ((wqe->wr.send_flags & IB_SEND_FENCE) && in ipath_make_rc_req()
334 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in ipath_make_rc_req()
373 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in ipath_make_rc_req()
518 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in ipath_make_rc_req()
553 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in ipath_make_rc_req()
950 (wqe->wr.send_flags & IB_SEND_SIGNALED)) { in do_rc_ack()
Dipath_ud.c228 swqe->wr.send_flags & IB_SEND_SOLICITED); in ipath_ud_loopback()
363 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in ipath_make_ud_req()
Dipath_ruc.c446 wqe->wr.send_flags & IB_SEND_SOLICITED); in ipath_ruc_loopback()
709 (wqe->wr.send_flags & IB_SEND_SIGNALED) || in ipath_send_complete()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_uc.c122 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_uc_req()
150 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_uc_req()
180 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_uc_req()
204 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_uc_req()
Dqib_rc.c318 if ((wqe->wr.send_flags & IB_SEND_FENCE) && in qib_make_rc_req()
358 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_rc_req()
397 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_rc_req()
539 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_rc_req()
579 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_rc_req()
1019 (wqe->wr.send_flags & IB_SEND_SIGNALED)) { in qib_rc_send_complete()
1075 (wqe->wr.send_flags & IB_SEND_SIGNALED)) { in do_rc_completion()
Dqib_ud.c220 swqe->wr.send_flags & IB_SEND_SOLICITED); in qib_ud_loopback()
361 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_ud_req()
Dqib_ruc.c564 wqe->wr.send_flags & IB_SEND_SOLICITED); in qib_ruc_loopback()
791 (wqe->wr.send_flags & IB_SEND_SIGNALED) || in qib_send_complete()
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_qp.c50 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send()
57 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send()
387 if (wr->send_flags & IB_SEND_SOLICITED) in iwch_post_send()
389 if (wr->send_flags & IB_SEND_SIGNALED) in iwch_post_send()
396 if (wr->send_flags & IB_SEND_FENCE) in iwch_post_send()
423 if (wr->send_flags & IB_SEND_FENCE) in iwch_post_send()
440 sqp->signaled = (wr->send_flags & IB_SEND_SIGNALED); in iwch_post_send()
567 if (mw_bind->send_flags & IB_SEND_SIGNALED) in iwch_bind_mw()
594 sqp->signaled = (mw_bind->send_flags & IB_SEND_SIGNALED); in iwch_bind_mw()
/linux-4.1.27/drivers/media/rc/
Dati_remote.c274 int send_flags; member
407 ati_remote->send_flags |= SEND_FLAG_COMPLETE; in ati_remote_irq_out()
428 ati_remote->send_flags = SEND_FLAG_IN_PROGRESS; in ati_remote_sendpacket()
439 (ati_remote->send_flags & SEND_FLAG_COMPLETE)), in ati_remote_sendpacket()
Dmceusb.c452 int send_flags; member
778 ir->send_flags = RECV_FLAG_IN_PROGRESS; in mce_request_packet()
1067 if (ir->send_flags == RECV_FLAG_IN_PROGRESS) { in mceusb_dev_recv()
1068 ir->send_flags = SEND_FLAG_COMPLETE; in mceusb_dev_recv()
/linux-4.1.27/drivers/infiniband/hw/amso1100/
Dc2_qp.c813 if (ib_wr->send_flags & IB_SEND_SIGNALED) { in c2_post_send()
821 if (ib_wr->send_flags & IB_SEND_SOLICITED) in c2_post_send()
827 if (ib_wr->send_flags & IB_SEND_SOLICITED) in c2_post_send()
841 if (ib_wr->send_flags & IB_SEND_FENCE) { in c2_post_send()
859 if (ib_wr->send_flags & IB_SEND_FENCE) { in c2_post_send()
/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c196 read_wr.send_flags = IB_SEND_SIGNALED; in rdma_read_chunk_lcl()
305 fastreg_wr.send_flags = IB_SEND_SIGNALED; in rdma_read_chunk_frmr()
317 read_wr.send_flags = IB_SEND_SIGNALED; in rdma_read_chunk_frmr()
333 inv_wr.send_flags = IB_SEND_SIGNALED | IB_SEND_FENCE; in rdma_read_chunk_frmr()
Dsvc_rdma_sendto.c216 write_wr.send_flags = IB_SEND_SIGNALED; in send_write()
476 send_wr.send_flags = IB_SEND_SIGNALED; in send_reply()
Dsvc_rdma_transport.c1248 fastreg_wr.send_flags = IB_SEND_SIGNALED; in svc_rdma_fastreg()
1356 err_wr.send_flags = IB_SEND_SIGNALED; in svc_rdma_send_error()
Dverbs.c1609 send_wr.send_flags = 0; in rpcrdma_ep_post()
1612 send_wr.send_flags = IB_SEND_SIGNALED; in rpcrdma_ep_post()
/linux-4.1.27/drivers/staging/ozwpan/
Dozpd.h68 unsigned send_flags; member
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_qp.c1519 sqp->ud_header.bth.solicited_event = !!(wr->send_flags & IB_SEND_SOLICITED); in build_mlx_header()
1650 ((wr->send_flags & IB_SEND_SIGNALED) ? in mthca_tavor_post_send()
1652 ((wr->send_flags & IB_SEND_SOLICITED) ? in mthca_tavor_post_send()
1767 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_tavor_post_send()
1773 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_tavor_post_send()
1989 ((wr->send_flags & IB_SEND_SIGNALED) ? in mthca_arbel_post_send()
1991 ((wr->send_flags & IB_SEND_SOLICITED) ? in mthca_arbel_post_send()
1993 ((wr->send_flags & IB_SEND_IP_CSUM) ? in mthca_arbel_post_send()
2108 ((wr->send_flags & IB_SEND_FENCE) ? in mthca_arbel_post_send()
2114 f0 = wr->send_flags & IB_SEND_FENCE ? in mthca_arbel_post_send()
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dqp.c1971 if (wr->send_flags & MLX5_IB_SEND_UMR_FAIL_IF_FREE) in set_reg_umr_segment()
1976 if (!(wr->send_flags & MLX5_IB_SEND_UMR_UNREG)) { in set_reg_umr_segment()
1978 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_MTT) { in set_reg_umr_segment()
2027 if (wr->send_flags & MLX5_IB_SEND_UMR_UNREG) { in set_reg_mkey_segment()
2033 if (!(wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_MTT)) { in set_reg_mkey_segment()
2455 if (unlikely(wr->send_flags & IB_SEND_INLINE)) in set_frwr_li_wr()
2521 wr->send_flags & IB_SEND_FENCE)) in get_fence()
2525 if (wr->send_flags & IB_SEND_FENCE) in get_fence()
2553 (wr->send_flags & IB_SEND_SIGNALED ? in begin_wqe()
2555 (wr->send_flags & IB_SEND_SOLICITED ? in begin_wqe()
[all …]
Dmr.c701 wr->send_flags = 0; in prep_umr_reg_wqe()
724 wr->send_flags = MLX5_IB_SEND_UMR_UNREG | MLX5_IB_SEND_UMR_FAIL_IF_FREE; in prep_umr_unreg_wqe()
931 wr.send_flags = MLX5_IB_SEND_UMR_FAIL_IF_FREE | in mlx5_ib_update_mtt()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dqp.c445 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send()
454 if (wr->send_flags & IB_SEND_SOLICITED) in build_rdma_send()
471 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_send()
514 if (wr->send_flags & IB_SEND_INLINE) { in build_rdma_write()
759 if (wr->send_flags & IB_SEND_SOLICITED) in c4iw_post_send()
761 if (wr->send_flags & IB_SEND_SIGNALED || qhp->sq_sig_all) in c4iw_post_send()
767 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send()
805 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send()
822 swsqe->signaled = (wr->send_flags & IB_SEND_SIGNALED) || in c4iw_post_send()
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_reqs.c122 send_wr->num_sge, send_wr->send_flags, in trace_send_wr_ud()
204 if ((send_wr->send_flags & IB_SEND_SIGNALED || in ehca_write_swqe()
266 if (send_wr->send_flags & IB_SEND_FENCE) in ehca_write_swqe()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmr.c331 wr.send_flags = mw_bind->send_flags; in mlx4_ib_bind_mw()
Dqp.c2080 sqp->ud_header.bth.solicited_event = !!(wr->send_flags & IB_SEND_SOLICITED); in build_sriov_qp0_header()
2306 sqp->ud_header.bth.solicited_event = !!(wr->send_flags & IB_SEND_SOLICITED); in build_mlx_header()
2690 (wr->send_flags & IB_SEND_SIGNALED ? in mlx4_ib_post_send()
2692 (wr->send_flags & IB_SEND_SOLICITED ? in mlx4_ib_post_send()
2694 ((wr->send_flags & IB_SEND_IP_CSUM) ? in mlx4_ib_post_send()
2886 ctrl->fence_size = (wr->send_flags & IB_SEND_FENCE ? in mlx4_ib_post_send()
Dmad.c600 wr.send_flags = IB_SEND_SIGNALED; in mlx4_ib_send_to_slave()
1253 wr.send_flags = IB_SEND_SIGNALED; in mlx4_ib_send_to_wire()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
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-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_verbs.c228 priv->tx_wr.send_flags = IB_SEND_SIGNALED; in ipoib_transport_dev_init()
Dipoib_ib.c600 priv->tx_wr.send_flags |= IB_SEND_IP_CSUM; in ipoib_send()
602 priv->tx_wr.send_flags &= ~IB_SEND_IP_CSUM; in ipoib_send()
Dipoib_main.c236 priv->tx_wr.send_flags &= ~IB_SEND_IP_CSUM; in ipoib_set_mode()
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_verbs.c248 if (ibmw_bind->send_flags & IB_SEND_SIGNALED) in nes_bind_mw()
3308 if (ib_wr->send_flags & IB_SEND_SOLICITED) in nes_post_send()
3313 if (ib_wr->send_flags & IB_SEND_SOLICITED) in nes_post_send()
3327 if (ib_wr->send_flags & IB_SEND_FENCE) in nes_post_send()
3330 if ((ib_wr->send_flags & IB_SEND_INLINE) && in nes_post_send()
3352 if (ib_wr->send_flags & IB_SEND_FENCE) in nes_post_send()
3360 if ((ib_wr->send_flags & IB_SEND_INLINE) && in nes_post_send()
3505 if ((ib_wr->send_flags & IB_SEND_SIGNALED) || nesqp->sig_all) in nes_post_send()
/linux-4.1.27/drivers/infiniband/ulp/isert/
Dib_isert.c1056 send_wr.send_flags = IB_SEND_SIGNALED; in isert_post_send()
1126 send_wr->send_flags = IB_SEND_SIGNALED; in isert_init_send_wr()
2483 send_wr->send_flags = 0; in isert_map_rdma()
2497 send_wr->send_flags = IB_SEND_SIGNALED; in isert_map_rdma()
2896 send_wr->send_flags = !isert_prot_cmd(isert_conn, se_cmd) ? in isert_reg_rdma()
2902 send_wr->send_flags = IB_SEND_SIGNALED; in isert_reg_rdma()
/linux-4.1.27/include/uapi/rdma/
Dib_user_verbs.h641 __u32 send_flags; member
/linux-4.1.27/net/9p/
Dtrans_rdma.c515 wr.send_flags = IB_SEND_SIGNALED; in rdma_request()
/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c1977 if (wr->send_flags & IB_SEND_INLINE && qp->qp_type != IB_QPT_UD) { in ocrdma_build_inline_sges()
2192 if (wr->send_flags & IB_SEND_SIGNALED || qp->signaled) in ocrdma_post_send()
2194 if (wr->send_flags & IB_SEND_FENCE) in ocrdma_post_send()
2197 if (wr->send_flags & IB_SEND_SOLICITED) in ocrdma_post_send()
2244 if (wr->send_flags & IB_SEND_SIGNALED || qp->signaled) in ocrdma_post_send()
/linux-4.1.27/include/rdma/
Dib_verbs.h1034 int send_flags; member
1133 int send_flags; member
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.c828 wr.send_flags = IB_SEND_SIGNALED; in srpt_post_send()
2822 wr.send_flags = IB_SEND_SIGNALED; in srpt_perform_rdmas()
2835 wr.send_flags = IB_SEND_SIGNALED; in srpt_perform_rdmas()
/linux-4.1.27/drivers/infiniband/ulp/iser/
Diser_verbs.c1079 send_wr.send_flags = signal ? IB_SEND_SIGNALED : 0; in iser_post_send()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c1080 wrq->send_flags = IB_SEND_SIGNALED; in kiblnd_init_tx_msg()
1144 wrq->send_flags = 0; in kiblnd_init_rdma()
/linux-4.1.27/drivers/infiniband/ulp/srp/
Dib_srp.c1046 .send_flags = 0, in srp_inv_rkey()
1699 wr.send_flags = IB_SEND_SIGNALED; in srp_post_send()
/linux-4.1.27/drivers/infiniband/core/
Duverbs_cmd.c2244 next->send_flags = user_wr->send_flags; in ib_uverbs_post_send()
Dmad.c964 mad_send_wr->send_wr.send_flags = IB_SEND_SIGNALED; in ib_create_send_mad()