Home
last modified time | relevance | path

Searched refs:RESET_TYPE_WORLD (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/sfc/falcon/
Denum.h154 RESET_TYPE_WORLD, enumerator
Dfalcon.c1959 return RESET_TYPE_WORLD; in falcon_map_reset_flags()
1987 if (method == RESET_TYPE_WORLD) { in __falcon_reset_hw()
2030 if (method == RESET_TYPE_WORLD) { in __falcon_reset_hw()
Defx.c72 [RESET_TYPE_WORLD] = "WORLD",
2543 case RESET_TYPE_WORLD: in ef4_schedule_reset()
/linux-6.12.1/drivers/net/ethernet/sfc/siena/
Denum.h156 RESET_TYPE_WORLD, enumerator
Defx_common.c59 [RESET_TYPE_WORLD] = "WORLD",
926 case RESET_TYPE_WORLD: in efx_siena_schedule_reset()
Dsiena.c193 return RESET_TYPE_WORLD; in siena_map_reset_flags()
Dmcdi.c1889 else if (method == RESET_TYPE_WORLD) in efx_siena_mcdi_reset()
/linux-6.12.1/drivers/net/ethernet/sfc/
Denum.h156 RESET_TYPE_WORLD, enumerator
Defx_common.c55 [RESET_TYPE_WORLD] = "WORLD",
918 case RESET_TYPE_WORLD: in efx_schedule_reset()
Def10.c1436 return RESET_TYPE_WORLD; in efx_ef10_map_reset_flags()
1456 if (reset_type == RESET_TYPE_WORLD && rc == -EPERM) in efx_ef10_reset()
3447 efx_reset_down(efx, RESET_TYPE_WORLD); in efx_ef10_test_chip()
3457 rc = efx_mcdi_reset(efx, RESET_TYPE_WORLD); in efx_ef10_test_chip()
3462 rc2 = efx_reset_up(efx, RESET_TYPE_WORLD, rc == 0); in efx_ef10_test_chip()
Dmcdi.c1937 else if (method == RESET_TYPE_WORLD) in efx_mcdi_reset()