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()
791 if (test_bit(GFAR_RESETTING, &priv->state)) in gfar_set_rxfh_fields()
1407 if (test_bit(GFAR_RESETTING, &priv->state)) in gfar_set_nfc()
H A Dgianfar.c1480 if (unlikely(test_bit(GFAR_RESETTING, &priv->state))) in gfar_update_link_state()
2001 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_change_mtu()
2012 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_change_mtu()
2021 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in reset_gfar()
2027 clear_bit_unlock(GFAR_RESETTING, &priv->state); in reset_gfar()
H A Dgianfar.h1120 GFAR_RESETTING enumerator