Home
last modified time | relevance | path

Searched refs:ipath_mmap (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
DMakefile18 ipath_mmap.o \
Dipath_mmap.c89 int ipath_mmap(struct ib_ucontext *context, struct vm_area_struct *vma) in ipath_mmap() function
Dipath_verbs.h853 int ipath_mmap(struct ib_ucontext *context, struct vm_area_struct *vma);
Dipath_file_ops.c58 static int ipath_mmap(struct file *, struct vm_area_struct *);
72 .mmap = ipath_mmap,
1250 static int ipath_mmap(struct file *fp, struct vm_area_struct *vma) in ipath_mmap() function
Dipath_verbs.c2180 dev->mmap = ipath_mmap; in ipath_register_ib_device()