Searched refs:HNS3_VF_FUNC_RESET (Results 1 – 3 of 3) sorted by relevance
2550 tmp = hns3_test_and_clear_bit(HNS3_VF_FUNC_RESET, levels); in hns3_clear_reset_level()2555 tmp = hns3_test_and_clear_bit(HNS3_VF_FUNC_RESET, levels); in hns3_clear_reset_level()2560 tmp = hns3_test_and_clear_bit(HNS3_VF_FUNC_RESET, levels); in hns3_clear_reset_level()2563 case HNS3_VF_FUNC_RESET: in hns3_clear_reset_level()2564 hns3_atomic_clear_bit(HNS3_VF_FUNC_RESET, levels); in hns3_clear_reset_level()
1884 if (hw->reset.level == HNS3_VF_FUNC_RESET || in hns3vf_wait_hardware_ready()1928 if (hw->reset.level == HNS3_VF_FUNC_RESET) { in hns3vf_prepare_reset()2127 else if (hns3_atomic_test_bit(HNS3_VF_FUNC_RESET, levels)) in hns3vf_get_reset_level()2128 reset_level = HNS3_VF_FUNC_RESET; in hns3vf_get_reset_level()
309 HNS3_VF_FUNC_RESET, /* A VF function reset */ enumerator