Home
last modified time | relevance | path

Searched refs:agent_list (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/infiniband/core/
Dmad.c1128 list_add_tail(&mad_send_wr->agent_list, in ib_post_send_mad()
1141 list_del(&mad_send_wr->agent_list); in ib_post_send_mad()
1740 list_for_each_entry(wr, &mad_agent_priv->wait_list, agent_list) { in ib_find_send_mad()
1756 list_for_each_entry(wr, &mad_agent_priv->send_list, agent_list) { in ib_find_send_mad()
1777 list_move_tail(&mad_send_wr->agent_list, in ib_mark_mad_done()
2158 agent_list); in adjust_timeout()
2180 list_del(&mad_send_wr->agent_list); in wait_for_response()
2189 agent_list); in wait_for_response()
2198 list_add(&mad_send_wr->agent_list, list_item); in wait_for_response()
2201 if (mad_agent_priv->wait_list.next == &mad_send_wr->agent_list) in wait_for_response()
[all …]
Dmad_priv.h123 struct list_head agent_list; member
Dmad_rmpp.c735 list_move_tail(&mad_send_wr->agent_list, in process_rmpp_ack()