Linux Kernel
3.7.1
|
Data Fields | |
struct net_device * | ndev |
int | duplex |
int | speed |
int | r_irq |
int | t_irq |
struct mpc52xx_fec __iomem * | fec |
struct bcom_task * | rx_dmatsk |
struct bcom_task * | tx_dmatsk |
spinlock_t | lock |
int | msg_enable |
unsigned int | mdio_speed |
struct device_node * | phy_node |
struct phy_device * | phydev |
enum phy_state | link |
int | seven_wire_mode |
Definition at line 51 of file fec_mpc52xx.c.
Definition at line 53 of file fec_mpc52xx.c.
struct mpc52xx_fec __iomem* fec |
Definition at line 57 of file fec_mpc52xx.c.
Definition at line 67 of file fec_mpc52xx.c.
spinlock_t lock |
Definition at line 60 of file fec_mpc52xx.c.
unsigned int mdio_speed |
Definition at line 64 of file fec_mpc52xx.c.
int msg_enable |
Definition at line 61 of file fec_mpc52xx.c.
struct net_device* ndev |
Definition at line 52 of file fec_mpc52xx.c.
struct device_node* phy_node |
Definition at line 65 of file fec_mpc52xx.c.
struct phy_device* phydev |
Definition at line 66 of file fec_mpc52xx.c.
int r_irq |
Definition at line 55 of file fec_mpc52xx.c.
Definition at line 58 of file fec_mpc52xx.c.
int seven_wire_mode |
Definition at line 68 of file fec_mpc52xx.c.
int speed |
Definition at line 54 of file fec_mpc52xx.c.
int t_irq |
Definition at line 56 of file fec_mpc52xx.c.
Definition at line 59 of file fec_mpc52xx.c.