OpenCloudOS-Kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf
Fuyun Liang cf4103c699 net: hns3: Fix for using wrong mask and shift in hclge_get_ring_chain_from_mbx
HCLGE_INT_GL_IDX_M and HCLGE_INT_GL_IDX_S are used to set fireware
cmd. When getting int_gl value from mailbox message, we should use
HNAE3_RING_GL_IDX_M and HNAE3_RING_GL_IDX_S.

Fixes: 79eee41085 ("net: hns3: add int_gl_idx setup for VF")
Signed-off-by: Fuyun Liang <liangfuyun1@huawei.com>
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-16 11:16:45 -07:00
..
Makefile net: hns3: Add mailbox support to PF driver 2017-12-15 10:55:35 -05:00
hclge_cmd.c net: hns3: Modify the order of initializing command queue register 2018-07-16 11:16:44 -07:00
hclge_cmd.h net: hns3: Add configure for mac minimal frame size 2018-07-07 11:13:06 +09:00
hclge_dcb.c net: hns3: add support for querying pfc puase packets statistic 2018-03-11 22:53:32 -04:00
hclge_dcb.h net: hns3: Add hclge_dcb module for the support of DCB feature 2017-09-28 10:35:12 -07:00
hclge_main.c net: hns3: Correct reset event status register 2018-07-16 11:16:44 -07:00
hclge_main.h net: hns3: Correct reset event status register 2018-07-16 11:16:44 -07:00
hclge_mbx.c net: hns3: Fix for using wrong mask and shift in hclge_get_ring_chain_from_mbx 2018-07-16 11:16:45 -07:00
hclge_mdio.c net: hns3: modify hnae_ to hnae3_ 2018-07-02 22:49:14 +09:00
hclge_mdio.h net: hns3: Add MDIO support to HNS3 Ethernet driver for hip08 SoC 2017-08-03 15:08:17 -07:00
hclge_tm.c net: hns3: Fix for mac pause not disable in pfc mode 2018-07-07 11:13:06 +09:00
hclge_tm.h net: hns3: modify hnae_ to hnae3_ 2018-07-02 22:49:14 +09:00