Searched refs:RESET_TYPE_WORLD (Results 1 - 19 of 19) sorted by relevance
/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 140 * @RESET_TYPE_WORLD: Reset as much as possible 157 RESET_TYPE_WORLD, enumerator
|
H A D | efx_common.c | 58 [RESET_TYPE_WORLD] = "WORLD", 923 case RESET_TYPE_WORLD: in efx_schedule_reset()
|
H A D | ef10.c | 1436 return RESET_TYPE_WORLD; in efx_ef10_map_reset_flags() 1456 if (reset_type == RESET_TYPE_WORLD && rc == -EPERM) in efx_ef10_reset() 3416 efx_reset_down(efx, RESET_TYPE_WORLD); in efx_ef10_test_chip() 3426 rc = efx_mcdi_reset(efx, RESET_TYPE_WORLD); in efx_ef10_test_chip() 3431 rc2 = efx_reset_up(efx, RESET_TYPE_WORLD, rc == 0); in efx_ef10_test_chip()
|
H A D | siena.c | 191 return RESET_TYPE_WORLD; in siena_map_reset_flags()
|
H A D | mcdi.c | 1945 else if (method == RESET_TYPE_WORLD) in efx_mcdi_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 139 * @RESET_TYPE_WORLD: Reset as much as possible 154 RESET_TYPE_WORLD, enumerator
|
H A D | falcon.c | 1959 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()
|
H A D | efx.c | 73 [RESET_TYPE_WORLD] = "WORLD", 2554 case RESET_TYPE_WORLD: in ef4_schedule_reset()
|
/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 139 * @RESET_TYPE_WORLD: Reset as much as possible 156 RESET_TYPE_WORLD, enumerator
|
H A D | efx_common.c | 55 [RESET_TYPE_WORLD] = "WORLD", 918 case RESET_TYPE_WORLD: in efx_schedule_reset()
|
H A D | ef10.c | 1436 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()
|
H A D | mcdi.c | 1937 else if (method == RESET_TYPE_WORLD) in efx_mcdi_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 139 * @RESET_TYPE_WORLD: Reset as much as possible 154 RESET_TYPE_WORLD, enumerator
|
H A D | falcon.c | 1959 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()
|
H A D | efx.c | 72 [RESET_TYPE_WORLD] = "WORLD", 2543 case RESET_TYPE_WORLD: in ef4_schedule_reset()
|
/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 139 * @RESET_TYPE_WORLD: Reset as much as possible 156 RESET_TYPE_WORLD, enumerator
|
H A D | efx_common.c | 59 [RESET_TYPE_WORLD] = "WORLD", 931 case RESET_TYPE_WORLD: in efx_siena_schedule_reset()
|
H A D | siena.c | 193 return RESET_TYPE_WORLD; in siena_map_reset_flags()
|
H A D | mcdi.c | 1889 else if (method == RESET_TYPE_WORLD) in efx_siena_mcdi_reset()
|
Completed in 42 milliseconds