Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Denum.h129 * %RESET_TYPE_INVSIBLE, %RESET_TYPE_ALL, %RESET_TYPE_WORLD and
137 * @RESET_TYPE_RECOVER_OR_ALL: Try to recover. Apply RESET_TYPE_ALL
139 * @RESET_TYPE_ALL: Reset datapath, MAC and PHY
156 RESET_TYPE_ALL, enumerator
H A Dsiena.c101 enum reset_type reset_method = RESET_TYPE_ALL; in siena_test_chip()
196 return RESET_TYPE_ALL; in siena_map_reset_flags()
292 rc = efx_mcdi_reset(efx, RESET_TYPE_ALL); in siena_probe_nic()
462 efx_mcdi_reset(efx, RESET_TYPE_ALL); in siena_remove_nic()
H A Defx_common.c56 [RESET_TYPE_ALL] = "ALL",
921 case RESET_TYPE_ALL: in efx_schedule_reset()
1268 rc = efx_reset(efx, RESET_TYPE_ALL); in efx_io_resume()
H A Def100_nic.c407 /* Only perform a RESET_TYPE_ALL because we don't support MC_REBOOTs */ in ef100_map_reset_flags()
410 return RESET_TYPE_ALL; in ef100_map_reset_flags()
430 } else if (reset_type == RESET_TYPE_ALL) { in ef100_reset()
1164 rc = efx_mcdi_reset(efx, RESET_TYPE_ALL); in ef100_probe_main()
H A Defx.c530 if (efx_mcdi_poll_reboot(efx) && efx_reset(efx, RESET_TYPE_ALL)) in efx_net_open()
1275 rc = efx->type->reset(efx, RESET_TYPE_ALL); in efx_pm_resume()
H A Def10.c575 rc = efx_mcdi_reset(efx, RESET_TYPE_ALL); in efx_ef10_probe()
1441 return RESET_TYPE_ALL; in efx_ef10_map_reset_flags()
1465 if ((reset_type == RESET_TYPE_ALL || in efx_ef10_reset()
/kernel/linux/linux-5.10/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
H A Defx.c71 [RESET_TYPE_ALL] = "ALL",
723 ef4_schedule_reset(efx, RESET_TYPE_ALL); in ef4_stop_datapath()
2552 case RESET_TYPE_ALL: in ef4_schedule_reset()
3086 rc = efx->type->reset(efx, RESET_TYPE_ALL); in ef4_pm_resume()
3181 rc = ef4_reset(efx, RESET_TYPE_ALL); in ef4_io_resume()
H A Dfalcon.c1944 return RESET_TYPE_ALL; in falcon_map_reset_reason()
1964 return RESET_TYPE_ALL; in falcon_map_reset_flags()
2347 rc = __falcon_reset_hw(efx, RESET_TYPE_ALL); in falcon_probe_nic()
2554 __falcon_reset_hw(efx, RESET_TYPE_ALL); in falcon_remove_nic()
/kernel/linux/linux-6.6/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
H A Def100_nic.c458 /* Only perform a RESET_TYPE_ALL because we don't support MC_REBOOTs */ in ef100_map_reset_flags()
461 return RESET_TYPE_ALL; in ef100_map_reset_flags()
481 } else if (reset_type == RESET_TYPE_ALL) { in ef100_reset()
1084 rc = efx_mcdi_reset(efx, RESET_TYPE_ALL); in ef100_probe_main()
H A Defx_common.c53 [RESET_TYPE_ALL] = "ALL",
916 case RESET_TYPE_ALL: in efx_schedule_reset()
1262 rc = efx_reset(efx, RESET_TYPE_ALL); in efx_io_resume()
H A Defx.c531 if (efx_mcdi_poll_reboot(efx) && efx_reset(efx, RESET_TYPE_ALL)) in efx_net_open()
1265 rc = efx->type->reset(efx, RESET_TYPE_ALL); in efx_pm_resume()
H A Def10.c574 rc = efx_mcdi_reset(efx, RESET_TYPE_ALL); in efx_ef10_probe()
1441 return RESET_TYPE_ALL; in efx_ef10_map_reset_flags()
1465 if ((reset_type == RESET_TYPE_ALL || in efx_ef10_reset()
/kernel/linux/linux-6.6/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
H A Defx.c70 [RESET_TYPE_ALL] = "ALL",
717 ef4_schedule_reset(efx, RESET_TYPE_ALL); in ef4_stop_datapath()
2541 case RESET_TYPE_ALL: in ef4_schedule_reset()
3028 rc = efx->type->reset(efx, RESET_TYPE_ALL); in ef4_pm_resume()
3123 rc = ef4_reset(efx, RESET_TYPE_ALL); in ef4_io_resume()
H A Dfalcon.c1944 return RESET_TYPE_ALL; in falcon_map_reset_reason()
1964 return RESET_TYPE_ALL; in falcon_map_reset_flags()
2347 rc = __falcon_reset_hw(efx, RESET_TYPE_ALL); in falcon_probe_nic()
2554 __falcon_reset_hw(efx, RESET_TYPE_ALL); in falcon_remove_nic()
/kernel/linux/linux-6.6/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
H A Dsiena.c102 enum reset_type reset_method = RESET_TYPE_ALL; in siena_test_chip()
198 return RESET_TYPE_ALL; in siena_map_reset_flags()
295 rc = efx_siena_mcdi_reset(efx, RESET_TYPE_ALL); in siena_probe_nic()
465 efx_siena_mcdi_reset(efx, RESET_TYPE_ALL); in siena_remove_nic()
H A Defx_common.c57 [RESET_TYPE_ALL] = "ALL",
929 case RESET_TYPE_ALL: in efx_siena_schedule_reset()
1279 rc = efx_siena_reset(efx, RESET_TYPE_ALL); in efx_io_resume()
H A Defx.c531 if (efx_siena_mcdi_poll_reboot(efx) && efx_siena_reset(efx, RESET_TYPE_ALL)) in efx_net_open()
1227 rc = efx->type->reset(efx, RESET_TYPE_ALL); in efx_pm_resume()

Completed in 39 milliseconds