Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/igb/
De1000_82575.c1694 bool global_device_reset = hw->dev_spec._82575.global_device_reset; in igb_reset_hw_82580() local
1697 hw->dev_spec._82575.global_device_reset = false; in igb_reset_hw_82580()
1719 if (global_device_reset && in igb_reset_hw_82580()
1721 global_device_reset = false; in igb_reset_hw_82580()
1723 if (global_device_reset && in igb_reset_hw_82580()
1732 if (global_device_reset) in igb_reset_hw_82580()
1764 if (global_device_reset) in igb_reset_hw_82580()
De1000_hw.h491 bool global_device_reset; member
Digb_main.c4378 hw->dev_spec._82575.global_device_reset = true; in igb_tx_timeout()