Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sfc/falcon/
Denum.h153 RESET_TYPE_ALL, enumerator
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()
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()
/linux-6.12.1/drivers/net/ethernet/sfc/siena/
Denum.h155 RESET_TYPE_ALL, enumerator
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()
Defx_common.c57 [RESET_TYPE_ALL] = "ALL",
924 case RESET_TYPE_ALL: in efx_siena_schedule_reset()
1272 rc = efx_siena_reset(efx, RESET_TYPE_ALL); in efx_io_resume()
Defx.c526 if (efx_siena_mcdi_poll_reboot(efx) && efx_siena_reset(efx, RESET_TYPE_ALL)) in efx_net_open()
1241 rc = efx->type->reset(efx, RESET_TYPE_ALL); in efx_pm_resume()
/linux-6.12.1/drivers/net/ethernet/sfc/
Denum.h155 RESET_TYPE_ALL, enumerator
Defx_common.c53 [RESET_TYPE_ALL] = "ALL",
916 case RESET_TYPE_ALL: in efx_schedule_reset()
1260 rc = efx_reset(efx, RESET_TYPE_ALL); in efx_io_resume()
Def100_nic.c461 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()
Defx.c526 if (efx_mcdi_poll_reboot(efx) && efx_reset(efx, RESET_TYPE_ALL)) in efx_net_open()
1283 rc = efx->type->reset(efx, RESET_TYPE_ALL); in efx_pm_resume()
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()