Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_main.c438 if (ipoib_cm_get(path)) in ipoib_path_free()
439 ipoib_cm_destroy_tx(ipoib_cm_get(path)); in ipoib_path_free()
594 if (ipoib_cm_enabled(priv, path->hwaddr) && !ipoib_cm_get(path)) in path_rec_completion()
741 if (ipoib_cm_get(path) && ipoib_cm_up(path)) { in ipoib_unicast_send()
742 ipoib_cm_send(priv, mb, ipoib_cm_get(path)); in ipoib_unicast_send()
HDipoib.h572 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_path *path) in ipoib_cm_get() function
627 static inline struct ipoib_cm_tx *ipoib_cm_get(struct ipoib_path *path) in ipoib_cm_get() function