gianfar.h (9938b04472d5c59f8bd8152a548533a8599596a2) | gianfar.h (4c4a6b0e8fa24a628cbca3931745d482c66d303e) |
---|---|
1/* 2 * drivers/net/ethernet/freescale/gianfar.h 3 * 4 * Gianfar Ethernet Driver 5 * Driver for FEC on MPC8540 and TSEC on MPC8540/MPC8560 6 * Based on 8260_io/fcc_enet.c 7 * 8 * Author: Andy Fleming --- 1139 unchanged lines hidden (view full) --- 1148 1149 /* Network Statistics */ 1150 struct gfar_extra_stats extra_stats; 1151 1152 /* PHY stuff */ 1153 phy_interface_t interface; 1154 struct device_node *phy_node; 1155 struct device_node *tbi_node; | 1/* 2 * drivers/net/ethernet/freescale/gianfar.h 3 * 4 * Gianfar Ethernet Driver 5 * Driver for FEC on MPC8540 and TSEC on MPC8540/MPC8560 6 * Based on 8260_io/fcc_enet.c 7 * 8 * Author: Andy Fleming --- 1139 unchanged lines hidden (view full) --- 1148 1149 /* Network Statistics */ 1150 struct gfar_extra_stats extra_stats; 1151 1152 /* PHY stuff */ 1153 phy_interface_t interface; 1154 struct device_node *phy_node; 1155 struct device_node *tbi_node; |
1156 struct phy_device *phydev; | |
1157 struct mii_bus *mii_bus; 1158 int oldspeed; 1159 int oldduplex; 1160 int oldlink; 1161 1162 uint32_t msg_enable; 1163 1164 struct work_struct reset_task; --- 214 unchanged lines hidden --- | 1156 struct mii_bus *mii_bus; 1157 int oldspeed; 1158 int oldduplex; 1159 int oldlink; 1160 1161 uint32_t msg_enable; 1162 1163 struct work_struct reset_task; --- 214 unchanged lines hidden --- |