Searched refs:send_handler (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
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()
|
/kernel/linux/linux-5.10/include/rdma/ |
D | ib_mad.h | 571 ib_mad_send_handler send_handler; member 675 ib_mad_send_handler send_handler,
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | mad.c | 229 ib_mad_send_handler send_handler, in ib_register_mad_agent() argument 346 if (!send_handler) in ib_register_mad_agent() 392 mad_agent_priv->agent.send_handler = send_handler; in ib_register_mad_agent() 1091 if (!send_buf->mad_agent->send_handler || in ib_post_send_mad() 2266 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in ib_mad_complete_send_wr() 2439 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in cancel_mads() 2584 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in local_completions() 2671 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in timeout_sends()
|
D | sa_query.c | 917 static void send_handler(struct ib_mad_agent *agent, 969 send_handler(query->mad_buf->mad_agent, &mad_send_wc); in ib_nl_process_good_resolve_rsp() 1004 send_handler(query->port->agent, &mad_send_wc); in ib_nl_request_timeout() 1131 send_handler(query->port->agent, &mad_send_wc); in ib_nl_handle_resolve_resp() 2155 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 2352 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 743 send_handler, recv_handler, file, 0); in ib_umad_reg_agent() 859 send_handler, recv_handler, file, in ib_umad_reg_agent2()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
D | mad.c | 1013 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 1034 NULL, 0, send_handler, in mlx4_ib_mad_init()
|