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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A DMakefile18 ipath_mmap.o \
H A Dipath_mmap.c84 * ipath_mmap - create a new mmap region
89 int ipath_mmap(struct ib_ucontext *context, struct vm_area_struct *vma) function
129 * Allocate information for ipath_mmap
H A Dipath_file_ops.c57 static int ipath_mmap(struct file *, struct vm_area_struct *);
66 .mmap = ipath_mmap
1234 * ipath_mmap - mmap various structures into user space
1243 static int ipath_mmap(struct file *fp, struct vm_area_struct *vma) function
H A Dipath_verbs.h183 * This structure is used by ipath_mmap() to validate an offset
848 int ipath_mmap(struct ib_ucontext *context, struct vm_area_struct *vma);
H A Dipath_verbs.c2173 dev->mmap = ipath_mmap;

Completed in 73 milliseconds