Searched refs:send_list (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/core/
H A Dmad_priv.h102 struct list_head send_list; member in struct:ib_mad_agent_private
H A Duser_mad.c109 struct list_head send_list; member in struct:ib_umad_file
411 list_for_each_entry(sent_packet, &file->send_list, list) {
558 list_add_tail(&packet->list, &file->send_list);
808 INIT_LIST_HEAD(&file->send_list);
H A Dmad.c320 INIT_LIST_HEAD(&mad_agent_priv->send_list);
1126 &mad_agent_priv->send_list);
1772 list_for_each_entry(wr, &mad_agent_priv->send_list, agent_list) {
2295 &mad_agent_priv->send_list, agent_list) {
2332 list_for_each_entry(mad_send_wr, &mad_agent_priv->send_list,
2493 &mad_send_wr->mad_agent_priv->send_list);
H A Dmad_rmpp.c729 &mad_send_wr->mad_agent_priv->send_list);

Completed in 67 milliseconds