Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Defx_common.h50 (efx->state == STATE_DISABLED)) \
67 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) { in efx_check_disabled()
Defx.h221 if ((efx->state != STATE_DISABLED) && !efx->reset_pending) in efx_device_attach_if_not_resetting()
Defx.c112 (efx->state == STATE_DISABLED)) \
544 if (efx->state == STATE_DISABLED || efx->reset_pending) in efx_net_open()
1199 if (efx->state != STATE_DISABLED) { in efx_pm_freeze()
1220 if (efx->state != STATE_DISABLED) { in efx_pm_thaw()
Defx_common.c530 BUG_ON(efx->state == STATE_DISABLED); in efx_start_all()
863 efx->state = STATE_DISABLED; in efx_reset()
1216 if (efx->state != STATE_DISABLED) { in efx_io_error_detected()
1263 if (efx->state == STATE_DISABLED) in efx_io_resume()
Defx_channels.c937 BUG_ON(efx->state == STATE_DISABLED); in efx_soft_enable_interrupts()
971 if (efx->state == STATE_DISABLED) in efx_soft_disable_interrupts()
1001 BUG_ON(efx->state == STATE_DISABLED); in efx_enable_interrupts()
Dnet_driver.h632 STATE_DISABLED = 2, /* device disabled due to hardware errors */ enumerator
Def100_nic.c53 efx->state = STATE_DISABLED; in ef100_get_warm_boot_count()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
Defx.c211 (efx->state == STATE_DISABLED)) \
217 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) { in ef4_check_disabled()
1472 BUG_ON(efx->state == STATE_DISABLED); in ef4_soft_enable_interrupts()
1504 if (efx->state == STATE_DISABLED) in ef4_soft_disable_interrupts()
1528 BUG_ON(efx->state == STATE_DISABLED); in ef4_enable_interrupts()
1820 BUG_ON(efx->state == STATE_DISABLED); in ef4_start_all()
2475 efx->state = STATE_DISABLED; in ef4_reset()
3006 if (efx->state != STATE_DISABLED) { in ef4_pm_freeze()
3027 if (efx->state != STATE_DISABLED) { in ef4_pm_thaw()
3131 if (efx->state != STATE_DISABLED) { in ef4_io_error_detected()
[all …]
Dnet_driver.h517 STATE_DISABLED = 2, /* device disabled due to hardware errors */ enumerator