Searched refs:RESET_TYPE_ALL (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/falcon/
H A Denum.h128 * %RESET_TYPE_INVSIBLE, %RESET_TYPE_ALL, %RESET_TYPE_WORLD and
136 * @RESET_TYPE_RECOVER_OR_ALL: Try to recover. Apply RESET_TYPE_ALL
138 * @RESET_TYPE_ALL: Reset datapath, MAC and PHY
153 RESET_TYPE_ALL, enumerator in enum:reset_type
H A Defx.c70 [RESET_TYPE_ALL] = "ALL",
717 ef4_schedule_reset(efx, RESET_TYPE_ALL);
2541 case RESET_TYPE_ALL:
3028 rc = efx->type->reset(efx, RESET_TYPE_ALL);
3123 rc = ef4_reset(efx, RESET_TYPE_ALL);
H A Dfalcon.c1944 return RESET_TYPE_ALL;
1964 return RESET_TYPE_ALL;
2347 rc = __falcon_reset_hw(efx, RESET_TYPE_ALL);
2554 __falcon_reset_hw(efx, RESET_TYPE_ALL);
/linux-master/drivers/net/ethernet/sfc/
H A Denum.h128 * %RESET_TYPE_INVSIBLE, %RESET_TYPE_ALL, %RESET_TYPE_WORLD and
136 * @RESET_TYPE_RECOVER_OR_ALL: Try to recover. Apply RESET_TYPE_ALL
138 * @RESET_TYPE_ALL: Reset datapath, MAC and PHY
155 RESET_TYPE_ALL, enumerator in enum:reset_type
H A Defx_common.c53 [RESET_TYPE_ALL] = "ALL",
916 case RESET_TYPE_ALL:
1262 rc = efx_reset(efx, RESET_TYPE_ALL);
H A Def100_nic.c458 /* Only perform a RESET_TYPE_ALL because we don't support MC_REBOOTs */
461 return RESET_TYPE_ALL;
481 } else if (reset_type == RESET_TYPE_ALL) {
1084 rc = efx_mcdi_reset(efx, RESET_TYPE_ALL);
H A Defx.c526 if (efx_mcdi_poll_reboot(efx) && efx_reset(efx, RESET_TYPE_ALL))
1279 rc = efx->type->reset(efx, RESET_TYPE_ALL);
H A Def10.c574 rc = efx_mcdi_reset(efx, RESET_TYPE_ALL);
1441 return RESET_TYPE_ALL;
1465 if ((reset_type == RESET_TYPE_ALL ||
/linux-master/drivers/net/ethernet/sfc/siena/
H A Denum.h128 * %RESET_TYPE_INVSIBLE, %RESET_TYPE_ALL, %RESET_TYPE_WORLD and
136 * @RESET_TYPE_RECOVER_OR_ALL: Try to recover. Apply RESET_TYPE_ALL
138 * @RESET_TYPE_ALL: Reset datapath, MAC and PHY
155 RESET_TYPE_ALL, enumerator in enum:reset_type
H A Dsiena.c102 enum reset_type reset_method = RESET_TYPE_ALL;
198 return RESET_TYPE_ALL;
295 rc = efx_siena_mcdi_reset(efx, RESET_TYPE_ALL);
465 efx_siena_mcdi_reset(efx, RESET_TYPE_ALL);
H A Defx_common.c57 [RESET_TYPE_ALL] = "ALL",
929 case RESET_TYPE_ALL:
1279 rc = efx_siena_reset(efx, RESET_TYPE_ALL);
H A Defx.c526 if (efx_siena_mcdi_poll_reboot(efx) && efx_siena_reset(efx, RESET_TYPE_ALL))
1241 rc = efx->type->reset(efx, RESET_TYPE_ALL);

Completed in 292 milliseconds