Searched refs:IAVF_FLAG_RESET_PENDING (Results 1 – 4 of 4) sorted by relevance
171 (IAVF_FLAG_RESET_PENDING | IAVF_FLAG_RESET_NEEDED))) { in iavf_schedule_reset()1746 adapter->flags &= ~IAVF_FLAG_RESET_PENDING; in iavf_startup()2088 adapter->flags |= IAVF_FLAG_RESET_PENDING; in iavf_watchdog_task()2165 adapter->flags &= ~IAVF_FLAG_RESET_PENDING; in iavf_disable_vf()2223 adapter->flags |= IAVF_FLAG_RESET_PENDING; in iavf_reset_task()2278 adapter->flags &= ~IAVF_FLAG_RESET_PENDING; in iavf_reset_task()2437 (IAVF_FLAG_RESET_PENDING | IAVF_FLAG_RESET_NEEDED)) || in iavf_adminq_task()
262 #define IAVF_FLAG_RESET_PENDING BIT(4) macro
1526 if (!(adapter->flags & IAVF_FLAG_RESET_PENDING)) { in iavf_virtchnl_completion()1527 adapter->flags |= IAVF_FLAG_RESET_PENDING; in iavf_virtchnl_completion()
1852 if (adapter->flags & IAVF_FLAG_RESET_PENDING) in iavf_set_channels()
Completed in 18 milliseconds