Searched refs:send_handler (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c278 static void send_handler(struct ib_mad_agent *agent, send_handler() function
296 NULL, 0, send_handler, mthca_create_agents()
/linux-4.1.27/include/rdma/
H A Dib_mad.h353 * @send_handler: Callback handler for a sent MAD.
371 ib_mad_send_handler send_handler; member in struct:ib_mad_agent
456 * @send_handler: The completion callback routine invoked after a send
468 ib_mad_send_handler send_handler,
490 * @send_handler: The callback routine invoked for a snooped send.
572 * @send_handler: The completion callback routine invoked after a send
584 ib_mad_send_handler send_handler,
/linux-4.1.27/drivers/infiniband/core/
H A Dmad.c199 ib_mad_send_handler send_handler, ib_register_mad_agent()
311 if (!send_handler) ib_register_mad_agent()
362 mad_agent_priv->agent.send_handler = send_handler; ib_register_mad_agent()
1145 if (!send_buf->mad_agent->send_handler || ib_post_send_mad()
1247 ib_mad_send_handler send_handler, ib_redirect_mad_qp()
2190 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, ib_mad_complete_send_wr()
2394 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, cancel_mads()
2531 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, local_completions()
2618 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, timeout_sends()
194 ib_register_mad_agent(struct ib_device *device, u8 port_num, enum ib_qp_type qp_type, struct ib_mad_reg_req *mad_reg_req, u8 rmpp_version, ib_mad_send_handler send_handler, ib_mad_recv_handler recv_handler, void *context, u32 registration_flags) ib_register_mad_agent() argument
1245 ib_redirect_mad_qp(struct ib_qp *qp, u8 rmpp_version, ib_mad_send_handler send_handler, ib_mad_recv_handler recv_handler, void *context) ib_redirect_mad_qp() argument
H A Duser_mad.c194 static void send_handler(struct ib_mad_agent *agent, send_handler() function
681 send_handler, recv_handler, file, 0); ib_umad_reg_agent()
797 send_handler, recv_handler, file, ib_umad_reg_agent2()
H A Dsa_query.c1099 static void send_handler(struct ib_mad_agent *agent, send_handler() function
1186 NULL, 0, send_handler, ib_sa_add_one()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
H A Dmad.c884 static void send_handler(struct ib_mad_agent *agent, send_handler() function
905 NULL, 0, send_handler, mlx4_ib_mad_init()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_mad.c2437 static void send_handler(struct ib_mad_agent *agent, send_handler() function
2478 NULL, 0, send_handler, qib_create_agents()

Completed in 328 milliseconds