Lines Matching defs:ipoib_neigh
250 struct ipoib_neigh *neigh;
298 struct ipoib_neigh __rcu **buckets;
445 struct ipoib_neigh {
456 struct ipoib_neigh __rcu *hnext;
465 void ipoib_neigh_dtor(struct ipoib_neigh *neigh);
466 static inline void ipoib_neigh_put(struct ipoib_neigh *neigh)
471 struct ipoib_neigh *ipoib_neigh_get(struct net_device *dev, u8 *daddr);
472 struct ipoib_neigh *ipoib_neigh_alloc(u8 *daddr,
474 void ipoib_neigh_free(struct ipoib_neigh *neigh);
638 static inline int ipoib_cm_up(struct ipoib_neigh *neigh)
644 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh)
649 static inline void ipoib_cm_set(struct ipoib_neigh *neigh, struct ipoib_cm_tx *tx)
673 struct ipoib_neigh *neigh);
693 static inline int ipoib_cm_up(struct ipoib_neigh *neigh)
699 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh)
704 static inline void ipoib_cm_set(struct ipoib_neigh *neigh, struct ipoib_cm_tx *tx)
750 struct ipoib_neigh *neigh)