Lines Matching refs:list

22  *        copyright notice, this list of conditions and the following
26 * copyright notice, this list of conditions and the following
50 #include <linux/list.h>
63 #include <linux/list.h>
407 struct list_head list;
414 INIT_LIST_HEAD(&(_ptr)->list); \
965 struct list_head list; /*link to context's list*/
980 struct list_head list; link to context's list
1076 struct list_head list;
1337 struct list_head list;
1496 * @srq_init_attr: A list of initial attributes required to create the
1512 * @srq_init_attr: A list of initial attributes required to create the
1540 * ib_query_srq - Returns the attribute list and current values for the
1554 * ib_post_srq_recv - Posts a list of work requests to the specified SRQ.
1556 * @recv_wr: A list of work requests to post on the receive queue.
1569 * @qp_init_attr: A list of initial attributes required to create the
1588 * ib_query_qp - Returns the attribute list and current values for the
1627 * ib_post_send - Posts a list of work requests to the send queue of
1630 * @send_wr: A list of work requests to post on the send queue.
1637 * earlier work requests in the list.
1645 * ib_post_recv - Posts a list of work requests to the receive queue of
1648 * @recv_wr: A list of work requests to post on the receive queue.
1875 * ib_dma_map_sg - Map a scatter/gather list to DMA addresses
1889 * ib_dma_unmap_sg - Unmap a scatter/gather list of DMA addresses
2008 * @phys_buf_array: Specifies a list of physical buffers to use in the
2030 * field specifies a list of physical buffers to use in the new
2062 * @max_page_list_len: requested max physical buffer list length to be
2068 * ib_alloc_fast_reg_page_list - Allocates a page list array
2070 * @page_list_len - size of the page list array to be allocated.
2089 * page list array.
2145 * ib_map_phys_fmr - Maps a list of physical pages to a fast memory region.
2157 * ib_unmap_fmr - Removes the mapping from a list of fast memory regions.
2158 * @fmr_list: A linked list of fast memory regions to unmap.