Searched refs:send_handler (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_mad.c | 277 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 295 NULL, 0, send_handler, in mthca_create_agents()
|
/linux/include/rdma/ |
H A D | ib_mad.h | 558 * @send_handler: Callback handler for a sent MAD. 574 ib_mad_send_handler send_handler; member 666 * @send_handler: The completion callback routine invoked after a send 678 ib_mad_send_handler send_handler,
|
/linux/drivers/infiniband/core/ |
H A D | mad.c | 246 ib_mad_send_handler send_handler, in ib_register_mad_agent() argument 363 if (!send_handler) in ib_register_mad_agent() 409 mad_agent_priv->agent.send_handler = send_handler; in ib_register_mad_agent() 1284 if (!send_buf->mad_agent->send_handler) { in ib_post_send_mad() 2014 mad_agent_priv->agent.send_handler( in process_backlog_mads() 2490 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in ib_mad_complete_send_wr() 2646 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in clear_mad_error_list() 2824 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in local_completions()
|
/linux/drivers/infiniband/hw/mlx4/ |
H A D | mad.c | 1015 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 1036 NULL, 0, send_handler, in mlx4_ib_mad_init()
|