Home
last modified time | relevance | path

Searched refs:siw_user_mmap_entry (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/sw/siw/
Dsiw.h488 struct siw_user_mmap_entry { struct
593 static inline struct siw_user_mmap_entry *
596 return container_of(rdma_mmap, struct siw_user_mmap_entry, rdma_entry); in to_siw_mmap_entry()
Dsiw_verbs.c40 struct siw_user_mmap_entry *entry = to_siw_mmap_entry(rdma_entry); in siw_mmap_free()
50 struct siw_user_mmap_entry *entry; in siw_mmap()
263 struct siw_user_mmap_entry *entry = kzalloc(sizeof(*entry), GFP_KERNEL); in siw_mmap_entry_insert()