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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/core/
H A Dmad_rmpp.c91 list_for_each_entry(rmpp_recv, &agent->rmpp_list, list) {
100 &agent->rmpp_list, list) {
323 list_for_each_entry(rmpp_recv, &agent->rmpp_list, list) {
358 list_add_tail(&rmpp_recv->list, &agent->rmpp_list);
379 static inline struct ib_mad_recv_buf * get_next_seg(struct list_head *rmpp_list, argument
382 if (seg->list.next == rmpp_list)
393 static struct ib_mad_recv_buf * find_seg_location(struct list_head *rmpp_list, argument
399 list_for_each_entry_reverse(seg_buf, rmpp_list, list) {
412 struct list_head *rmpp_list = &rmpp_recv->rmpp_wc->rmpp_list; local
[all...]
H A Dmad_priv.h108 struct list_head rmpp_list; member in struct:ib_mad_agent_private
140 struct list_head rmpp_list; member in struct:ib_mad_send_wr_private
H A Dmad.c357 INIT_LIST_HEAD(&mad_agent_priv->rmpp_list);
800 list_for_each_entry_safe(s, t, &mad_send_wr->rmpp_list, list) {
829 list_add_tail(&seg->list, &send_wr->rmpp_list);
841 send_wr->cur_seg = container_of(send_wr->rmpp_list.next,
874 INIT_LIST_HEAD(&mad_send_wr->rmpp_list);
1144 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);
2372 INIT_LIST_HEAD(&local->mad_priv->header.recv_wc.rmpp_list);
2374 &local->mad_priv->header.recv_wc.rmpp_list);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/rdma/
H A Dib_mad.h392 * @rmpp_list: Specifies a list of RMPP reassembled received MAD buffers.
401 struct list_head rmpp_list; member in struct:ib_mad_recv_wc

Completed in 74 milliseconds