Searched refs:HNS3_VF_FUNC_RESET (Results 1 – 3 of 3) sorted by relevance
1918 tmp = hns3_test_and_clear_bit(HNS3_VF_FUNC_RESET, levels); in hns3_clear_reset_level()1923 tmp = hns3_test_and_clear_bit(HNS3_VF_FUNC_RESET, levels); in hns3_clear_reset_level()1928 tmp = hns3_test_and_clear_bit(HNS3_VF_FUNC_RESET, levels); in hns3_clear_reset_level()1931 case HNS3_VF_FUNC_RESET: in hns3_clear_reset_level()1932 hns3_atomic_clear_bit(HNS3_VF_FUNC_RESET, levels); in hns3_clear_reset_level()
2323 if (hw->reset.level == HNS3_VF_FUNC_RESET || in hns3vf_wait_hardware_ready()2365 if (hw->reset.level == HNS3_VF_FUNC_RESET) { in hns3vf_prepare_reset()2548 else if (hns3_atomic_test_bit(HNS3_VF_FUNC_RESET, levels)) in hns3vf_get_reset_level()2549 reset_level = HNS3_VF_FUNC_RESET; in hns3vf_get_reset_level()
270 HNS3_VF_FUNC_RESET, /* A VF function reset */ enumerator