Home
last modified time | relevance | path

Searched refs:STATE_DISABLED (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.c219 (efx->state == STATE_DISABLED)) \
225 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) { in efx_check_disabled()
1494 BUG_ON(efx->state == STATE_DISABLED); in efx_soft_enable_interrupts()
1528 if (efx->state == STATE_DISABLED) in efx_soft_disable_interrupts()
1557 BUG_ON(efx->state == STATE_DISABLED); in efx_enable_interrupts()
1835 BUG_ON(efx->state == STATE_DISABLED); in efx_start_all()
2630 efx->state = STATE_DISABLED; in efx_reset()
3222 if (efx->state != STATE_DISABLED) { in efx_pm_freeze()
3243 if (efx->state != STATE_DISABLED) { in efx_pm_thaw()
3347 if (efx->state != STATE_DISABLED) { in efx_io_error_detected()
[all …]
Dnet_driver.h665 STATE_DISABLED = 2, /* device disabled due to hardware errors */ enumerator