Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Defx.c217 (efx->state == STATE_DISABLED)) \
223 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) { in efx_check_disabled()
1440 BUG_ON(efx->state == STATE_DISABLED); in efx_soft_enable_interrupts()
1474 if (efx->state == STATE_DISABLED) in efx_soft_disable_interrupts()
1503 BUG_ON(efx->state == STATE_DISABLED); in efx_enable_interrupts()
1746 BUG_ON(efx->state == STATE_DISABLED); in efx_start_all()
2503 efx->state = STATE_DISABLED; in efx_reset()
3067 if (efx->state != STATE_DISABLED) { in efx_pm_freeze()
3088 if (efx->state != STATE_DISABLED) { in efx_pm_thaw()
3192 if (efx->state != STATE_DISABLED) { in efx_io_error_detected()
[all …]
Dnet_driver.h679 STATE_DISABLED = 2, /* device disabled due to hardware errors */ enumerator