Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_intr.c230 .reset_level = HNS3_FUNC_RESET
234 .reset_level = HNS3_FUNC_RESET
246 .reset_level = HNS3_FUNC_RESET
1155 .reset_level = HNS3_FUNC_RESET
1919 enum hns3_reset_level reset_level = HNS3_FUNC_RESET; in hns3_find_highest_level()
2535 tmp = hns3_test_and_clear_bit(HNS3_FUNC_RESET, levels); in hns3_clear_reset_level()
2540 tmp = hns3_test_and_clear_bit(HNS3_FUNC_RESET, levels); in hns3_clear_reset_level()
2543 case HNS3_FUNC_RESET: in hns3_clear_reset_level()
2544 hns3_atomic_clear_bit(HNS3_FUNC_RESET, levels); in hns3_clear_reset_level()
H A Dhns3_ethdev.h343 HNS3_FUNC_RESET = 5, /* A PF function reset */ enumerator
H A Dhns3_ethdev.c5583 case HNS3_FUNC_RESET: in is_pf_reset_done()
5702 case HNS3_FUNC_RESET: in hns3_msix_process()
5706 hns3_atomic_set_bit(HNS3_FUNC_RESET, &hw->reset.pending); in hns3_msix_process()
5727 else if (hns3_atomic_test_bit(HNS3_FUNC_RESET, levels)) in hns3_get_reset_level()
5728 reset_level = HNS3_FUNC_RESET; in hns3_get_reset_level()
5766 case HNS3_FUNC_RESET: in hns3_prepare_reset()