__I40E_GLOBAL_RESET_REQUESTED
i40e_do_reset_safe(pf, BIT(__I40E_GLOBAL_RESET_REQUESTED));
if (test_bit(__I40E_GLOBAL_RESET_REQUESTED, pf->state)) {
reset_flags |= BIT(__I40E_GLOBAL_RESET_REQUESTED);
clear_bit(__I40E_GLOBAL_RESET_REQUESTED, pf->state);
set_bit(__I40E_GLOBAL_RESET_REQUESTED, pf->state);
if (reset_flags & BIT_ULL(__I40E_GLOBAL_RESET_REQUESTED)) {