/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_cm.h | 82 const struct ib_send_wr *wr, 83 const struct ib_send_wr **bad_wr);
|
H A D | qlnxr_verbs.h | 140 const struct ib_send_wr *, 141 const struct ib_send_wr **bad_wr);
|
H A D | qlnxr_cm.c | 483 const struct ib_send_wr *swr, in qlnxr_gsi_build_header() 605 struct qlnxr_qp *qp, const struct ib_send_wr *swr, in qlnxr_gsi_build_packet() 670 const struct ib_send_wr *wr, in qlnxr_gsi_post_send() 671 const struct ib_send_wr **bad_wr) in qlnxr_gsi_post_send()
|
H A D | qlnxr_verbs.c | 3938 const struct ib_send_wr *wr, in qlnxr_prepare_sq_inline_data() 3939 const struct ib_send_wr **bad_wr, in qlnxr_prepare_sq_inline_data() 4013 u8 *wqe_size, const struct ib_send_wr *wr) in qlnxr_prepare_sq_sges() 4044 const struct ib_send_wr *wr, in qlnxr_prepare_sq_rdma_data() 4045 const struct ib_send_wr **bad_wr) in qlnxr_prepare_sq_rdma_data() 4076 const struct ib_send_wr *wr, in qlnxr_prepare_sq_send_data() 4077 const struct ib_send_wr **bad_wr) in qlnxr_prepare_sq_send_data() 4197 qlnxr_can_post_send(struct qlnxr_qp *qp, const struct ib_send_wr *wr) in qlnxr_can_post_send() 4253 const struct ib_send_wr *wr, in qlnxr_post_send() 4254 const struct ib_send_wr **bad_wr) in qlnxr_post_send()
|
/freebsd/sys/dev/iser/ |
H A D | iser_memory.c | 137 iser_inv_rkey(struct ib_send_wr *inv_wr, struct ib_mr *mr) in iser_inv_rkey() 160 struct ib_send_wr inv_wr; in iser_fast_reg_mr() 161 const struct ib_send_wr *bad_wr; in iser_fast_reg_mr() 162 struct ib_send_wr *wr = NULL; in iser_fast_reg_mr()
|
H A D | iser_verbs.c | 605 const struct ib_send_wr *bad_send_wr; in iser_conn_terminate() 643 memset(&ib_conn->beacon.send, 0, sizeof(struct ib_send_wr)); in iser_conn_terminate() 918 const struct ib_send_wr *send_wr_failed; in iser_post_send() 919 struct ib_send_wr send_wr; in iser_post_send()
|
H A D | icl_iser.h | 394 struct ib_send_wr send;
|
/freebsd/sys/contrib/rdma/krping/ |
H A D | krping.c | 182 struct ib_send_wr invalidate_wr; 194 struct ib_send_wr sq_wr; /* send work requrest record */ 706 const struct ib_send_wr *bad_wr; in krping_rdma_rkey() 773 const struct ib_send_wr *bad_wr; in krping_test_server() 774 struct ib_send_wr inv; in krping_test_server() 915 const struct ib_send_wr *bad_wr; in rlat_test() 1056 const struct ib_send_wr *bad_wr; in wlat_test() 1188 const struct ib_send_wr *bad_wr; in bw_test() 1264 const struct ib_send_wr *bad_wr; in krping_rlat_test_server() 1297 const struct ib_send_wr *bad_wr; in krping_wlat_test_server() [all …]
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_tx.c | 72 const struct ib_send_wr *bad_wr; in sdp_post_send() 75 struct ib_send_wr tx_wr = { NULL }; in sdp_post_send() 393 struct ib_send_wr wr; in sdp_post_keepalive() 394 const struct ib_send_wr *bad_wr; in sdp_post_keepalive()
|
H A D | sdp_zcopy.c | 523 struct ib_send_wr *bad_wr; in sdp_post_rdma_read() 524 struct ib_send_wr wr = { NULL }; in sdp_post_rdma_read()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 1239 struct ib_send_wr { struct 1240 struct ib_send_wr *next; argument 1256 struct ib_send_wr wr; argument 1261 static inline const struct ib_rdma_wr *rdma_wr(const struct ib_send_wr *wr) in rdma_wr() 1267 struct ib_send_wr wr; 1276 static inline const struct ib_atomic_wr *atomic_wr(const struct ib_send_wr *wr) in atomic_wr() 1282 struct ib_send_wr wr; 1293 static inline const struct ib_ud_wr *ud_wr(const struct ib_send_wr *wr) in ud_wr() 1299 struct ib_send_wr wr; 1305 static inline const struct ib_reg_wr *reg_wr(const struct ib_send_wr *wr) in reg_wr() [all …]
|
H A D | rdmavt_qp.h | 161 struct ib_send_wr wr; /* don't use wr.sg_list */
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_dev.h | 536 int mthca_tavor_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, 537 const struct ib_send_wr **bad_wr); 540 int mthca_arbel_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, 541 const struct ib_send_wr **bad_wr);
|
H A D | mthca_qp.c | 1608 int mthca_tavor_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in mthca_tavor_post_send() 1609 const struct ib_send_wr **bad_wr) in mthca_tavor_post_send() 1922 int mthca_arbel_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in mthca_arbel_post_send() 1923 const struct ib_send_wr **bad_wr) in mthca_arbel_post_send()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib.h | 443 struct ib_send_wr wr; 456 static inline const struct mlx5_umr_wr *umr_wr(const struct ib_send_wr *wr) in umr_wr() 924 int mlx5_ib_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, 925 const struct ib_send_wr **bad_wr); 1067 int mlx5_ib_gsi_post_send(struct ib_qp *qp, const struct ib_send_wr *wr, 1068 const struct ib_send_wr **bad_wr);
|
H A D | mlx5_ib_gsi.c | 476 int mlx5_ib_gsi_post_send(struct ib_qp *qp, const struct ib_send_wr *wr, in mlx5_ib_gsi_post_send() 477 const struct ib_send_wr **bad_wr) in mlx5_ib_gsi_post_send()
|
H A D | mlx5_ib_mr.c | 674 const struct ib_send_wr *bad; in reg_umr() 755 const struct ib_send_wr *bad; in mlx5_ib_update_mtt() 1025 const struct ib_send_wr *bad; in unreg_umr() 1064 const struct ib_send_wr *bad; in rereg_umr()
|
H A D | mlx5_ib_qp.c | 3060 const struct ib_send_wr *wr, void *qend, in set_eth_seg() 3113 const struct ib_send_wr *wr) in set_datagram_seg() 3272 const struct ib_send_wr *wr) in set_reg_umr_segment() 3343 static void set_reg_mkey_segment(struct mlx5_mkey_seg *seg, const struct ib_send_wr *wr) in set_reg_mkey_segment() 3376 static __be32 send_ieth(const struct ib_send_wr *wr) in send_ieth() 3408 static int set_data_inl_seg(struct mlx5_ib_qp *qp, const struct ib_send_wr *wr, in set_data_inl_seg() 3687 static int set_sig_umr_wr(const struct ib_send_wr *send_wr, struct mlx5_ib_qp *qp, in set_sig_umr_wr() 3829 static u8 get_fence(u8 fence, const struct ib_send_wr *wr) in get_fence() 3849 const struct ib_send_wr *wr, unsigned *idx, in begin_wqe() 3896 int mlx5_ib_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in mlx5_ib_post_send() [all …]
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | ib_verbs.h | 316 int bnxt_re_post_send(struct ib_qp *ib_qp, const struct ib_send_wr *wr, 317 const struct ib_send_wr **bad_wr);
|
H A D | ib_verbs.c | 2907 static void bnxt_re_build_raw_send(const struct ib_send_wr *wr, in bnxt_re_build_raw_send() 2924 static int bnxt_re_build_qp1_send(struct bnxt_re_qp *qp, const struct ib_send_wr *wr, in bnxt_re_build_qp1_send() 3017 const struct ib_send_wr *wr, in bnxt_re_build_gsi_send() 3204 const struct ib_send_wr *wr, in bnxt_re_build_send_wqe() 3244 static int bnxt_re_build_rdma_wqe(const struct ib_send_wr *wr, in bnxt_re_build_rdma_wqe() 3276 static int bnxt_re_build_atomic_wqe(const struct ib_send_wr *wr, in bnxt_re_build_atomic_wqe() 3303 static int bnxt_re_build_inv_wqe(const struct ib_send_wr *wr, in bnxt_re_build_inv_wqe() 3377 static void bnxt_re_set_sg_list(const struct ib_send_wr *wr, in bnxt_re_set_sg_list() 3401 const struct ib_send_wr *wr) in bnxt_re_post_send_shadow_qp() 3453 int bnxt_re_post_send(struct ib_qp *ib_qp, const struct ib_send_wr *wr, in bnxt_re_post_send() [all …]
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | qp.c | 339 const struct ib_send_wr *wr, int max, u32 *plenp) in build_immd() 409 const struct ib_send_wr *wr, u8 *len16) in build_rdma_send() 476 const struct ib_send_wr *wr, u8 *len16) in build_rdma_write() 518 static int build_rdma_read(union t4_wr *wqe, const struct ib_send_wr *wr, u8 *len16) in build_rdma_read() 563 static int build_inv_stag(union t4_wr *wqe, const struct ib_send_wr *wr, in build_inv_stag() 611 static void complete_sq_drain_wr(struct c4iw_qp *qhp, const struct ib_send_wr *wr) in complete_sq_drain_wr() 774 int c4iw_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in c4iw_post_send() 775 const struct ib_send_wr **bad_wr) in c4iw_post_send()
|
H A D | iw_cxgbe.h | 924 int c4iw_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, 925 const struct ib_send_wr **bad_wr);
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib.h | 767 int mlx4_ib_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, 768 const struct ib_send_wr **bad_wr);
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_cm.c | 76 static struct ib_send_wr ipoib_cm_rx_drain_wr = { 173 const struct ib_send_wr *bad_wr; in ipoib_cm_start_rx_drain() 601 const struct ib_send_wr *bad_wr; in post_send()
|
H A D | ipoib_ib.c | 453 const struct ib_send_wr *bad_wr; in post_send()
|