Searched defs:send_wr (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_sendto.c | 459 struct ib_send_wr send_wr; send_reply() local
|
H A D | verbs.c | 1258 struct ib_send_wr send_wr, *send_wr_fail; rpcrdma_ep_post() local
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
H A D | ehca_reqs.c | 154 ehca_write_swqe(struct ehca_qp *qp, struct ehca_wqe *wqe_p, struct ib_send_wr *send_wr, u32 sq_map_idx, int hidden) ehca_write_swqe() argument 441 ehca_post_send(struct ib_qp *qp, struct ib_send_wr *send_wr, struct ib_send_wr **bad_send_wr) ehca_post_send() argument
|
/linux-4.4.14/drivers/infiniband/core/ |
H A D | mad_priv.h | 126 struct ib_ud_wr send_wr; member in struct:ib_mad_send_wr_private
|
H A D | mad.c | 755 struct ib_ud_wr *send_wr = &mad_send_wr->send_wr; handle_outgoing_dr_smp() local 935 static int alloc_send_rmpp_list(struct ib_mad_send_wr_private *send_wr, alloc_send_rmpp_list() argument
|
/linux-4.4.14/drivers/infiniband/ulp/isert/ |
H A D | ib_isert.h | 76 struct ib_send_wr send_wr; member in struct:iser_tx_desc
|
H A D | ib_isert.c | 1025 struct ib_send_wr send_wr, *send_wr_failed; isert_post_send() local 2154 struct ib_send_wr *send_wr = &isert_cmd->tx_desc.send_wr; isert_put_response() local 2242 struct ib_send_wr *send_wr = &isert_cmd->tx_desc.send_wr; isert_put_nopin() local 2261 struct ib_send_wr *send_wr = &isert_cmd->tx_desc.send_wr; isert_put_logout_rsp() local 2279 struct ib_send_wr *send_wr = &isert_cmd->tx_desc.send_wr; isert_put_tm_rsp() local 2297 struct ib_send_wr *send_wr = &isert_cmd->tx_desc.send_wr; isert_put_reject() local 2330 struct ib_send_wr *send_wr = &isert_cmd->tx_desc.send_wr; isert_put_text_rsp() local 1096 isert_init_send_wr(struct isert_conn *isert_conn, struct isert_cmd *isert_cmd, struct ib_send_wr *send_wr) isert_init_send_wr() argument
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
H A D | qp.c | 2357 static int set_sig_umr_wr(struct ib_send_wr *send_wr, struct mlx5_ib_qp *qp, set_sig_umr_wr() argument
|
/linux-4.4.14/include/uapi/rdma/ |
H A D | ib_user_verbs.h | 719 struct ib_uverbs_send_wr send_wr[0]; member in struct:ib_uverbs_post_send
|
/linux-4.4.14/include/rdma/ |
H A D | ib_verbs.h | 2435 ib_post_send(struct ib_qp *qp, struct ib_send_wr *send_wr, struct ib_send_wr **bad_send_wr) ib_post_send() argument
|
Completed in 530 milliseconds