Searched refs:IPOIB_FLAG_ADMIN_UP (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c361 test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags))
905 if (!test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags)) {
906 ipoib_dbg(priv, "Not flushing - IPOIB_FLAG_ADMIN_UP not set.\n");
945 if (test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags)) {
H A Dipoib_main.c137 set_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags);
167 clear_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags);
193 clear_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags);
H A Dipoib_multicast.c509 if (!test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags))
860 if (test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags))
H A Dipoib.h140 IPOIB_FLAG_ADMIN_UP = 2, enumerator in enum:__anon15518
H A Dipoib_cm.c707 test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags))
1103 test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags))

Completed in 60 milliseconds