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

/linux-master/drivers/infiniband/core/
H A Dmad_rmpp.c93 list_for_each_entry(rmpp_recv, &agent->rmpp_list, list) {
102 &agent->rmpp_list, list) {
329 list_for_each_entry(rmpp_recv, &agent->rmpp_list, list) {
364 list_add_tail(&rmpp_recv->list, &agent->rmpp_list);
385 static inline struct ib_mad_recv_buf *get_next_seg(struct list_head *rmpp_list, argument
388 if (seg->list.next == rmpp_list)
399 static struct ib_mad_recv_buf *find_seg_location(struct list_head *rmpp_list, argument
405 list_for_each_entry_reverse(seg_buf, rmpp_list, list) {
418 struct list_head *rmpp_list = &rmpp_recv->rmpp_wc->rmpp_list; local
[all...]
H A Dmad_priv.h104 struct list_head rmpp_list; member in struct:ib_mad_agent_private
139 struct list_head rmpp_list; member in struct:ib_mad_send_wr_private
H A Dmad.c395 INIT_LIST_HEAD(&mad_agent_priv->rmpp_list);
782 list_for_each_entry_safe(s, t, &mad_send_wr->rmpp_list, list) {
809 list_add_tail(&seg->list, &send_wr->rmpp_list);
821 send_wr->cur_seg = container_of(send_wr->rmpp_list.next,
872 INIT_LIST_HEAD(&mad_send_wr->rmpp_list);
1167 list_splice_init(&mad_recv_wc->rmpp_list, &free_list);
1789 INIT_LIST_HEAD(&mad_recv_wc->rmpp_list);
1798 list_add(&mad_recv_wc->recv_buf.list, &mad_recv_wc->rmpp_list);
2549 INIT_LIST_HEAD(&local->mad_priv->header.recv_wc.rmpp_list);
2551 &local->mad_priv->header.recv_wc.rmpp_list);
[all...]
/linux-master/include/rdma/
H A Dib_mad.h619 * @rmpp_list: Specifies a list of RMPP reassembled received MAD buffers.
629 struct list_head rmpp_list; member in struct:ib_mad_recv_wc

Completed in 136 milliseconds