Home
last modified time | relevance | path

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

123

/linux/drivers/infiniband/sw/rdmavt/
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/
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
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 Dib_frmr.c162 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/
A Dfrwr_ops.c409 mr->mr_regwr.wr.send_flags = 0; in frwr_send()
415 send_wr->send_flags |= IB_SEND_SIGNALED; in frwr_send()
419 send_wr->send_flags &= ~IB_SEND_SIGNALED; in frwr_send()
529 last->send_flags = IB_SEND_SIGNALED; in frwr_unmap_sync()
632 last->send_flags = IB_SEND_SIGNALED; in frwr_unmap_async()
701 mr->mr_regwr.wr.send_flags = 0; in frwr_wp_create()
/linux/drivers/infiniband/hw/mlx5/
A Dwr.c111 if (wr->send_flags & IB_SEND_IP_CSUM) in set_eth_seg()
328 if (wr->send_flags & MLX5_IB_SEND_UMR_FAIL_IF_FREE) in set_reg_umr_segment()
337 if (wr->send_flags & MLX5_IB_SEND_UMR_UPDATE_XLT) { in set_reg_umr_segment()
353 if (wr->send_flags & MLX5_IB_SEND_UMR_ENABLE_MR) in set_reg_umr_segment()
355 if (wr->send_flags & MLX5_IB_SEND_UMR_DISABLE_MR) in set_reg_umr_segment()
408 if (wr->send_flags & MLX5_IB_SEND_UMR_DISABLE_MR) in set_reg_mkey_segment()
880 if (unlikely(wr->wr.send_flags & IB_SEND_INLINE)) { in set_reg_wr()
976 wr->send_flags & IB_SEND_SIGNALED, in begin_wqe()
977 wr->send_flags & IB_SEND_SOLICITED); in begin_wqe()
1342 if (wr->send_flags & IB_SEND_FENCE) { in mlx5_ib_post_send()
[all …]
/linux/drivers/infiniband/hw/hfi1/
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()
A Dtrace_tx.h826 __field(int, send_flags)
838 __entry->send_flags = wqe->wr.send_flags;
851 __entry->send_flags
/linux/drivers/infiniband/hw/qib/
A 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()
A Dqib_ud.c214 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/drivers/infiniband/sw/rxe/
A Drxe_req.c30 if (wqe->wr.send_flags & IB_SEND_INLINE) { in retry_first_write_send()
169 if (unlikely((wqe->wr.send_flags & IB_SEND_FENCE) && in req_next_wqe()
401 solicited = (ibwr->send_flags & IB_SEND_SOLICITED) && in init_req_packet()
467 if (wqe->wr.send_flags & IB_SEND_INLINE) { in finish_packet()
607 if ((wqe->wr.send_flags & IB_SEND_SIGNALED) || in rxe_do_local_ops()
A Drxe_verbs.c516 if (unlikely((ibwr->send_flags & IB_SEND_INLINE) && in validate_send_wr()
532 wr->send_flags = ibwr->send_flags; in init_send_wr()
613 if (unlikely(ibwr->send_flags & IB_SEND_INLINE)) in init_send_wqe()
680 if (unlikely((wr->send_flags & IB_SEND_INLINE) && in rxe_post_send_kernel()
/linux/drivers/infiniband/ulp/iser/
A Diser_memory.c227 inv_wr->send_flags = 0; in iser_inv_rkey()
271 wr->wr.send_flags = 0; in iser_reg_sig_mr()
317 wr->wr.send_flags = 0; in iser_fast_reg_mr()
/linux/drivers/media/rc/
A Dati_remote.c260 int send_flags; member
393 ati_remote->send_flags |= SEND_FLAG_COMPLETE; in ati_remote_irq_out()
414 ati_remote->send_flags = SEND_FLAG_IN_PROGRESS; in ati_remote_sendpacket()
425 (ati_remote->send_flags & SEND_FLAG_COMPLETE)), in ati_remote_sendpacket()
/linux/drivers/infiniband/hw/mthca/
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/
A Drtrs.c145 .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 Drtrs-srv.c252 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()
369 inv_wr.send_flags = 0; in send_io_resp_imm()
410 rwr.wr.send_flags = 0; in send_io_resp_imm()
434 imm_wr.wr.send_flags = flags; in send_io_resp_imm()
849 rwr[mri].wr.send_flags = 0; in process_info_req()
1163 .send_flags = IB_SEND_SIGNALED, in rtrs_srv_inv_rkey()
/linux/drivers/infiniband/hw/bnxt_re/
A Dib_verbs.c2361 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_send_wqe()
2363 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_send_wqe()
2367 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_send_wqe()
2393 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_rdma_wqe()
2395 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_rdma_wqe()
2399 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_build_rdma_wqe()
2423 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_atomic_wqe()
2425 if (wr->send_flags & IB_SEND_FENCE) in bnxt_re_build_atomic_wqe()
2443 if (wr->send_flags & IB_SEND_SIGNALED) in bnxt_re_build_inv_wqe()
2529 if (wr->send_flags & IB_SEND_INLINE) in bnxt_re_copy_wr_payload()
[all …]
/linux/tools/testing/selftests/net/
A Dgro.c296 static void send_flags(int fd, struct sockaddr_ll *daddr, int psh, int syn, in send_flags() function
834 send_flags(txfd, &daddr, 1, 0, 0, 0); in gro_sender()
837 send_flags(txfd, &daddr, 0, 1, 0, 0); in gro_sender()
840 send_flags(txfd, &daddr, 0, 0, 1, 0); in gro_sender()
843 send_flags(txfd, &daddr, 0, 0, 0, 1); in gro_sender()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Ddr_send.c17 unsigned int send_flags; member
244 wq_ctrl->fm_ce_se = (data_seg->send_flags) ? in dr_rdma_segments()
347 send_info->write.send_flags |= IB_SEND_SIGNALED; in dr_fill_data_segs()
356 send_info->read.send_flags = IB_SEND_SIGNALED; in dr_fill_data_segs()
358 send_info->read.send_flags = 0; in dr_fill_data_segs()
/linux/include/uapi/rdma/
A Drdma_user_rxe.h79 __u32 send_flags; member
A Dvmw_pvrdma-abi.h242 __u32 send_flags; /* wr flags */ member
/linux/drivers/infiniband/hw/cxgb4/
A Dqp.c500 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/drivers/infiniband/sw/siw/
A Dsiw_verbs.c795 if ((wr->send_flags & IB_SEND_SIGNALED) || in siw_post_send()
799 if (wr->send_flags & IB_SEND_FENCE) in siw_post_send()
805 if (wr->send_flags & IB_SEND_SOLICITED) in siw_post_send()
808 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send()
857 if (!(wr->send_flags & IB_SEND_INLINE)) { in siw_post_send()
/linux/drivers/net/wireless/ath/ath6kl/
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/net/smc/
A Dsmc_wr.c580 lnk->wr_tx_ibs[i].send_flags = in smc_wr_init_sge()
599 lnk->wr_tx_v2_ib->send_flags = in smc_wr_init_sge()
630 lnk->wr_reg.wr.send_flags = IB_SEND_SIGNALED; in smc_wr_init_sge()

Completed in 64 milliseconds

123