Home
last modified time | relevance | path

Searched refs:pageidx (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
A Duser_exp_rcv.c20 u16 pageidx, unsigned int npages);
337 pageidx += ret; in hfi1_user_exp_rcv_setup()
341 while (pageidx < pageset_count) { in hfi1_user_exp_rcv_setup()
367 pageidx, use, tidlist, in hfi1_user_exp_rcv_setup()
379 pageidx += ret; in hfi1_user_exp_rcv_setup()
383 if (pageidx >= pageset_count) in hfi1_user_exp_rcv_setup()
568 list[setcount].idx = pageidx; in find_phys_blocks()
571 pageidx += maxpages; in find_phys_blocks()
574 pageidx = i; in find_phys_blocks()
655 pageidx = tbuf->psets[setidx].idx; in program_rcvarray()
[all …]
A Dtid_rdma.c886 u32 pagecount, pageidx, setcount = 0, i; in tid_rdma_find_phys_blocks_4k() local
933 list[setcount].idx = pageidx; in tid_rdma_find_phys_blocks_4k()
939 pageidx += maxpages; in tid_rdma_find_phys_blocks_4k()
942 pageidx = i; in tid_rdma_find_phys_blocks_4k()
1241 u32 ngroups, pageidx = 0; in kern_alloc_tids() local
1255 pageidx += group->size; in kern_alloc_tids()
1260 if (pageidx >= flow->npagesets) in kern_alloc_tids()
1270 pageidx += use; in kern_alloc_tids()
1271 if (pageidx >= flow->npagesets) in kern_alloc_tids()
1289 pageidx += use; in kern_alloc_tids()
[all …]
A Duser_sdma.c708 unsigned int pageidx, len; in user_sdma_txadd() local
716 pageidx = (((iovec->offset + iov_offset + base) - (base & PAGE_MASK)) >> in user_sdma_txadd()
721 ret = sdma_txadd_page(pq->dd, &tx->txreq, iovec->pages[pageidx], in user_sdma_txadd()
730 if (unlikely(queued < datalen && pageidx == iovec->npages && in user_sdma_txadd()
/linux/drivers/xen/
A Dprivcmd.c110 unsigned pageidx; in gather_array() local
117 pageidx = PAGE_SIZE; in gather_array()
120 if (pageidx > PAGE_SIZE-size) { in gather_array()
130 pageidx = 0; in gather_array()
138 pageidx += size; in gather_array()
157 unsigned pageidx; in traverse_pages() local
162 pageidx = PAGE_SIZE; in traverse_pages()
166 if (pageidx > PAGE_SIZE-size) { in traverse_pages()
171 pageidx = 0; in traverse_pages()
174 ret = (*fn)(pagedata + pageidx, state); in traverse_pages()
[all …]

Completed in 22 milliseconds