提交 bed9285a 编写于 作者: L lipeng 提交者: Xie XiuQi

net: hns3: add priv ops for IT

driver inclusion
category: bugfix
bugzilla: NA
CVE: NA
Signed-off-by: Nlipeng (Y) <lipeng321@huawei.com>
Reviewed-by: Nshenjian <shenjian15@huawei.com>
Reviewed-by: NXie XiuQi <xiexiuqi@huawei.com>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 5273a534
...@@ -478,6 +478,8 @@ struct hnae3_ae_ops { ...@@ -478,6 +478,8 @@ struct hnae3_ae_ops {
int (*send_cmdq)(struct hnae3_handle *handle, void *data, int num); int (*send_cmdq)(struct hnae3_handle *handle, void *data, int num);
int (*test_cmdq)(struct hnae3_handle *handle, void *data, int *len); int (*test_cmdq)(struct hnae3_handle *handle, void *data, int *len);
int (*ecc_handle)(struct hnae3_ae_dev *ae_dev); int (*ecc_handle)(struct hnae3_ae_dev *ae_dev);
int (*priv_ops)(struct hnae3_handle *handle, int opcode,
void *data, int length);
#endif #endif
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册