Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c166 uint32_t vector0_int_stats; in hns3_check_event_cause() local
174 vector0_int_stats = hns3_read_dev(hw, HNS3_VECTOR0_OTHER_INT_STS_REG); in hns3_check_event_cause()
186 if (BIT(HNS3_VECTOR0_IMPRESET_INT_B) & vector0_int_stats) { /* IMP */ in hns3_check_event_cause()
192 if (BIT(HNS3_VECTOR0_GLOBALRESET_INT_B) & vector0_int_stats) { in hns3_check_event_cause()
198 if (BIT(HNS3_VECTOR0_1588_INT_B) & vector0_int_stats) { in hns3_check_event_cause()
205 if (vector0_int_stats & HNS3_VECTOR0_REG_MSIX_MASK || in hns3_check_event_cause()
207 val = vector0_int_stats | hw_err_src_reg; in hns3_check_event_cause()
220 val = vector0_int_stats; in hns3_check_event_cause()
242 uint32_t vector0_int_stats; in hns3_clear_all_event_cause() local
245 if (BIT(HNS3_VECTOR0_IMPRESET_INT_B) & vector0_int_stats) in hns3_clear_all_event_cause()
[all …]