Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_intr.h173 int hns3_enable_hw_error_intr(struct hns3_adapter *hns, bool state);
H A Dhns3_ethdev.c4668 ret = hns3_enable_hw_error_intr(hns, true); in hns3_init_pf()
4689 (void)hns3_enable_hw_error_intr(hns, false); in hns3_init_pf()
4722 hns3_enable_hw_error_intr(hns, false); in hns3_uninit_pf()
5558 ret = hns3_enable_hw_error_intr(hns, true); in hns3_reinit_dev()
H A Dhns3_intr.c1899 hns3_enable_hw_error_intr(struct hns3_adapter *hns, bool en) in hns3_enable_hw_error_intr() function