Searched refs:mad_send_wc (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dmad_rmpp.h52 struct ib_mad_send_wc *mad_send_wc);
54 void ib_rmpp_send_handler(struct ib_mad_send_wc *mad_send_wc);
H A Dagent.c129 struct ib_mad_send_wc *mad_send_wc)
131 ib_destroy_ah(mad_send_wc->send_buf->ah);
132 ib_free_send_mad(mad_send_wc->send_buf);
128 agent_send_handler(struct ib_mad_agent *mad_agent, struct ib_mad_send_wc *mad_send_wc) argument
H A Dmad.c595 struct ib_mad_send_wc *mad_send_wc,
612 send_buf, mad_send_wc);
1790 struct ib_mad_send_wc mad_send_wc; local
1823 mad_send_wc.status = IB_WC_SUCCESS;
1824 mad_send_wc.vendor_err = 0;
1825 mad_send_wc.send_buf = &mad_send_wr->send_buf;
1826 ib_mad_complete_send_wr(mad_send_wr, &mad_send_wc);
2021 struct ib_mad_send_wc *mad_send_wc)
2030 ret = ib_process_rmpp_send_wc(mad_send_wr, mad_send_wc);
2036 if (mad_send_wc
593 snoop_send(struct ib_mad_qp_info *qp_info, struct ib_mad_send_buf *send_buf, struct ib_mad_send_wc *mad_send_wc, int mad_snoop_flags) argument
2020 ib_mad_complete_send_wr(struct ib_mad_send_wr_private *mad_send_wr, struct ib_mad_send_wc *mad_send_wc) argument
2078 struct ib_mad_send_wc mad_send_wc; local
2236 struct ib_mad_send_wc mad_send_wc; local
2340 struct ib_mad_send_wc mad_send_wc; local
2448 struct ib_mad_send_wc mad_send_wc; local
[all...]
H A Dmad_rmpp.c198 void ib_rmpp_send_handler(struct ib_mad_send_wc *mad_send_wc) argument
200 struct ib_rmpp_mad *rmpp_mad = mad_send_wc->send_buf->mad;
203 ib_destroy_ah(mad_send_wc->send_buf->ah);
204 ib_free_send_mad(mad_send_wc->send_buf);
885 struct ib_mad_send_wc *mad_send_wc)
898 if (mad_send_wc->status != IB_WC_SUCCESS ||
917 mad_send_wc->status = IB_WC_GENERAL_ERR;
884 ib_process_rmpp_send_wc(struct ib_mad_send_wr_private *mad_send_wr, struct ib_mad_send_wc *mad_send_wc) argument
H A Dmad_priv.h221 struct ib_mad_send_wc *mad_send_wc);
H A Dsa_query.c917 struct ib_mad_send_wc *mad_send_wc)
919 struct ib_sa_query *query = mad_send_wc->send_buf->context[0];
923 switch (mad_send_wc->status) {
942 ib_free_send_mad(mad_send_wc->send_buf);
916 send_handler(struct ib_mad_agent *agent, struct ib_mad_send_wc *mad_send_wc) argument
H A Dcm.c2982 struct ib_mad_send_wc *mad_send_wc)
2984 struct ib_mad_send_buf *msg = mad_send_wc->send_buf;
2986 switch (mad_send_wc->status) {
2993 cm_process_send_error(msg, mad_send_wc->status);
2981 cm_send_handler(struct ib_mad_agent *mad_agent, struct ib_mad_send_wc *mad_send_wc) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_mad.h300 * @mad_send_wc: Send work completion information on the sent MAD.
303 struct ib_mad_send_wc *mad_send_wc);
309 * @mad_send_wc: Work completion information on the sent MAD. Valid
313 * or @mad_send_wc.
317 struct ib_mad_send_wc *mad_send_wc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dmad.c289 struct ib_mad_send_wc *mad_send_wc)
291 ib_free_send_mad(mad_send_wc->send_buf);
288 send_handler(struct ib_mad_agent *agent, struct ib_mad_send_wc *mad_send_wc) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c273 struct ib_mad_send_wc *mad_send_wc)
275 ib_free_send_mad(mad_send_wc->send_buf);
272 send_handler(struct ib_mad_agent *agent, struct ib_mad_send_wc *mad_send_wc) argument

Completed in 94 milliseconds