Home
last modified time | relevance | path

Searched refs:STATE_DISABLED (Results 1 – 15 of 15) 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.h626 STATE_DISABLED = 2, /* device disabled due to hardware errors */ enumerator
/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.c205 (efx->state == STATE_DISABLED)) \
211 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) { in ef4_check_disabled()
1462 BUG_ON(efx->state == STATE_DISABLED); in ef4_soft_enable_interrupts()
1494 if (efx->state == STATE_DISABLED) in ef4_soft_disable_interrupts()
1518 BUG_ON(efx->state == STATE_DISABLED); in ef4_enable_interrupts()
1810 BUG_ON(efx->state == STATE_DISABLED); in ef4_start_all()
2464 efx->state = STATE_DISABLED; in ef4_reset()
2948 if (efx->state != STATE_DISABLED) { in ef4_pm_freeze()
2969 if (efx->state != STATE_DISABLED) { in ef4_pm_thaw()
3073 if (efx->state != STATE_DISABLED) { in ef4_io_error_detected()
[all …]
H A Dnet_driver.h517 STATE_DISABLED = 2, /* device disabled due to hardware errors */ enumerator
/linux/drivers/net/ethernet/sfc/
H A Defx_common.h65 if (efx->state == STATE_DISABLED || efx_recovering(efx->state)) { in efx_check_disabled()
H A Defx_common.c527 BUG_ON(efx->state == STATE_DISABLED); in efx_start_all()
860 efx->state = STATE_DISABLED; in efx_reset()
1208 if (efx->state != STATE_DISABLED) { in efx_io_error_detected()
1257 if (efx->state == STATE_DISABLED) in efx_io_resume()
H A Defx.h222 if ((efx->state != STATE_DISABLED) && !efx->reset_pending) { in efx_device_attach_if_not_resetting()
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.h627 STATE_DISABLED, /* device disabled due to hardware errors */ enumerator
H A Defx.c534 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()