Home
last modified time | relevance | path

Searched refs:ipoib_cm_get (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c824 if (!ipoib_cm_get(neigh)) in path_rec_completion()
828 if (!ipoib_cm_get(neigh)) { in path_rec_completion()
990 if (!ipoib_cm_get(neigh)) in neigh_add_path()
992 if (!ipoib_cm_get(neigh)) { in neigh_add_path()
1158 if (ipoib_cm_get(neigh)) { in ipoib_start_xmit()
1160 ipoib_cm_send(dev, skb, ipoib_cm_get(neigh)); in ipoib_start_xmit()
1459 if (ipoib_cm_get(neigh)) in ipoib_neigh_dtor()
1460 ipoib_cm_destroy_tx(ipoib_cm_get(neigh)); in ipoib_neigh_dtor()
H A Dipoib.h644 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh) in ipoib_cm_get() function
699 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_neigh *neigh) in ipoib_cm_get() function