/linux-6.3-rc2/drivers/infiniband/sw/rdmavt/ |
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
|
/linux-6.3-rc2/net/rds/ |
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 …]
|
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-6.3-rc2/net/sunrpc/xprtrdma/ |
A D | frwr_ops.c | 401 mr->mr_regwr.wr.send_flags = 0; in frwr_send() 407 send_wr->send_flags |= IB_SEND_SIGNALED; in frwr_send() 411 send_wr->send_flags &= ~IB_SEND_SIGNALED; in frwr_send() 521 last->send_flags = IB_SEND_SIGNALED; in frwr_unmap_sync() 624 last->send_flags = IB_SEND_SIGNALED; in frwr_unmap_async() 693 mr->mr_regwr.wr.send_flags = 0; in frwr_wp_create()
|
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
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()
|
A D | trace_tx.h | 826 __field(int, send_flags) 838 __entry->send_flags = wqe->wr.send_flags; 851 __entry->send_flags
|
/linux-6.3-rc2/drivers/infiniband/hw/qib/ |
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()
|
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()
|
/linux-6.3-rc2/drivers/infiniband/ulp/iser/ |
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-6.3-rc2/drivers/media/rc/ |
A D | ati_remote.c | 258 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-6.3-rc2/drivers/infiniband/sw/rxe/ |
A D | rxe_req.c | 29 if (wqe->wr.send_flags & IB_SEND_INLINE) { in retry_first_write_send() 193 return (wqe->wr.send_flags & IB_SEND_FENCE) && in rxe_wqe_is_fenced() 412 solicited = (ibwr->send_flags & IB_SEND_SOLICITED) && in init_req_packet() 482 if (wqe->wr.send_flags & IB_SEND_INLINE) { in finish_packet()
|
A D | rxe_verbs.c | 501 if (unlikely((ibwr->send_flags & IB_SEND_INLINE) && in validate_send_wr() 513 wr->send_flags = ibwr->send_flags; in init_send_wr() 593 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()
|
/linux-6.3-rc2/drivers/infiniband/ulp/rtrs/ |
A D | rtrs.c | 145 .send_flags = IB_SEND_SIGNALED, in rtrs_iu_post_send() 170 .wr.send_flags = flags, in rtrs_iu_post_rdma_write_imm() 200 .wr.send_flags = sflags, in rtrs_post_rdma_write_imm_empty()
|
A D | rtrs-srv.c | 246 wr->wr.send_flags = 0; in rdma_write_sg() 273 inv_wr.send_flags = 0; in rdma_write_sg() 286 rwr.wr.send_flags = 0; in rdma_write_sg() 309 imm_wr.wr.send_flags = flags; in rdma_write_sg() 363 inv_wr.send_flags = 0; in send_io_resp_imm() 406 rwr.wr.send_flags = 0; in send_io_resp_imm() 430 imm_wr.wr.send_flags = flags; in send_io_resp_imm() 839 rwr[mri].wr.send_flags = 0; in process_info_req() 1155 .send_flags = IB_SEND_SIGNALED, in rtrs_srv_inv_rkey()
|
/linux-6.3-rc2/drivers/infiniband/hw/mthca/ |
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-6.3-rc2/include/uapi/rdma/ |
A D | rdma_user_rxe.h | 79 __u32 send_flags; member
|
A D | vmw_pvrdma-abi.h | 242 __u32 send_flags; /* wr flags */ member
|
/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | gro.c | 297 static void send_flags(int fd, struct sockaddr_ll *daddr, int psh, int syn, in send_flags() function 835 send_flags(txfd, &daddr, 1, 0, 0, 0); in gro_sender() 838 send_flags(txfd, &daddr, 0, 1, 0, 0); in gro_sender() 841 send_flags(txfd, &daddr, 0, 0, 1, 0); in gro_sender() 844 send_flags(txfd, &daddr, 0, 0, 0, 1); in gro_sender()
|
/linux-6.3-rc2/drivers/infiniband/hw/bnxt_re/ |
A D | ib_verbs.c | 2360 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_send_wqe() 2362 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_send_wqe() 2366 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_send_wqe() 2392 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_rdma_wqe() 2394 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_rdma_wqe() 2398 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_rdma_wqe() 2422 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_atomic_wqe() 2424 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_atomic_wqe() 2442 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_inv_wqe() 2528 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_copy_wr_payload() [all …]
|
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/ |
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-6.3-rc2/net/smc/ |
A D | smc_wr.c | 580 lnk->wr_tx_ibs[i].send_flags = in smc_wr_init_sge() 583 lnk->wr_tx_ibs[i].send_flags |= IB_SEND_INLINE; in smc_wr_init_sge() 601 lnk->wr_tx_v2_ib->send_flags = in smc_wr_init_sge() 632 lnk->wr_reg.wr.send_flags = IB_SEND_SIGNALED; in smc_wr_init_sge()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
A D | dr_send.c | 18 unsigned int send_flags; member 382 wq_ctrl->fm_ce_se = (data_seg->send_flags) ? in dr_rdma_segments() 485 send_info->write.send_flags |= IB_SEND_SIGNALED; in dr_fill_data_segs() 494 send_info->read.send_flags = IB_SEND_SIGNALED; in dr_fill_data_segs() 496 send_info->read.send_flags = 0; in dr_fill_data_segs()
|
/linux-6.3-rc2/drivers/infiniband/hw/cxgb4/ |
A D | qp.c | 500 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() 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() 1213 if (wr->send_flags & IB_SEND_FENCE) in c4iw_post_send() [all …]
|
/linux-6.3-rc2/drivers/infiniband/sw/siw/ |
A D | siw_verbs.c | 833 if ((wr->send_flags & IB_SEND_SIGNALED) || in siw_post_send() 837 if (wr->send_flags & IB_SEND_FENCE) in siw_post_send() 843 if (wr->send_flags & IB_SEND_SOLICITED) in siw_post_send() 846 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send() 895 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/ |
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()
|