Searched refs:IAVF_FLAG_RESET_NEEDED (Results 1 – 3 of 3) sorted by relevance
512 adapter->flags |= IAVF_FLAG_RESET_NEEDED; in iavf_set_priv_flags()624 adapter->flags |= IAVF_FLAG_RESET_NEEDED; in iavf_set_ringparam()
254 #define IAVF_FLAG_RESET_NEEDED BIT(5) macro
152 (IAVF_FLAG_RESET_PENDING | IAVF_FLAG_RESET_NEEDED))) { in iavf_schedule_reset()153 adapter->flags |= IAVF_FLAG_RESET_NEEDED; in iavf_schedule_reset()2093 if (adapter->flags & IAVF_FLAG_RESET_NEEDED) { in iavf_reset_task()2094 adapter->flags &= ~IAVF_FLAG_RESET_NEEDED; in iavf_reset_task()2292 (IAVF_FLAG_RESET_PENDING | IAVF_FLAG_RESET_NEEDED)) || in iavf_adminq_task()3263 adapter->flags |= IAVF_FLAG_RESET_NEEDED; in iavf_change_mtu()