Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/falcon/
Denum.h153 RESET_TYPE_ALL, enumerator
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()
3047 rc = efx->type->reset(efx, RESET_TYPE_ALL); in ef4_pm_resume()
3142 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()
/drivers/net/ethernet/sfc/
Denum.h155 RESET_TYPE_ALL, enumerator
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()
Defx_common.c56 [RESET_TYPE_ALL] = "ALL",
921 case RESET_TYPE_ALL: in efx_schedule_reset()
1270 rc = efx_reset(efx, RESET_TYPE_ALL); in efx_io_resume()
Def100_nic.c422 return RESET_TYPE_ALL; in ef100_map_reset_flags()
442 } else if (reset_type == RESET_TYPE_ALL) { in ef100_reset()
1179 rc = efx_mcdi_reset(efx, RESET_TYPE_ALL); in ef100_probe_main()
Defx.c530 if (efx_mcdi_poll_reboot(efx) && efx_reset(efx, RESET_TYPE_ALL)) in efx_net_open()
1232 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()