Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h277 HNS3_VF_PF_FUNC_RESET = 2, enumerator
H A Dhns3_intr.c1916 tmp = hns3_test_and_clear_bit(HNS3_VF_PF_FUNC_RESET, levels); in hns3_clear_reset_level()
1926 case HNS3_VF_PF_FUNC_RESET: in hns3_clear_reset_level()
1927 hns3_atomic_clear_bit(HNS3_VF_PF_FUNC_RESET, levels); in hns3_clear_reset_level()
H A Dhns3_ethdev_vf.c2546 else if (hns3_atomic_test_bit(HNS3_VF_PF_FUNC_RESET, levels)) in hns3vf_get_reset_level()
2547 reset_level = HNS3_VF_PF_FUNC_RESET; in hns3vf_get_reset_level()