Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Defx.c211 (efx->state == STATE_DISABLED)) \
217 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) { in ef4_check_disabled()
1472 BUG_ON(efx->state == STATE_DISABLED); in ef4_soft_enable_interrupts()
1504 if (efx->state == STATE_DISABLED) in ef4_soft_disable_interrupts()
1528 BUG_ON(efx->state == STATE_DISABLED); in ef4_enable_interrupts()
1820 BUG_ON(efx->state == STATE_DISABLED); in ef4_start_all()
2475 efx->state = STATE_DISABLED; in ef4_reset()
3006 if (efx->state != STATE_DISABLED) { in ef4_pm_freeze()
3027 if (efx->state != STATE_DISABLED) { in ef4_pm_thaw()
3131 if (efx->state != STATE_DISABLED) { in ef4_io_error_detected()
[all …]
Dnet_driver.h517 STATE_DISABLED = 2, /* device disabled due to hardware errors */ enumerator
/Linux-v5.4/drivers/net/ethernet/sfc/
Defx.c234 (efx->state == STATE_DISABLED)) \
240 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) { in efx_check_disabled()
1599 BUG_ON(efx->state == STATE_DISABLED); in efx_soft_enable_interrupts()
1633 if (efx->state == STATE_DISABLED) in efx_soft_disable_interrupts()
1662 BUG_ON(efx->state == STATE_DISABLED); in efx_enable_interrupts()
1958 BUG_ON(efx->state == STATE_DISABLED); in efx_start_all()
2234 if (efx->state == STATE_DISABLED || efx->reset_pending) in efx_net_open()
2801 efx->state = STATE_DISABLED; in efx_reset()
3661 if (efx->state != STATE_DISABLED) { in efx_pm_freeze()
3682 if (efx->state != STATE_DISABLED) { in efx_pm_thaw()
[all …]
Defx.h312 if ((efx->state != STATE_DISABLED) && !efx->reset_pending) in efx_device_attach_if_not_resetting()
Dnet_driver.h588 STATE_DISABLED = 2, /* device disabled due to hardware errors */ enumerator