Searched refs:hfi1_mmap_info (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | mmap.c | 66 struct hfi1_mmap_info *ip = in hfi1_release_mmap_info() 67 container_of(ref, struct hfi1_mmap_info, ref); in hfi1_release_mmap_info() 84 struct hfi1_mmap_info *ip = vma->vm_private_data; in hfi1_vma_open() 91 struct hfi1_mmap_info *ip = vma->vm_private_data; in hfi1_vma_close() 112 struct hfi1_mmap_info *ip, *pp; in hfi1_mmap() 149 struct hfi1_mmap_info *hfi1_create_mmap_info(struct hfi1_ibdev *dev, in hfi1_create_mmap_info() 153 struct hfi1_mmap_info *ip; in hfi1_create_mmap_info() 178 void hfi1_update_mmap_info(struct hfi1_ibdev *dev, struct hfi1_mmap_info *ip, in hfi1_update_mmap_info()
|
D | verbs.h | 254 struct hfi1_mmap_info { struct 289 struct hfi1_mmap_info *ip; 400 struct hfi1_mmap_info *ip; 442 struct hfi1_mmap_info *ip; 1061 struct hfi1_mmap_info *hfi1_create_mmap_info(struct hfi1_ibdev *dev, u32 size, 1065 void hfi1_update_mmap_info(struct hfi1_ibdev *dev, struct hfi1_mmap_info *ip,
|
D | srq.c | 323 struct hfi1_mmap_info *ip = srq->ip; in hfi1_modify_srq()
|
D | cq.c | 482 struct hfi1_mmap_info *ip = cq->ip; in hfi1_resize_cq()
|