Lines Matching defs:list
19 #include <linux/list.h>
341 /* Max number of entries in tag matching list */
345 /* Max number of outstanding list operations */
746 struct list_head list;
753 INIT_LIST_HEAD(&(_ptr)->list); \
1501 struct list_head list; /* link to context's list */
1725 /* A list of all open shared QP handles. Required to enforce security
2640 /* Protects QP's event_handler calls and open_qp list */
2813 * rdma_for_each_block - iterate over contiguous memory blocks of the sg list
3267 * Handle into our header list for connectionless packets.
3613 * ib_query_srq - Returns the attribute list and current values for the
3642 * ib_post_srq_recv - Posts a list of work requests to the specified SRQ.
3644 * @recv_wr: A list of work requests to post on the receive queue.
3691 * ib_query_qp - Returns the attribute list and current values for the
3744 * ib_post_send - Posts a list of work requests to the send queue of
3747 * @send_wr: A list of work requests to post on the send queue.
3754 * earlier work requests in the list.
3766 * ib_post_recv - Posts a list of work requests to the receive queue of
3769 * @recv_wr: A list of work requests to post on the receive queue.
4056 * ib_dma_map_sg - Map a scatter/gather list to DMA addresses
4070 * ib_dma_unmap_sg - Unmap a scatter/gather list of DMA addresses