Searched refs:ICE_STATE_RESET_FAILED (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ice/ |
H A D | if_ice_iflib.c | 2033 if (ice_test_state(&sc->state, ICE_STATE_RESET_FAILED)) { in ice_if_init() 2383 if (ice_test_state(&sc->state, ICE_STATE_RESET_FAILED) || in ice_if_update_admin_status() 2586 ice_clear_state(&sc->state, ICE_STATE_RESET_FAILED); in ice_rebuild() 2773 ice_set_state(&sc->state, ICE_STATE_RESET_FAILED); in ice_rebuild() 2823 ice_set_state(&sc->state, ICE_STATE_RESET_FAILED); in ice_handle_reset_event() 2877 ice_set_state(&sc->state, ICE_STATE_RESET_FAILED); in ice_handle_pf_reset_request() 3081 if (ice_test_state(&sc->state, ICE_STATE_RESET_FAILED)) { in ice_if_stop() 4264 if (ice_test_state(&sc->state, ICE_STATE_RESET_FAILED)) { in ice_subif_if_init() 4339 if (ice_test_state(&sc->state, ICE_STATE_RESET_FAILED)) { in ice_subif_if_stop()
|
H A D | ice_strings.c | 1023 case ICE_STATE_RESET_FAILED: in ice_state_to_str()
|
H A D | ice_lib.h | 698 ICE_STATE_RESET_FAILED, enumerator
|
H A D | ice_lib.c | 865 if (!ice_test_state(&sc->state, ICE_STATE_RESET_FAILED)) in ice_aq_speed_to_rate() 6444 ice_set_state(&sc->state, ICE_STATE_RESET_FAILED); in ice_fw_debug_dump_print_cluster()
|