Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_regs.h45 #define HNS3_VECTOR0_GLOBALRESET_INT_B 5 macro
H A Dhns3_ethdev.c149 *vec_val = BIT(HNS3_VECTOR0_GLOBALRESET_INT_B); in hns3_proc_global_reset_event()
192 if (BIT(HNS3_VECTOR0_GLOBALRESET_INT_B) & vector0_int_stats) { in hns3_check_event_cause()
248 if (BIT(HNS3_VECTOR0_GLOBALRESET_INT_B) & vector0_int_stats) in hns3_clear_all_event_cause()
253 BIT(HNS3_VECTOR0_GLOBALRESET_INT_B) | in hns3_clear_all_event_cause()
H A Dhns3_ethdev_vf.c1820 (BIT(HNS3_VECTOR0_GLOBALRESET_INT_B) | \ in is_vf_reset_done()