Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c320 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_scoalesce()
362 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_scoalesce()
419 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_sringparam()
436 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_sringparam()
510 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_set_features()
523 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_set_features()
1383 if (test_bit(GFAR_RESETTING, &priv->state)) in gfar_set_nfc()
Dgianfar.c1521 if (unlikely(test_bit(GFAR_RESETTING, &priv->state))) in gfar_update_link_state()
2051 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_change_mtu()
2062 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_change_mtu()
2071 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in reset_gfar()
2077 clear_bit_unlock(GFAR_RESETTING, &priv->state); in reset_gfar()
Dgianfar.h1076 GFAR_RESETTING enumerator