Searched refs:send_handler (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/include/rdma/ |
D | ib_mad.h | 614 ib_mad_send_handler send_handler; member 719 ib_mad_send_handler send_handler, 835 ib_mad_send_handler send_handler,
|
/Linux-v5.4/drivers/infiniband/hw/mthca/ |
D | mthca_mad.c | 289 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 307 NULL, 0, send_handler, in mthca_create_agents()
|
/Linux-v5.4/drivers/infiniband/core/ |
D | mad.c | 230 ib_mad_send_handler send_handler, in ib_register_mad_agent() argument 347 if (!send_handler) in ib_register_mad_agent() 393 mad_agent_priv->agent.send_handler = send_handler; in ib_register_mad_agent() 1300 if (!send_buf->mad_agent->send_handler || in ib_post_send_mad() 1402 ib_mad_send_handler send_handler, in ib_redirect_mad_qp() argument 2497 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in ib_mad_complete_send_wr() 2673 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in cancel_mads() 2826 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in local_completions() 2913 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in timeout_sends()
|
D | sa_query.c | 920 static void send_handler(struct ib_mad_agent *agent, 972 send_handler(query->mad_buf->mad_agent, &mad_send_wc); in ib_nl_process_good_resolve_rsp() 1007 send_handler(query->port->agent, &mad_send_wc); in ib_nl_request_timeout() 1134 send_handler(query->port->agent, &mad_send_wc); in ib_nl_handle_resolve_resp() 2161 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 2357 NULL, 0, send_handler, in ib_sa_add_one()
|
D | user_mad.c | 209 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 729 send_handler, recv_handler, file, 0); in ib_umad_reg_agent() 845 send_handler, recv_handler, file, in ib_umad_reg_agent2()
|
/Linux-v5.4/drivers/infiniband/hw/mlx4/ |
D | mad.c | 1023 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 1044 NULL, 0, send_handler, in mlx4_ib_mad_init()
|