Lines Matching defs:list
20 #include <linux/list.h>
361 /* Max number of entries in tag matching list */
365 /* Max number of outstanding list operations */
768 struct list_head list;
775 INIT_LIST_HEAD(&(_ptr)->list); \
1531 struct list_head list; /* link to context's list */
1764 /* A list of all open shared QP handles. Required to enforce security
2712 /* Protects QP's event_handler calls and open_qp list */
2894 * rdma_for_each_block - iterate over contiguous memory blocks of the sg list
3327 * Handle into our header list for connectionless packets.
3685 * ib_query_srq - Returns the attribute list and current values for the
3714 * ib_post_srq_recv - Posts a list of work requests to the specified SRQ.
3716 * @recv_wr: A list of work requests to post on the receive queue.
3737 * @init_attr: A list of initial attributes required to create the
3777 * ib_query_qp - Returns the attribute list and current values for the
3830 * ib_post_send - Posts a list of work requests to the send queue of
3833 * @send_wr: A list of work requests to post on the send queue.
3840 * earlier work requests in the list.
3852 * ib_post_recv - Posts a list of work requests to the receive queue of
3855 * @recv_wr: A list of work requests to post on the receive queue.
4197 * ib_dma_map_sg - Map a scatter/gather list to DMA addresses
4211 * ib_dma_unmap_sg - Unmap a scatter/gather list of DMA addresses