Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw.h484 struct siw_user_mmap_entry { struct
589 static inline struct siw_user_mmap_entry *
592 return container_of(rdma_mmap, struct siw_user_mmap_entry, rdma_entry); in to_siw_mmap_entry()
Dsiw_verbs.c49 struct siw_user_mmap_entry *entry = to_siw_mmap_entry(rdma_entry); in siw_mmap_free()
59 struct siw_user_mmap_entry *entry; in siw_mmap()
269 struct siw_user_mmap_entry *entry = kzalloc(sizeof(*entry), GFP_KERNEL); in siw_mmap_entry_insert()