Searched refs:ipoib_neigh (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib.h183 struct ipoib_neigh *neigh;
322 struct ipoib_neigh { struct
341 static inline struct ipoib_neigh **to_ipoib_neigh(struct neighbour *neigh)
347 struct ipoib_neigh *ipoib_neigh_alloc(struct neighbour *neigh);
348 void ipoib_neigh_free(struct net_device *dev, struct ipoib_neigh *neigh);
455 static inline int ipoib_cm_up(struct ipoib_neigh *neigh)
461 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh)
466 static inline void ipoib_cm_set(struct ipoib_neigh *neigh, struct ipoib_cm_tx *tx)
478 struct ipoib_neigh *neigh);
497 static inline int ipoib_cm_up(struct ipoib_neigh *neig
[all...]
H A Dipoib_main.c258 struct ipoib_neigh *neigh, *tn;
383 struct ipoib_neigh *neigh, *tn;
511 struct ipoib_neigh *neigh;
658 struct ipoib_neigh *neigh;
814 struct ipoib_neigh *neigh;
840 struct ipoib_neigh *ipoib_neigh_alloc(struct neighbour *neighbour)
842 struct ipoib_neigh *neigh;
856 void ipoib_neigh_free(struct net_device *dev, struct ipoib_neigh *neigh)
H A Dipoib_cm.c589 struct ipoib_neigh *neigh;
993 struct ipoib_neigh *neigh;
1042 struct ipoib_neigh *neigh)
1078 struct ipoib_neigh *neigh;
H A Dipoib_multicast.c95 struct ipoib_neigh *neigh, *tmp;
726 struct ipoib_neigh *neigh = ipoib_neigh_alloc(skb->dst->neighbour);

Completed in 158 milliseconds