Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c367 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_scoalesce()
409 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_scoalesce()
466 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_sringparam()
483 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_sringparam()
578 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_set_features()
591 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_set_features()
1455 if (test_bit(GFAR_RESETTING, &priv->state)) in gfar_set_nfc()
Dgianfar.c2614 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_change_mtu()
2625 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_change_mtu()
2634 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in reset_gfar()
2640 clear_bit_unlock(GFAR_RESETTING, &priv->state); in reset_gfar()
3698 if (unlikely(test_bit(GFAR_RESETTING, &priv->state))) in gfar_update_link_state()
Dgianfar.h1112 GFAR_RESETTING enumerator