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

/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dmad_rmpp.c90 list_for_each_entry(rmpp_recv, &agent->rmpp_list, list) {
97 list_for_each_entry(rmpp_recv, &agent->rmpp_list, list) {
105 &agent->rmpp_list, list) {
330 list_for_each_entry(rmpp_recv, &agent->rmpp_list, list) {
365 list_add_tail(&rmpp_recv->list, &agent->rmpp_list);
386 static inline struct ib_mad_recv_buf * get_next_seg(struct list_head *rmpp_list, argument
389 if (seg->list.next == rmpp_list)
400 static struct ib_mad_recv_buf * find_seg_location(struct list_head *rmpp_list, argument
406 list_for_each_entry_reverse(seg_buf, rmpp_list, list) {
419 struct list_head *rmpp_list local
[all...]
H A Dmad_priv.h110 struct list_head rmpp_list; member in struct:ib_mad_agent_private
143 struct list_head rmpp_list; member in struct:ib_mad_send_wr_private
H A Dmad.c326 INIT_LIST_HEAD(&mad_agent_priv->rmpp_list);
824 list_for_each_entry_safe(s, t, &mad_send_wr->rmpp_list, list) {
853 list_add_tail(&seg->list, &send_wr->rmpp_list);
865 send_wr->cur_seg = container_of(send_wr->rmpp_list.next,
898 INIT_LIST_HEAD(&mad_send_wr->rmpp_list);
1170 list_splice_init(&mad_recv_wc->rmpp_list, &free_list);
1818 INIT_LIST_HEAD(&mad_recv_wc->rmpp_list);
1819 list_add(&mad_recv_wc->recv_buf.list, &mad_recv_wc->rmpp_list);
2405 INIT_LIST_HEAD(&local->mad_priv->header.recv_wc.rmpp_list);
2407 &local->mad_priv->header.recv_wc.rmpp_list);
[all...]
/freebsd-10.0-release/sys/ofed/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 66 milliseconds