Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_regs.h42 #define HNS3_VECTOR0_GLOBALRESET_INT_B 5 macro
H A Dhns3_ethdev.c156 if (BIT(HNS3_VECTOR0_GLOBALRESET_INT_B) & vector0_int_stats) { in hns3_check_event_cause()
159 val = BIT(HNS3_VECTOR0_GLOBALRESET_INT_B); in hns3_check_event_cause()
218 if (BIT(HNS3_VECTOR0_GLOBALRESET_INT_B) & vector0_int_stats) in hns3_clear_all_event_cause()
223 BIT(HNS3_VECTOR0_GLOBALRESET_INT_B) | in hns3_clear_all_event_cause()
H A Dhns3_ethdev_vf.c2261 (BIT(HNS3_VECTOR0_GLOBALRESET_INT_B) | \ in is_vf_reset_done()