Searched refs:roffset (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/linux/ |
D | scif.h | 673 roffset, int rma_flags); 749 roffset, int rma_flags); 828 int scif_vreadfrom(scif_epd_t epd, void *addr, size_t len, off_t roffset, 908 int scif_vwriteto(scif_epd_t epd, void *addr, size_t len, off_t roffset,
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_dma.c | 1675 size_t len, off_t roffset, int flags, in scif_rma_copy() argument 1713 remote_req.offset = roffset; in scif_rma_copy() 1815 copy_work.dst_offset = roffset; in scif_rma_copy() 1818 copy_work.src_offset = roffset; in scif_rma_copy() 1864 off_t roffset, int flags) in scif_readfrom() argument 1870 epd, loffset, len, roffset, flags); in scif_readfrom() 1871 if (scif_unaligned(loffset, roffset)) { in scif_readfrom() 1875 roffset, flags, in scif_readfrom() 1880 roffset += SCIF_MAX_UNALIGNED_BUF_SIZE; in scif_readfrom() 1885 roffset, flags, SCIF_REMOTE_TO_LOCAL, true); in scif_readfrom() [all …]
|
D | scif_fd.c | 362 err = scif_readfrom(priv, copy.loffset, copy.len, copy.roffset, in scif_fdioctl() 377 err = scif_writeto(priv, copy.loffset, copy.len, copy.roffset, in scif_fdioctl() 393 copy.roffset, copy.flags); in scif_fdioctl() 408 copy.roffset, copy.flags); in scif_fdioctl()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_sh.c | 128 unsigned int offset, roffset; in ip_vs_sh_get_fallback() local 147 roffset = (offset + ihash) % IP_VS_SH_TAB_SIZE; in ip_vs_sh_get_fallback() 148 hash = ip_vs_sh_hashkey(svc->af, addr, port, roffset); in ip_vs_sh_get_fallback() 157 ntohs(dest->port), roffset); in ip_vs_sh_get_fallback()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ring.c | 473 int roffset = *(int*)node->info_ent->data; in amdgpu_debugfs_ring_info() local 474 struct amdgpu_ring *ring = (void *)(((uint8_t*)adev) + roffset); in amdgpu_debugfs_ring_info() 549 int roffset = *(int*)amdgpu_debugfs_ring_info_list[i].data; in amdgpu_debugfs_ring_init() local 550 struct amdgpu_ring *other = (void *)(((uint8_t*)adev) + roffset); in amdgpu_debugfs_ring_init()
|
/linux-4.4.14/include/uapi/linux/ |
D | scif_ioctl.h | 154 __s64 roffset; member
|
/linux-4.4.14/arch/microblaze/pci/ |
D | pci-common.c | 464 unsigned long roffset = offset + io_offset; in pci_mmap_legacy_page_range() local 468 if (roffset < rp->start || (roffset + size) > rp->end) in pci_mmap_legacy_page_range()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | pci-common.c | 592 unsigned long roffset = offset + io_offset; in pci_mmap_legacy_page_range() local 596 if (roffset < rp->start || (roffset + size) > rp->end) in pci_mmap_legacy_page_range()
|