/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | enum.h | 129 * %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 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()
|
H A D | efx_common.c | 56 [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 D | ef100_nic.c | 407 /* 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 D | efx.c | 530 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 D | ef10.c | 575 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 D | enum.h | 128 * %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 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() 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 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | enum.h | 128 * %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 D | ef100_nic.c | 458 /* 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 D | efx_common.c | 53 [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 D | efx.c | 531 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 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | enum.h | 128 * %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 D | efx.c | 70 [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 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | enum.h | 128 * %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 D | siena.c | 102 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 D | efx_common.c | 57 [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 D | efx.c | 531 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()
|