Searched refs:send_handler (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/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()
|
/linux-6.6.21/include/rdma/ |
D | ib_mad.h | 572 ib_mad_send_handler send_handler; member 676 ib_mad_send_handler send_handler,
|
/linux-6.6.21/drivers/infiniband/core/ |
D | mad.c | 223 ib_mad_send_handler send_handler, in ib_register_mad_agent() argument 340 if (!send_handler) in ib_register_mad_agent() 386 mad_agent_priv->agent.send_handler = send_handler; in ib_register_mad_agent() 1083 if (!send_buf->mad_agent->send_handler || in ib_post_send_mad() 2256 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in ib_mad_complete_send_wr() 2429 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in cancel_mads() 2569 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in local_completions() 2656 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in timeout_sends()
|
D | sa_query.c | 867 static void send_handler(struct ib_mad_agent *agent, 946 send_handler(query->mad_buf->mad_agent, &mad_send_wc); in ib_nl_process_good_resolve_rsp() 981 send_handler(query->port->agent, &mad_send_wc); in ib_nl_request_timeout() 1108 send_handler(query->port->agent, &mad_send_wc); in ib_nl_handle_resolve_resp() 1985 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 2184 NULL, 0, send_handler, in ib_sa_add_one()
|
D | user_mad.c | 214 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 747 send_handler, recv_handler, file, 0); in ib_umad_reg_agent() 860 send_handler, recv_handler, file, in ib_umad_reg_agent2()
|
/linux-6.6.21/drivers/infiniband/hw/mlx4/ |
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()
|