Lines Matching refs:ipoib_neigh
250 struct ipoib_neigh *neigh;
298 struct ipoib_neigh __rcu **buckets;
442 struct ipoib_neigh {
453 struct ipoib_neigh __rcu *hnext;
462 void ipoib_neigh_dtor(struct ipoib_neigh *neigh);
463 static inline void ipoib_neigh_put(struct ipoib_neigh *neigh)
468 struct ipoib_neigh *ipoib_neigh_get(struct net_device *dev, u8 *daddr);
469 struct ipoib_neigh *ipoib_neigh_alloc(u8 *daddr,
471 void ipoib_neigh_free(struct ipoib_neigh *neigh);
635 static inline int ipoib_cm_up(struct ipoib_neigh *neigh)
641 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh)
646 static inline void ipoib_cm_set(struct ipoib_neigh *neigh, struct ipoib_cm_tx *tx)
670 struct ipoib_neigh *neigh);
690 static inline int ipoib_cm_up(struct ipoib_neigh *neigh)
696 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh)
701 static inline void ipoib_cm_set(struct ipoib_neigh *neigh, struct ipoib_cm_tx *tx)
747 struct ipoib_neigh *neigh)