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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dmad_rmpp.c92 list_for_each_entry(rmpp_recv, &agent->rmpp_list, list) {
99 list_for_each_entry(rmpp_recv, &agent->rmpp_list, list) {
107 &agent->rmpp_list, list) {
332 list_for_each_entry(rmpp_recv, &agent->rmpp_list, list) {
367 list_add_tail(&rmpp_recv->list, &agent->rmpp_list);
388 static inline struct ib_mad_recv_buf * get_next_seg(struct list_head *rmpp_list, argument
391 if (seg->list.next == rmpp_list)
402 static struct ib_mad_recv_buf * find_seg_location(struct list_head *rmpp_list, argument
408 list_for_each_entry_reverse(seg_buf, rmpp_list, list) {
421 struct list_head *rmpp_list local
[all...]
H A Dmad_priv.h109 struct list_head rmpp_list; member in struct:ib_mad_agent_private
142 struct list_head rmpp_list; member in struct:ib_mad_send_wr_private
H A Dmad.c315 INIT_LIST_HEAD(&mad_agent_priv->rmpp_list);
810 list_for_each_entry_safe(s, t, &mad_send_wr->rmpp_list, list) {
839 list_add_tail(&seg->list, &send_wr->rmpp_list);
851 send_wr->cur_seg = container_of(send_wr->rmpp_list.next,
884 INIT_LIST_HEAD(&mad_send_wr->rmpp_list);
1156 list_splice_init(&mad_recv_wc->rmpp_list, &free_list);
1793 INIT_LIST_HEAD(&mad_recv_wc->rmpp_list);
1794 list_add(&mad_recv_wc->recv_buf.list, &mad_recv_wc->rmpp_list);
2389 INIT_LIST_HEAD(&local->mad_priv->header.recv_wc.rmpp_list);
2391 &local->mad_priv->header.recv_wc.rmpp_list);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_mad.h396 * @rmpp_list: Specifies a list of RMPP reassembled received MAD buffers.
405 struct list_head rmpp_list; member in struct:ib_mad_recv_wc

Completed in 86 milliseconds