/linux/drivers/infiniband/sw/rdmavt/ |
H A D | trace_tx.h | 66 __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 D | qp.c | 2007 if (ret || !(wr->send_flags & IB_SEND_SIGNALED)) in rvt_post_one_wr() 2011 if ((wr->send_flags & IB_SEND_FENCE) || in rvt_post_one_wr() 2017 if (ret || !(wr->send_flags & IB_SEND_SIGNALED)) in rvt_post_one_wr() 2084 wqe->wr.send_flags |= RVT_SEND_COMPLETION_ONLY; in rvt_post_one_wr() 2108 wqe->wr.send_flags |= RVT_SEND_RESERVE_USED; in rvt_post_one_wr() 2111 wqe->wr.send_flags &= ~RVT_SEND_RESERVE_USED; in rvt_post_one_wr() 2988 if (!(wqe->wr.send_flags & RVT_SEND_COMPLETION_ONLY)) { in rvt_ruc_loopback() 3127 rvt_recv_cq(qp, &wc, wqe->wr.send_flags & IB_SEND_SOLICITED); in rvt_ruc_loopback()
|
/linux/net/rds/ |
H A D | ib_send.c | 273 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 616 send_flags = IB_SEND_FENCE; in rds_ib_xmit() 628 send->s_wr.send_flags = send_flags; in rds_ib_xmit() 676 send->s_wr.send_flags |= IB_SEND_SOLICITED; in rds_ib_xmit() 679 if (send->s_wr.send_flags & IB_SEND_SIGNALED) in rds_ib_xmit() 718 prev->s_wr.send_flags |= IB_SEND_SOLICITED; in rds_ib_xmit() 719 if (!(prev->s_wr.send_flags & IB_SEND_SIGNALED)) in rds_ib_xmit() 800 send->s_wr.send_flags = 0; in rds_ib_xmit_atomic() [all …]
|
H A D | ib_frmr.c | 162 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()
|
/linux/net/sunrpc/xprtrdma/ |
H A D | frwr_ops.c | 402 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 D | uc.c | 97 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()
|
/linux/drivers/infiniband/hw/qib/ |
H A D | qib_uc.c | 122 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()
|
H A D | qib_ud.c | 214 rvt_recv_cq(qp, &wc, swqe->wr.send_flags & IB_SEND_SOLICITED); in qib_ud_loopback() 362 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_ud_req()
|
H A D | qib_rc.c | 297 if ((wqe->wr.send_flags & IB_SEND_FENCE) && in qib_make_rc_req() 332 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_rc_req() 367 if (wqe->rdma_wr.wr.send_flags & IB_SEND_SOLICITED) in qib_make_rc_req() 495 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_rc_req() 533 if (wqe->wr.send_flags & IB_SEND_SOLICITED) in qib_make_rc_req()
|
/linux/drivers/infiniband/ulp/iser/ |
H A D | iser_memory.c | 242 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 D | dr_send.c | 18 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 D | mthca_qp.c | 1542 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 D | wr.c | 61 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 D | rdma_user_rxe.h | 79 __u32 send_flags; member
|
H A D | vmw_pvrdma-abi.h | 242 __u32 send_flags; /* wr flags */ member
|
/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-srv.c | 252 wr->wr.send_flags = 0; in rdma_write_sg() 279 inv_wr.send_flags = 0; in rdma_write_sg() 292 rwr.wr.send_flags = 0; in rdma_write_sg() 315 imm_wr.wr.send_flags = flags; in rdma_write_sg() 370 inv_wr.send_flags = 0; in send_io_resp_imm() 412 rwr.wr.send_flags = 0; in send_io_resp_imm() 436 imm_wr.wr.send_flags = flags; in send_io_resp_imm() 855 rwr[mri].wr.send_flags = 0; in process_info_req() 1189 .send_flags = IB_SEND_SIGNALED, in rtrs_srv_inv_rkey()
|
/linux/tools/testing/selftests/net/ |
H A D | gro.c | 323 static void send_flags(int fd, struct sockaddr_ll *daddr, int psh, int syn, in send_flags() function 1002 send_flags(txfd, &daddr, 1, 0, 0, 0); in gro_sender() 1005 send_flags(txfd, &daddr, 0, 1, 0, 0); in gro_sender() 1008 send_flags(txfd, &daddr, 0, 0, 1, 0); in gro_sender() 1011 send_flags(txfd, &daddr, 0, 0, 0, 1); in gro_sender()
|
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.c | 2459 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_qp1_send_v2() 2601 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_send_wqe() 2603 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_send_wqe() 2605 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_send_wqe() 2607 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_send_wqe() 2633 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_rdma_wqe() 2635 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_rdma_wqe() 2637 if (wr->send_flags & IB_SEND_SOLICITED) in bnxt_re_build_rdma_wqe() 2639 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_rdma_wqe() 2663 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_atomic_wqe() [all …]
|
/linux/drivers/infiniband/sw/siw/ |
H A D | siw_verbs.c | 844 if ((wr->send_flags & IB_SEND_SIGNALED) || in siw_post_send() 848 if (wr->send_flags & IB_SEND_FENCE) in siw_post_send() 854 if (wr->send_flags & IB_SEND_SOLICITED) in siw_post_send() 857 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send() 906 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send()
|
/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 97 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/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_listen.c | 1372 int send_flags) in pairs_redir_to_connected() argument 1393 n = xsend(cli1, "ab", 2, send_flags); in pairs_redir_to_connected() 1412 if (send_flags & MSG_OOB) { in pairs_redir_to_connected() 1755 enum redir_mode mode, int send_flags) in unix_inet_redir_to_connected() argument 1770 verd_mapfd, mode, send_flags); in unix_inet_redir_to_connected()
|
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_verbs.c | 715 if (ibwr->send_flags & IB_SEND_INLINE) { in validate_send_wr() 740 wr->send_flags = ibwr->send_flags; in init_send_wr() 847 if (unlikely(ibwr->send_flags & IB_SEND_INLINE)) in init_send_wqe()
|
/linux/net/smc/ |
H A D | smc_tx.c | 379 wr->wr.send_flags |= IB_SEND_INLINE; in smcr_tx_rdma_writes() 381 wr->wr.send_flags &= ~IB_SEND_INLINE; in smcr_tx_rdma_writes()
|
/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_verbs.c | 226 priv->tx_wr.wr.send_flags = IB_SEND_SIGNALED; in ipoib_transport_dev_init()
|
/linux/drivers/infiniband/core/ |
H A D | rw.c | 429 ctx->reg->reg_wr.wr.send_flags = 0; in rdma_rw_ctx_signature_init() 534 last_wr->send_flags |= IB_SEND_SIGNALED; in rdma_rw_ctx_wrs()
|