1
0
Fork 0
alistair23-linux/drivers/net/ethernet/hisilicon/hns
Philippe Reynes 262b38cdb3 net: ethernet: hisilicon: hns: use phydev from struct net_device
The private structure contain a pointer to phydev, but the structure
net_device already contain such pointer. So we can remove the pointer
phydev in the private structure, and update the driver to use the
one contained in struct net_device.

Signed-off-by: Philippe Reynes <tremyfr@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-09-22 02:11:40 -04:00
..
Makefile net: add Hisilicon Network Subsystem basic ethernet support 2015-09-20 21:42:58 -07:00
hnae.c net: hns: delete redundancy ring enable operations 2016-06-21 04:51:55 -04:00
hnae.h net: hns: add media-type property for hns 2016-07-01 16:56:52 -04:00
hns_ae_adapt.c net: hns: add media-type property for hns 2016-07-01 16:56:52 -04:00
hns_dsaf_gmac.c net: hns: fix typo in g_gmac_stats_string[] 2016-08-10 17:57:50 -07:00
hns_dsaf_gmac.h net: add Hisilicon Network Subsystem DSAF support 2015-09-20 21:42:58 -07:00
hns_dsaf_mac.c net: hns: mdio->irq is an array, so no need to check if it is null 2016-08-15 13:38:44 -07:00
hns_dsaf_mac.h net: hns: add media-type property for hns 2016-07-01 16:56:52 -04:00
hns_dsaf_main.c net: hns: remove redundant dev_err call in hns_dsaf_get_cfg() 2016-08-23 17:17:49 -07:00
hns_dsaf_main.h net: hns: Add reset function support for RoCE driver 2016-08-19 16:58:33 -07:00
hns_dsaf_misc.c net: hns: Add reset function support for RoCE driver 2016-08-19 16:58:33 -07:00
hns_dsaf_misc.h net: hns: add dsaf misc operation method 2016-06-04 21:32:41 -04:00
hns_dsaf_ppe.c net: hns: dereference ppe_cb->ppe_common_cb if it is non-null 2016-08-26 11:44:56 -07:00
hns_dsaf_ppe.h net: hns: separate debug dsaf device from service dsaf device 2016-04-26 01:09:17 -04:00
hns_dsaf_rcb.c net: hns: change the default coalesce usecs 2016-06-21 04:51:56 -04:00
hns_dsaf_rcb.h net: hns: change the default coalesce usecs 2016-06-21 04:51:56 -04:00
hns_dsaf_reg.h net: hns: Add reset function support for RoCE driver 2016-08-19 16:58:33 -07:00
hns_dsaf_xgmac.c net: hns: add dsaf misc operation method 2016-06-04 21:32:41 -04:00
hns_dsaf_xgmac.h net: add Hisilicon Network Subsystem DSAF support 2015-09-20 21:42:58 -07:00
hns_enet.c net: ethernet: hisilicon: hns: use phydev from struct net_device 2016-09-22 02:11:40 -04:00
hns_enet.h net: ethernet: hisilicon: hns: use phydev from struct net_device 2016-09-22 02:11:40 -04:00
hns_ethtool.c net: ethernet: hisilicon: hns: use phydev from struct net_device 2016-09-22 02:11:40 -04:00