Home
last modified time | relevance | path

Searched refs:ipoib_ah (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib.h149 struct ipoib_ah *ah;
395 struct ipoib_ah { struct
406 struct ipoib_ah *ah; argument
421 struct ipoib_ah *ah;
460 struct ipoib_ah *ipoib_create_ah(struct net_device *dev,
463 static inline void ipoib_put_ah(struct ipoib_ah *ah) in ipoib_put_ah()
472 struct ipoib_ah *address, u32 qpn);
Dipoib_ib.c56 struct ipoib_ah *ipoib_create_ah(struct net_device *dev, in ipoib_create_ah()
59 struct ipoib_ah *ah; in ipoib_create_ah()
73 ah = (struct ipoib_ah *)vah; in ipoib_create_ah()
84 struct ipoib_ah *ah = container_of(kref, struct ipoib_ah, ref); in ipoib_free_ah()
537 struct ipoib_ah *address, u32 qpn) in ipoib_send()
625 struct ipoib_ah *ah, *tah; in __ipoib_reap_ah()
Dipoib_main.c668 struct ipoib_ah *ah = NULL; in path_rec_completion()
669 struct ipoib_ah *old_ah = NULL; in path_rec_completion()
Dipoib_multicast.c213 struct ipoib_ah *ah; in ipoib_mcast_join_finish()