Home
last modified time | relevance | path

Searched refs:IPOIB_FLAG_INITIALIZED (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/infiniband/ulp/ipoib/
Dipoib_ib.c690 if (!test_and_set_bit(IPOIB_FLAG_INITIALIZED, &priv->flags)) in ipoib_ib_dev_open()
810 if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &priv->flags)) in ipoib_ib_dev_stop()
940 if (!test_bit(IPOIB_FLAG_INITIALIZED, &priv->flags)) { in __ipoib_ib_dev_flush()
Dipoib_cm.c819 if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &tx->flags)) { in ipoib_cm_handle_tx_wc()
1238 if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &tx->flags)) { in ipoib_cm_tx_handler()
1268 set_bit(IPOIB_FLAG_INITIALIZED, &tx->flags); in ipoib_cm_create_tx()
1276 if (test_and_clear_bit(IPOIB_FLAG_INITIALIZED, &tx->flags)) { in ipoib_cm_destroy_tx()
Dipoib.h85 IPOIB_FLAG_INITIALIZED = 1, enumerator