Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c328 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_scoalesce()
370 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_scoalesce()
431 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_sringparam()
448 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_sringparam()
522 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_set_features()
535 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_set_features()
1395 if (test_bit(GFAR_RESETTING, &priv->state)) in gfar_set_nfc()
H A Dgianfar.c1494 if (unlikely(test_bit(GFAR_RESETTING, &priv->state))) in gfar_update_link_state()
2025 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_change_mtu()
2036 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_change_mtu()
2045 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in reset_gfar()
2051 clear_bit_unlock(GFAR_RESETTING, &priv->state); in reset_gfar()
H A Dgianfar.h1120 GFAR_RESETTING enumerator