Searched refs:GFAR_RESETTING (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/ |
| H A D | gianfar_ethtool.c | 320 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()
|
| H A D | gianfar.c | 1525 if (unlikely(test_bit(GFAR_RESETTING, &priv->state))) in gfar_update_link_state() 2055 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in gfar_change_mtu() 2066 clear_bit_unlock(GFAR_RESETTING, &priv->state); in gfar_change_mtu() 2075 while (test_and_set_bit_lock(GFAR_RESETTING, &priv->state)) in reset_gfar() 2081 clear_bit_unlock(GFAR_RESETTING, &priv->state); in reset_gfar()
|
| H A D | gianfar.h | 1076 GFAR_RESETTING enumerator
|