Home
last modified time | relevance | path

Searched refs:HNS3_VF_RST_ING (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_regs.h55 #define HNS3_VF_RST_ING 0x07008 macro
H A Dhns3_ethdev_vf.c628 val = hns3_read_dev(hw, HNS3_VF_RST_ING); in hns3vf_check_event_cause()
629 hns3_write_dev(hw, HNS3_VF_RST_ING, val | HNS3_VF_RST_ING_BIT); in hns3vf_check_event_cause()
1828 val = hns3_read_dev(hw, HNS3_VF_RST_ING); in is_vf_reset_done()