Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_regs.h52 #define HNS3_VF_RST_ING 0x07008 macro
H A Dhns3_ethdev_vf.c1069 val = hns3_read_dev(hw, HNS3_VF_RST_ING); in hns3vf_check_event_cause()
1070 hns3_write_dev(hw, HNS3_VF_RST_ING, val | HNS3_VF_RST_ING_BIT); in hns3vf_check_event_cause()
2269 val = hns3_read_dev(hw, HNS3_VF_RST_ING); in is_vf_reset_done()