/drivers/infiniband/hw/cxgb3/ |
D | iwch_mem.c | 81 int npages) in iwch_reregister_mem() 109 int iwch_alloc_pbl(struct iwch_mr *mhp, int npages) in iwch_alloc_pbl() 128 int iwch_write_pbl(struct iwch_mr *mhp, __be64 *pages, int npages, int offset) in iwch_write_pbl() 138 int *npages, in build_phys_page_list()
|
D | cxio_dbg.c | 78 int size, npages; in cxio_dump_pbl() local
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | mr.c | 209 int mlx4_mtt_init(struct mlx4_dev *dev, int npages, int page_shift, in mlx4_mtt_init() 308 u64 iova, u64 size, u32 access, int npages, in mlx4_mr_alloc_reserved() 418 int npages, int page_shift, struct mlx4_mr *mr) in mlx4_mr_alloc() 530 int start_index, int npages, u64 *page_list) in mlx4_write_mtt_chunk() 556 int start_index, int npages, u64 *page_list) in __mlx4_write_mtt() 584 int start_index, int npages, u64 *page_list) in mlx4_write_mtt() 714 int npages, u64 iova) in mlx4_check_fmr() 741 int npages, u64 iova, u32 *lkey, u32 *rkey) in mlx4_map_phys_fmr()
|
D | icm.h | 52 int npages; member
|
D | eq.c | 628 int npages; in mlx4_create_eq() local 739 int npages = PAGE_ALIGN(MLX4_EQ_ENTRY_SIZE * eq->nent) / PAGE_SIZE; in mlx4_free_eq() local
|
D | icm.c | 122 struct mlx4_icm *mlx4_alloc_icm(struct mlx4_dev *dev, int npages, in mlx4_alloc_icm()
|
/drivers/staging/omapdrm/ |
D | omap_gem_helpers.c | 40 int i, npages; in _drm_gem_get_pages() local 98 int i, npages; in _drm_gem_put_pages() local
|
D | omap_dmm_tiler.c | 175 struct page **pages, uint32_t npages, uint32_t roll) in dmm_txn_append() 271 uint32_t npages, uint32_t roll, bool wait) in fill() 307 uint32_t npages, uint32_t roll, bool wait) in tiler_pin()
|
D | omap_gem.c | 234 int i, npages = obj->size >> PAGE_SHIFT; in omap_gem_attach_pages() local 256 int i, npages = obj->size >> PAGE_SHIFT; in omap_gem_detach_pages() local 613 uint32_t npages = obj->size >> PAGE_SHIFT; in omap_gem_roll() local 658 uint32_t npages = obj->size >> PAGE_SHIFT; in omap_gem_get_paddr() local
|
D | omap_fbdev.c | 85 int npages; in pan_worker() local
|
/drivers/infiniband/hw/cxgb4/ |
D | mem.c | 249 struct c4iw_mr *mhp, int shift, int npages) in reregister_mem() 274 static int alloc_pbl(struct c4iw_mr *mhp, int npages) in alloc_pbl() 289 u64 *total_size, int *npages, in build_phys_page_list() 366 int npages; in c4iw_reregister_phys_mem() local 427 int npages; in c4iw_register_phys_mem() local
|
/drivers/gpu/drm/ttm/ |
D | ttm_page_alloc.c | 77 unsigned npages; member 276 static void ttm_pages_put(struct page *pages[], unsigned npages) in ttm_pages_put() 656 static void ttm_put_pages(struct page **pages, unsigned npages, int flags, in ttm_put_pages() 704 static int ttm_get_pages(struct page **pages, unsigned npages, int flags, in ttm_get_pages()
|
/drivers/infiniband/hw/mthca/ |
D | mthca_memfree.h | 53 int npages; member 145 int npages; member
|
D | mthca_memfree.c | 137 struct mthca_icm *mthca_alloc_icm(struct mthca_dev *dev, int npages, in mthca_alloc_icm() 526 int npages; in mthca_init_user_db_tab() local
|
D | mthca_allocator.c | 199 int npages, shift; in mthca_buf_alloc() local
|
D | mthca_eq.c | 470 int npages; in mthca_create_eq() local 593 int npages = (eq->nent * MTHCA_EQ_ENTRY_SIZE + PAGE_SIZE - 1) / in mthca_free_eq() local
|
/drivers/gpu/drm/exynos/ |
D | exynos_drm_gem.c | 89 int i, npages; in exynos_gem_get_pages() local 124 int i, npages; in exynos_gem_put_pages() local 168 unsigned int npages, i = 0; in exynos_drm_gem_get_pages() local
|
D | exynos_drm_buf.c | 38 unsigned int npages, page_size, i = 0; in lowlevel_buffer_allocate() local
|
/drivers/net/wireless/iwmc3200wifi/ |
D | tx.c | 103 u32 npages = BYTES_TO_PAGES(nb); in iwm_tx_credit_ok() local 194 u32 npages = BYTES_TO_PAGES(nb); in iwm_tx_credit_alloc() local
|
/drivers/infiniband/hw/ipath/ |
D | ipath_user_sdma.c | 277 unsigned long addr, int tlen, int npages) in ipath_user_sdma_pin_pages() 333 const int npages = ipath_user_sdma_num_pages(iov + idx); in ipath_user_sdma_pin_pkt() local 357 unsigned long niov, int npages) in ipath_user_sdma_init_payload() 418 int npages = 0; in ipath_user_sdma_queue_pkts() local
|
/drivers/infiniband/hw/qib/ |
D | qib_user_sdma.c | 281 unsigned long addr, int tlen, int npages) in qib_user_sdma_pin_pages() 335 const int npages = qib_user_sdma_num_pages(iov + idx); in qib_user_sdma_pin_pkt() local 358 unsigned long niov, int npages) in qib_user_sdma_init_payload() 420 int npages = 0; in qib_user_sdma_queue_pkts() local
|
/drivers/infiniband/core/ |
D | umem.c | 88 unsigned long npages; in ib_umem_get() local
|
/drivers/media/video/omap3isp/ |
D | ispqueue.h | 95 unsigned int npages; member
|
/drivers/gpu/ion/ |
D | ion_heap.c | 36 int npages = PAGE_ALIGN(buffer->size) / PAGE_SIZE; in ion_heap_map_kernel() local
|
/drivers/infiniband/hw/mlx4/ |
D | mr.c | 303 int npages, u64 iova) in mlx4_ib_map_phys_fmr()
|