linux/drivers/net/ethernet/hisilicon/hns3/hns3vf
Huazhong Tan 9c6f708577 net: hns3: add reset_hdev to reinit the hdev in VF's reset process
When doing reset, the reset handling function only need to
reinitialize hardware, it makes sense to add a function to
do that job. Also the error handling of hclgevf_init_hdev is
different when it is used in reset process.

This patch adds reset_hdev to reinitialize hardware when resetting.
Also, this patch removes the hclgevf_dev_ongoing_full_reset because
it is unused now.

Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-11-09 16:47:34 -08:00
..
hclgevf_cmd.c net: hns3: fix for cmd queue memory not freed problem during reset 2018-11-07 11:42:18 -08:00
hclgevf_cmd.h net: hns3: fix for cmd queue memory not freed problem during reset 2018-11-07 11:42:18 -08:00
hclgevf_main.c net: hns3: add reset_hdev to reinit the hdev in VF's reset process 2018-11-09 16:47:34 -08:00
hclgevf_main.h net: hns3: add reset_hdev to reinit the hdev in VF's reset process 2018-11-09 16:47:34 -08:00
hclgevf_mbx.c net: hns3: move some reset information from hnae3_handle into hclge_dev/hclgevf_dev 2018-11-07 11:42:18 -08:00
Makefile net: hns3: Add HNS3 VF driver to kernel build framework 2017-12-15 10:55:34 -05:00