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

/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_common.h51 (efx->state == STATE_DISABLED)) \
68 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) {
H A Defx.h202 if ((efx->state != STATE_DISABLED) && !efx->reset_pending)
H A Defx.c115 (efx->state == STATE_DISABLED)) \
534 if (efx->state == STATE_DISABLED || efx->reset_pending)
1150 if (efx->state != STATE_DISABLED) {
1182 if (efx->state != STATE_DISABLED) {
H A Defx_common.c531 BUG_ON(efx->state == STATE_DISABLED);
873 efx->state = STATE_DISABLED;
1229 if (efx->state != STATE_DISABLED) {
1276 if (efx->state == STATE_DISABLED)
H A Defx_channels.c1006 BUG_ON(efx->state == STATE_DISABLED);
1040 if (efx->state == STATE_DISABLED)
1070 BUG_ON(efx->state == STATE_DISABLED);
H A Dnet_driver.h626 STATE_DISABLED = 2, /* device disabled due to hardware errors */ enumerator in enum:nic_state
/linux-master/drivers/net/ethernet/sfc/
H A Defx_common.h65 if (efx->state == STATE_DISABLED || efx_recovering(efx->state)) {
H A Defx.h222 if ((efx->state != STATE_DISABLED) && !efx->reset_pending) {
H A Defx_common.c527 BUG_ON(efx->state == STATE_DISABLED);
860 efx->state = STATE_DISABLED;
1210 if (efx->state != STATE_DISABLED) {
1259 if (efx->state == STATE_DISABLED)
H A Defx_channels.c974 BUG_ON(efx->state == STATE_DISABLED);
1008 if (efx->state == STATE_DISABLED)
1038 BUG_ON(efx->state == STATE_DISABLED);
H A Defx.c534 if (efx->state == STATE_DISABLED || efx->reset_pending)
H A Dnet_driver.h627 STATE_DISABLED, /* device disabled due to hardware errors */ enumerator in enum:nic_state
H A Def100_nic.c57 efx->state = STATE_DISABLED;
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Defx.c205 (efx->state == STATE_DISABLED)) \
211 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) {
1462 BUG_ON(efx->state == STATE_DISABLED);
1494 if (efx->state == STATE_DISABLED)
1518 BUG_ON(efx->state == STATE_DISABLED);
1810 BUG_ON(efx->state == STATE_DISABLED);
2464 efx->state = STATE_DISABLED;
2948 if (efx->state != STATE_DISABLED) {
2969 if (efx->state != STATE_DISABLED) {
3073 if (efx->state != STATE_DISABLED) {
[all...]
H A Dnet_driver.h517 STATE_DISABLED = 2, /* device disabled due to hardware errors */ enumerator in enum:nic_state

Completed in 216 milliseconds