Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c353 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_scoalesce()
395 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_scoalesce()
452 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_sringparam()
469 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_sringparam()
543 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_set_features()
556 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_set_features()
1416 if (test_bit(GFAR_RESETTING, &priv->state)) in gfar_set_nfc()
Dgianfar.c1516 if (unlikely(test_bit(GFAR_RESETTING, &priv->state))) in gfar_update_link_state()
2054 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_change_mtu()
2065 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_change_mtu()
2074 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in reset_gfar()
2080 clear_bit_unlock(GFAR_RESETTING, &priv->state); in reset_gfar()
Dgianfar.h1077 GFAR_RESETTING enumerator