Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_intr.h99 int hns3_enable_hw_error_intr(struct hns3_adapter *hns, bool state);
H A Dhns3_ethdev.c4666 ret = hns3_enable_hw_error_intr(hns, true); in hns3_init_pf()
4706 hns3_enable_hw_error_intr(hns, false); in hns3_uninit_pf()
5268 ret = hns3_enable_hw_error_intr(hns, true); in hns3_reinit_dev()
H A Dhns3_intr.c1466 hns3_enable_hw_error_intr(struct hns3_adapter *hns, bool en) in hns3_enable_hw_error_intr() function