Searched refs:send_handler (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/rdma/ |
D | ib_mad.h | 475 ib_mad_send_handler send_handler; member 577 ib_mad_send_handler send_handler, 693 ib_mad_send_handler send_handler,
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_mad.c | 286 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 304 NULL, 0, send_handler, in mthca_create_agents()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | sa_query.c | 612 static void send_handler(struct ib_mad_agent *agent, 664 send_handler(query->mad_buf->mad_agent, &mad_send_wc); in ib_nl_process_good_resolve_rsp() 699 send_handler(query->port->agent, &mad_send_wc); in ib_nl_request_timeout() 824 send_handler(query->port->agent, &mad_send_wc); in ib_nl_handle_resolve_resp() 1580 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 1661 NULL, 0, send_handler, in ib_sa_add_one()
|
D | mad.c | 199 ib_mad_send_handler send_handler, in ib_register_mad_agent() argument 311 if (!send_handler) in ib_register_mad_agent() 355 mad_agent_priv->agent.send_handler = send_handler; in ib_register_mad_agent() 1227 if (!send_buf->mad_agent->send_handler || in ib_post_send_mad() 1329 ib_mad_send_handler send_handler, in ib_redirect_mad_qp() argument 2406 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in ib_mad_complete_send_wr() 2610 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in cancel_mads() 2762 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in local_completions() 2849 mad_agent_priv->agent.send_handler(&mad_agent_priv->agent, in timeout_sends()
|
D | user_mad.c | 193 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 686 send_handler, recv_handler, file, 0); in ib_umad_reg_agent() 802 send_handler, recv_handler, file, in ib_umad_reg_agent2()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | mad.c | 902 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 923 NULL, 0, send_handler, in mlx4_ib_mad_init()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_mad.c | 2446 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 2487 NULL, 0, send_handler, in qib_create_agents()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | mad.c | 4196 static void send_handler(struct ib_mad_agent *agent, in send_handler() function 4213 NULL, 0, send_handler, in hfi1_create_agents()
|