Home
last modified time | relevance | path

Searched refs:STATE_DISABLED (Results 1 – 13 of 13) 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.c1005 BUG_ON(efx->state == STATE_DISABLED); in efx_soft_enable_interrupts()
1039 if (efx->state == STATE_DISABLED) in efx_soft_disable_interrupts()
1069 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/falcon/
H A Defx.c205 (efx->state == STATE_DISABLED)) \
211 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) { in ef4_check_disabled()
1461 BUG_ON(efx->state == STATE_DISABLED); in ef4_soft_enable_interrupts()
1493 if (efx->state == STATE_DISABLED) in ef4_soft_disable_interrupts()
1517 BUG_ON(efx->state == STATE_DISABLED); in ef4_enable_interrupts()
1809 BUG_ON(efx->state == STATE_DISABLED); in ef4_start_all()
2455 efx->state = STATE_DISABLED; in ef4_reset()
2939 if (efx->state != STATE_DISABLED) { in ef4_pm_freeze()
2960 if (efx->state != STATE_DISABLED) { in ef4_pm_thaw()
3064 if (efx->state != STATE_DISABLED) { in ef4_io_error_detected()
[all …]
/linux/drivers/net/
H A Dnetconsole.c127 STATE_DISABLED, enumerator
285 nt->state = STATE_DISABLED; in resume_target()
365 nt->state = STATE_DISABLED; in alloc_and_init()
692 nt->state = STATE_DISABLED; in enabled_store()
740 nt->state = STATE_DISABLED; in enabled_store()
1441 nt->state = STATE_DISABLED; in drop_netconsole_target()
1585 nt->state = STATE_DISABLED; in netconsole_netdev_event()
/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.c973 BUG_ON(efx->state == STATE_DISABLED); in efx_soft_enable_interrupts()
1007 if (efx->state == STATE_DISABLED) in efx_soft_disable_interrupts()
1037 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()