Searched defs:page_list (Results 1 - 8 of 8) sorted by relevance

/include/rdma/
H A Dib_fmr_pool.h76 u64 page_list[0]; member in struct:ib_pool_fmr
87 u64 *page_list,
H A Dib_verbs.h983 u64 *page_list; member in struct:ib_fast_reg_page_list
1040 struct ib_fast_reg_page_list *page_list; member in struct:ib_send_wr::__anon1416::__anon1420
1564 void (*free_fast_reg_page_list)(struct ib_fast_reg_page_list *page_list);
1582 u64 *page_list, int list_len,
2441 * page_list array that is at least page_list_len in size. The actual
2443 * for initializing the contents of the page_list array before posting
2446 * The page_list array entries must be translated using one of the
2458 * @page_list - struct ib_fast_reg_page_list pointer to be deallocated.
2460 void ib_free_fast_reg_page_list(struct ib_fast_reg_page_list *page_list);
2537 * @page_list
2541 ib_map_phys_fmr(struct ib_fmr *fmr, u64 *page_list, int list_len, u64 iova) argument
[all...]
/include/linux/
H A Ddm-io.h23 struct page_list { struct
24 struct page_list *next;
43 struct page_list *pl;
H A Dmemcontrol.h63 void mem_cgroup_uncharge_list(struct list_head *page_list);
207 static inline void mem_cgroup_uncharge_list(struct list_head *page_list) argument
H A Ddmaengine.h1133 struct dma_page_list page_list[0]; member in struct:dma_pinned_list
/include/linux/sunrpc/
H A Dsvc_rdma.h110 struct ib_fast_reg_page_list *page_list; member in struct:svc_rdma_fastreg_mr
/include/linux/mlx5/
H A Ddriver.h327 struct mlx5_buf_list *page_list; member in struct:mlx5_buf
582 return buf->page_list[offset >> PAGE_SHIFT].buf +
/include/linux/mlx4/
H A Ddevice.h499 struct mlx4_buf_list *page_list; member in struct:mlx4_buf
869 return buf->page_list[offset >> PAGE_SHIFT].buf +
897 int start_index, int npages, u64 *page_list);
1175 int mlx4_map_phys_fmr(struct mlx4_dev *dev, struct mlx4_fmr *fmr, u64 *page_list,

Completed in 156 milliseconds