Lines Matching refs:off_t
376 off_t *out_offset, struct scif_window **out_window) in scif_register_temp()
679 void *_get_local_va(off_t off, struct scif_window *window, size_t len) in _get_local_va()
682 off_t page_off = off & ~PAGE_MASK; in _get_local_va()
694 void *ioremap_remote(off_t off, struct scif_window *window, in ioremap_remote()
785 off_t page_off; in scif_off_to_dma_addr()
1570 struct dma_chan *chan, off_t loffset) in scif_rma_list_dma_copy_wrapper()
1674 static int scif_rma_copy(scif_epd_t epd, off_t loffset, unsigned long addr, in scif_rma_copy()
1675 size_t len, off_t roffset, int flags, in scif_rma_copy()
1863 int scif_readfrom(scif_epd_t epd, off_t loffset, size_t len, in scif_readfrom()
1864 off_t roffset, int flags) in scif_readfrom()
1891 int scif_writeto(scif_epd_t epd, off_t loffset, size_t len, in scif_writeto()
1892 off_t roffset, int flags) in scif_writeto()
1920 off_t roffset, int flags) in scif_vreadfrom()
1927 if (scif_unaligned((off_t __force)addr, roffset)) { in scif_vreadfrom()
1951 off_t roffset, int flags) in scif_vwriteto()
1958 if (scif_unaligned((off_t __force)addr, roffset)) { in scif_vwriteto()