Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c324 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_scoalesce()
366 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_scoalesce()
423 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_sringparam()
440 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_sringparam()
514 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_set_features()
527 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_set_features()
1387 if (test_bit(GFAR_RESETTING, &priv->state)) in gfar_set_nfc()
Dgianfar.c1492 if (unlikely(test_bit(GFAR_RESETTING, &priv->state))) in gfar_update_link_state()
2022 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_change_mtu()
2033 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_change_mtu()
2042 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in reset_gfar()
2048 clear_bit_unlock(GFAR_RESETTING, &priv->state); in reset_gfar()
Dgianfar.h1123 GFAR_RESETTING enumerator