Home
last modified time | relevance | path

Searched refs:send_list (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/ofed/drivers/infiniband/core/
HDmad_priv.h102 struct list_head send_list; member
HDuser_mad.c115 struct list_head send_list; member
419 list_for_each_entry(sent_packet, &file->send_list, list) { in is_duplicate()
567 list_add_tail(&packet->list, &file->send_list); in ib_umad_write()
824 INIT_LIST_HEAD(&file->send_list); in ib_umad_open()
HDmad.c323 INIT_LIST_HEAD(&mad_agent_priv->send_list); in ib_register_mad_agent()
1132 &mad_agent_priv->send_list); in ib_post_send_mad()
1786 list_for_each_entry(wr, &mad_agent_priv->send_list, agent_list) { in ib_find_send_mad()
2277 &mad_agent_priv->send_list, agent_list) { in cancel_mads()
2314 list_for_each_entry(mad_send_wr, &mad_agent_priv->send_list, in find_send_wr()
2475 &mad_send_wr->mad_agent_priv->send_list); in retry_send()
HDmad_rmpp.c727 &mad_send_wr->mad_agent_priv->send_list); in process_rmpp_ack()
/trueos/include/apple/sys/
HDkern_control.h623 ctl_send_list_func send_list; /* Send list of packets */ member