Searched refs:page_idx (Results 26 - 37 of 37) sorted by relevance

12

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c66 u32 page_idx);
70 u32 page_idx);
1917 u32 page_idx = wqe_offset >> rq->mpwqe.page_shift; local
1943 rq, wi, cqe, cqe_bcnt, head_offset, page_idx);
1996 u32 page_idx)
1998 struct mlx5e_frag_page *frag_page = &wi->alloc_units.frag_pages[page_idx];
2141 u32 page_idx)
2143 struct mlx5e_frag_page *frag_page = &wi->alloc_units.frag_pages[page_idx];
2306 u32 page_idx = wqe_offset >> PAGE_SHIFT; local
2342 data_offset, page_idx);
1994 mlx5e_skb_from_cqe_mpwrq_nonlinear(struct mlx5e_rq *rq, struct mlx5e_mpw_info *wi, struct mlx5_cqe64 *cqe, u16 cqe_bcnt, u32 head_offset, u32 page_idx) argument
2139 mlx5e_skb_from_cqe_mpwrq_linear(struct mlx5e_rq *rq, struct mlx5e_mpw_info *wi, struct mlx5_cqe64 *cqe, u16 cqe_bcnt, u32 head_offset, u32 page_idx) argument
2390 u32 page_idx = wqe_offset >> rq->mpwqe.page_shift; local
[all...]
H A Den.h603 u32 head_offset, u32 page_idx);
/linux-master/drivers/input/touchscreen/
H A Draydium_i2c_ts.c647 u16 page_idx, const void *data, size_t len)
658 buf[BL_PAGE_STR] = page_idx ? 0xff : 0;
672 page_idx, i, error);
646 raydium_i2c_fw_write_page(struct i2c_client *client, u16 page_idx, const void *data, size_t len) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c840 uint64_t page_idx, pages_per_xcc; local
848 for (i = 0, page_idx = 0; i < num_xcc; i++, page_idx += pages_per_xcc) {
851 gtt->offset + (page_idx << PAGE_SHIFT),
852 1, &gtt->ttm.dma_address[page_idx], flags);
858 gtt->offset + ((page_idx + 1) << PAGE_SHIFT),
860 &gtt->ttm.dma_address[page_idx + 1],
/linux-master/mm/
H A Dpercpu.c265 static int __maybe_unused pcpu_page_idx(unsigned int cpu, int page_idx) argument
267 return pcpu_unit_map[cpu] * pcpu_unit_pages + page_idx;
270 static unsigned long pcpu_unit_page_offset(unsigned int cpu, int page_idx) argument
272 return pcpu_unit_offsets[cpu] + (page_idx << PAGE_SHIFT);
276 unsigned int cpu, int page_idx)
279 pcpu_unit_page_offset(cpu, page_idx);
275 pcpu_chunk_addr(struct pcpu_chunk *chunk, unsigned int cpu, int page_idx) argument
/linux-master/fs/ntfs3/
H A Dfsntfs.c1508 u32 add, off, page_idx; local
1529 page_idx = 0;
1536 new = bio_alloc(bdev, nr_pages - page_idx, op, GFP_NOFS);
1557 page_idx += 1;
1558 if (WARN_ON(page_idx >= nr_pages)) {
1562 page = pages[page_idx];
H A Dfslog.c1127 u32 page_idx = vbo >> log->page_bits; local
1131 u32 page_vbo = page_idx << log->page_bits;
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h624 u32 page_idx; member in struct:mlx5_user_mmap_entry
/linux-master/drivers/md/
H A Draid1.c2775 int page_idx = 0; local
3004 page = resync_fetch_page(rp, page_idx);
3016 } while (++page_idx < RESYNC_PAGES);
H A Draid10.c3155 int page_idx = 0; local
3668 page = resync_fetch_page(rp, page_idx);
3677 } while (++page_idx < RESYNC_PAGES);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c1968 int ret, i, page_idx = 0; local
2000 for_each_sgtable_dma_page(sgt, &sg_dma_iter, page_idx) {
2002 page_idx++;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c16422 int cnt, idx, numcq, page_idx = 0; local
16599 cnt = page_idx + dmabuf->buffer_tag;
16606 page_idx += rc;
17439 int cnt, idx, numrq, page_idx = 0; local
17525 cnt = page_idx + dmabuf->buffer_tag;
17532 page_idx += rc;
17537 cnt = page_idx + dmabuf->buffer_tag;
17544 page_idx += rc;

Completed in 277 milliseconds

12