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

/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c354 test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags))
865 if (!test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags)) {
866 ipoib_dbg(priv, "Not flushing - IPOIB_FLAG_ADMIN_UP not set.\n");
905 if (test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags)) {
H A Dipoib_main.c146 set_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags);
176 clear_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags);
202 clear_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags);
H A Dipoib_multicast.c492 if (!test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags))
833 if (test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags))
H A Dipoib.h133 IPOIB_FLAG_ADMIN_UP = 2, enumerator in enum:__anon11590
H A Dipoib_cm.c691 test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags))
1085 test_bit(IPOIB_FLAG_ADMIN_UP, &priv->flags))

Completed in 166 milliseconds