Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib.h149 struct ipoib_ah *ah;
396 struct ipoib_ah { struct
407 struct ipoib_ah *ah; argument
422 struct ipoib_ah *ah;
461 struct ipoib_ah *ipoib_create_ah(struct net_device *dev,
464 static inline void ipoib_put_ah(struct ipoib_ah *ah) in ipoib_put_ah()
473 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()
551 struct ipoib_ah *address, u32 qpn) in ipoib_send()
639 struct ipoib_ah *ah, *tah; in __ipoib_reap_ah()
Dipoib_main.c440 struct ipoib_ah *ah = NULL; in path_rec_completion()
441 struct ipoib_ah *old_ah = NULL; in path_rec_completion()
Dipoib_multicast.c213 struct ipoib_ah *ah; in ipoib_mcast_join_finish()