Searched refs:RESET_TYPE_INVISIBLE (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | enum.h | 136 * @RESET_TYPE_INVISIBLE: Reset datapath and MAC (Falcon only) 154 RESET_TYPE_INVISIBLE, enumerator
|
H A D | efx_common.c | 55 [RESET_TYPE_INVISIBLE] = "INVISIBLE", 761 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && in efx_reset_up() 920 case RESET_TYPE_INVISIBLE: in efx_schedule_reset()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | enum.h | 135 * @RESET_TYPE_INVISIBLE: Reset datapath and MAC 151 RESET_TYPE_INVISIBLE, enumerator
|
H A D | falcon.c | 1526 ef4_schedule_reset(efx, RESET_TYPE_INVISIBLE); in falcon_a1_prepare_enable_fc_tx() 1899 enum reset_type reset_method = RESET_TYPE_INVISIBLE; in falcon_b0_test_chip() 1942 return RESET_TYPE_INVISIBLE; in falcon_map_reset_reason() 1969 return RESET_TYPE_INVISIBLE; in falcon_map_reset_flags() 2014 method == RESET_TYPE_INVISIBLE, in __falcon_reset_hw()
|
H A D | efx.c | 70 [RESET_TYPE_INVISIBLE] = "INVISIBLE", 2364 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && in ef4_reset_down() 2391 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && in ef4_reset_up() 2551 case RESET_TYPE_INVISIBLE: in ef4_schedule_reset()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | enum.h | 135 * @RESET_TYPE_INVISIBLE: Reset datapath and MAC (Falcon only) 153 RESET_TYPE_INVISIBLE, enumerator
|
H A D | efx_common.c | 52 [RESET_TYPE_INVISIBLE] = "INVISIBLE", 758 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && in efx_reset_up() 915 case RESET_TYPE_INVISIBLE: in efx_schedule_reset()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | enum.h | 135 * @RESET_TYPE_INVISIBLE: Reset datapath and MAC 151 RESET_TYPE_INVISIBLE, enumerator
|
H A D | falcon.c | 1526 ef4_schedule_reset(efx, RESET_TYPE_INVISIBLE); in falcon_a1_prepare_enable_fc_tx() 1899 enum reset_type reset_method = RESET_TYPE_INVISIBLE; in falcon_b0_test_chip() 1942 return RESET_TYPE_INVISIBLE; in falcon_map_reset_reason() 1969 return RESET_TYPE_INVISIBLE; in falcon_map_reset_flags() 2014 method == RESET_TYPE_INVISIBLE, in __falcon_reset_hw()
|
H A D | efx.c | 69 [RESET_TYPE_INVISIBLE] = "INVISIBLE", 2353 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && in ef4_reset_down() 2380 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && in ef4_reset_up() 2540 case RESET_TYPE_INVISIBLE: in ef4_schedule_reset()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | enum.h | 135 * @RESET_TYPE_INVISIBLE: Reset datapath and MAC (Falcon only) 153 RESET_TYPE_INVISIBLE, enumerator
|
H A D | efx_common.c | 56 [RESET_TYPE_INVISIBLE] = "INVISIBLE", 769 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && in efx_siena_reset_up() 928 case RESET_TYPE_INVISIBLE: in efx_siena_schedule_reset()
|
Completed in 24 milliseconds