Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dmad.c1136 list_add_tail(&mad_send_wr->agent_list, in ib_post_send_mad()
1149 list_del(&mad_send_wr->agent_list); in ib_post_send_mad()
1750 list_for_each_entry(wr, &mad_agent_priv->wait_list, agent_list) { in ib_find_send_mad()
1766 list_for_each_entry(wr, &mad_agent_priv->send_list, agent_list) { in ib_find_send_mad()
1787 list_move_tail(&mad_send_wr->agent_list, in ib_mark_mad_done()
2169 agent_list); in adjust_timeout()
2191 list_del(&mad_send_wr->agent_list); in wait_for_response()
2200 agent_list); in wait_for_response()
2208 list_add(&mad_send_wr->agent_list, list_item); in wait_for_response()
2211 if (mad_agent_priv->wait_list.next == &mad_send_wr->agent_list) in wait_for_response()
[all …]
H A Dmad_priv.h124 struct list_head agent_list; member
H A Dmad_rmpp.c735 list_move_tail(&mad_send_wr->agent_list, in process_rmpp_ack()