Searched refs:RESET_TYPE_ALL (Results 1 – 9 of 9) sorted by relevance
/drivers/net/ethernet/sfc/falcon/ |
D | enum.h | 153 RESET_TYPE_ALL, enumerator
|
D | efx.c | 71 [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()
|
D | falcon.c | 1944 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/ |
D | enum.h | 155 RESET_TYPE_ALL, enumerator
|
D | siena.c | 101 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()
|
D | efx_common.c | 56 [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()
|
D | ef100_nic.c | 422 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()
|
D | efx.c | 530 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()
|
D | ef10.c | 574 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()
|