Home
last modified time | relevance | path

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

/Linux-v6.1/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()
427 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_sringparam()
444 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_sringparam()
518 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_set_features()
531 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_set_features()
1391 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()
2023 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_change_mtu()
2034 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_change_mtu()
2043 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in reset_gfar()
2049 clear_bit_unlock(GFAR_RESETTING, &priv->state); in reset_gfar()
Dgianfar.h1120 GFAR_RESETTING enumerator