Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Defx_common.h51 (efx->state == STATE_DISABLED)) \
68 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) { in efx_check_disabled()
H A Defx.c115 (efx->state == STATE_DISABLED)) \
534 if (efx->state == STATE_DISABLED || efx->reset_pending) in efx_net_open()
1150 if (efx->state != STATE_DISABLED) { in efx_pm_freeze()
1182 if (efx->state != STATE_DISABLED) { in efx_pm_thaw()
H A Defx.h202 if ((efx->state != STATE_DISABLED) && !efx->reset_pending) in efx_device_attach_if_not_resetting()
H A Defx_common.c531 BUG_ON(efx->state == STATE_DISABLED); in efx_siena_start_all()
868 efx->state = STATE_DISABLED; in efx_siena_reset()
1222 if (efx->state != STATE_DISABLED) { in efx_io_error_detected()
1269 if (efx->state == STATE_DISABLED) in efx_io_resume()
H A Defx_channels.c1006 BUG_ON(efx->state == STATE_DISABLED); in efx_soft_enable_interrupts()
1040 if (efx->state == STATE_DISABLED) in efx_soft_disable_interrupts()
1070 BUG_ON(efx->state == STATE_DISABLED); in efx_siena_enable_interrupts()
H A Dnet_driver.h624 STATE_DISABLED = 2, /* device disabled due to hardware errors */ enumerator
/linux/drivers/net/ethernet/sfc/
H A Defx_common.c527 BUG_ON(efx->state == STATE_DISABLED); in efx_start_all()
844 efx->state = STATE_DISABLED; in efx_reset()
1193 if (efx->state != STATE_DISABLED) { in efx_io_error_detected()
1242 if (efx->state == STATE_DISABLED) in efx_io_resume()
H A Defx_channels.c974 BUG_ON(efx->state == STATE_DISABLED); in efx_soft_enable_interrupts()
1008 if (efx->state == STATE_DISABLED) in efx_soft_disable_interrupts()
1038 BUG_ON(efx->state == STATE_DISABLED); in efx_enable_interrupts()
H A Dnet_driver.h664 STATE_DISABLED, /* device disabled due to hardware errors */ enumerator
H A Defx.c505 if (efx->state == STATE_DISABLED || efx->reset_pending) in efx_net_open()
H A Def100_nic.c57 efx->state = STATE_DISABLED; in ef100_get_warm_boot_count()