Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Defx_common.h51 (efx->state == STATE_DISABLED)) \
68 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) { in efx_check_disabled()
Defx.h202 if ((efx->state != STATE_DISABLED) && !efx->reset_pending) in efx_device_attach_if_not_resetting()
Defx.c116 (efx->state == STATE_DISABLED)) \
540 if (efx->state == STATE_DISABLED || efx->reset_pending) in efx_net_open()
1137 if (efx->state != STATE_DISABLED) { in efx_pm_freeze()
1169 if (efx->state != STATE_DISABLED) { in efx_pm_thaw()
Defx_common.c531 BUG_ON(efx->state == STATE_DISABLED); in efx_siena_start_all()
873 efx->state = STATE_DISABLED; in efx_siena_reset()
1229 if (efx->state != STATE_DISABLED) { in efx_io_error_detected()
1276 if (efx->state == STATE_DISABLED) in efx_io_resume()
Defx_channels.c1004 BUG_ON(efx->state == STATE_DISABLED); in efx_soft_enable_interrupts()
1038 if (efx->state == STATE_DISABLED) in efx_soft_disable_interrupts()
1068 BUG_ON(efx->state == STATE_DISABLED); in efx_siena_enable_interrupts()
Dnet_driver.h626 STATE_DISABLED = 2, /* device disabled due to hardware errors */ enumerator
/linux-6.1.9/drivers/net/ethernet/sfc/falcon/
Defx.c206 (efx->state == STATE_DISABLED)) \
212 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) { in ef4_check_disabled()
1463 BUG_ON(efx->state == STATE_DISABLED); in ef4_soft_enable_interrupts()
1495 if (efx->state == STATE_DISABLED) in ef4_soft_disable_interrupts()
1519 BUG_ON(efx->state == STATE_DISABLED); in ef4_enable_interrupts()
1811 BUG_ON(efx->state == STATE_DISABLED); in ef4_start_all()
2465 efx->state = STATE_DISABLED; in ef4_reset()
2957 if (efx->state != STATE_DISABLED) { in ef4_pm_freeze()
2978 if (efx->state != STATE_DISABLED) { in ef4_pm_thaw()
3082 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-6.1.9/drivers/net/ethernet/sfc/
Defx_common.h65 if (efx->state == STATE_DISABLED || efx_recovering(efx->state)) { in efx_check_disabled()
Defx.h224 if ((efx->state != STATE_DISABLED) && !efx->reset_pending) { in efx_device_attach_if_not_resetting()
Defx_common.c532 BUG_ON(efx->state == STATE_DISABLED); in efx_start_all()
865 efx->state = STATE_DISABLED; in efx_reset()
1215 if (efx->state != STATE_DISABLED) { in efx_io_error_detected()
1264 if (efx->state == STATE_DISABLED) in efx_io_resume()
Defx_channels.c1000 BUG_ON(efx->state == STATE_DISABLED); in efx_soft_enable_interrupts()
1034 if (efx->state == STATE_DISABLED) in efx_soft_disable_interrupts()
1064 BUG_ON(efx->state == STATE_DISABLED); in efx_enable_interrupts()
Dnet_driver.h633 STATE_DISABLED, /* device disabled due to hardware errors */ enumerator
Defx.c539 if (efx->state == STATE_DISABLED || efx->reset_pending) in efx_net_open()
Def100_nic.c57 efx->state = STATE_DISABLED; in ef100_get_warm_boot_count()