Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c1067 hns3_atomic_set_bit(HNS3_VF_RESET, &hw->reset.pending); in hns3vf_check_event_cause()
2268 if (hw->reset.level == HNS3_VF_RESET) { in is_vf_reset_done()
2542 if (hns3_atomic_test_bit(HNS3_VF_RESET, levels)) in hns3vf_get_reset_level()
2543 reset_level = HNS3_VF_RESET; in hns3vf_get_reset_level()
2584 hns3_atomic_set_bit(HNS3_VF_RESET, &hw->reset.pending); in hns3vf_reset_service()
H A Dhns3_ethdev.h294 HNS3_VF_RESET, enumerator
H A Dhns3_intr.c1914 case HNS3_VF_RESET: in hns3_clear_reset_level()
1915 hns3_atomic_clear_bit(HNS3_VF_RESET, levels); in hns3_clear_reset_level()