Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma.h160 struct pvrdma_ah { struct
294 static inline struct pvrdma_ah *to_vah(struct ib_ah *ibah) in to_vah()
296 return container_of(ibah, struct pvrdma_ah, ibah); in to_vah()
H A Dpvrdma_verbs.c517 struct pvrdma_ah *ah = to_vah(ibah); in pvrdma_create_ah()