Home
last modified time | relevance | path

Searched refs:HNS3_FUNC_RESET (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_intr.c180 .reset_level = HNS3_FUNC_RESET },
183 .reset_level = HNS3_FUNC_RESET },
192 .reset_level = HNS3_FUNC_RESET },
883 .reset_level = HNS3_FUNC_RESET },
1486 enum hns3_reset_level reset_level = HNS3_FUNC_RESET; in hns3_find_highest_level()
1903 tmp = hns3_test_and_clear_bit(HNS3_FUNC_RESET, levels); in hns3_clear_reset_level()
1908 tmp = hns3_test_and_clear_bit(HNS3_FUNC_RESET, levels); in hns3_clear_reset_level()
1911 case HNS3_FUNC_RESET: in hns3_clear_reset_level()
1912 hns3_atomic_clear_bit(HNS3_FUNC_RESET, levels); in hns3_clear_reset_level()
H A Dhns3_ethdev.h295 HNS3_FUNC_RESET, /* A PF function reset */ enumerator
H A Dhns3_ethdev.c5293 case HNS3_FUNC_RESET: in is_pf_reset_done()
5410 case HNS3_FUNC_RESET: in hns3_msix_process()
5414 hns3_atomic_set_bit(HNS3_FUNC_RESET, &hw->reset.pending); in hns3_msix_process()
5435 else if (hns3_atomic_test_bit(HNS3_FUNC_RESET, levels)) in hns3_get_reset_level()
5436 reset_level = HNS3_FUNC_RESET; in hns3_get_reset_level()
5476 case HNS3_FUNC_RESET: in hns3_prepare_reset()