Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Defx.c214 (efx->state == STATE_DISABLED)) \
220 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) { in ef4_check_disabled()
1475 BUG_ON(efx->state == STATE_DISABLED); in ef4_soft_enable_interrupts()
1507 if (efx->state == STATE_DISABLED) in ef4_soft_disable_interrupts()
1531 BUG_ON(efx->state == STATE_DISABLED); in ef4_enable_interrupts()
1823 BUG_ON(efx->state == STATE_DISABLED); in ef4_start_all()
2478 efx->state = STATE_DISABLED; in ef4_reset()
3009 if (efx->state != STATE_DISABLED) { in ef4_pm_freeze()
3030 if (efx->state != STATE_DISABLED) { in ef4_pm_thaw()
3134 if (efx->state != STATE_DISABLED) { in ef4_io_error_detected()
[all …]
Dnet_driver.h520 STATE_DISABLED = 2, /* device disabled due to hardware errors */ enumerator
/Linux-v4.19/drivers/net/ethernet/sfc/
Defx.c237 (efx->state == STATE_DISABLED)) \
243 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) { in efx_check_disabled()
1602 BUG_ON(efx->state == STATE_DISABLED); in efx_soft_enable_interrupts()
1636 if (efx->state == STATE_DISABLED) in efx_soft_disable_interrupts()
1665 BUG_ON(efx->state == STATE_DISABLED); in efx_enable_interrupts()
1961 BUG_ON(efx->state == STATE_DISABLED); in efx_start_all()
2237 if (efx->state == STATE_DISABLED || efx->reset_pending) in efx_net_open()
2804 efx->state = STATE_DISABLED; in efx_reset()
3668 if (efx->state != STATE_DISABLED) { in efx_pm_freeze()
3689 if (efx->state != STATE_DISABLED) { in efx_pm_thaw()
[all …]
Defx.h315 if ((efx->state != STATE_DISABLED) && !efx->reset_pending) in efx_device_attach_if_not_resetting()
Dnet_driver.h591 STATE_DISABLED = 2, /* device disabled due to hardware errors */ enumerator