Lines Matching defs:mvgbe_device
483 struct mvgbe_device { struct
485 struct eth_device dev;
487 struct mvgbe_registers *regs;
488 struct mvgbe_txdesc *p_txdesc;
489 struct mvgbe_rxdesc *p_rxdesc;
490 struct mvgbe_rxdesc *p_rxdesc_curr;
491 u8 *p_rxbuf;
492 u8 *p_aligned_txbuf;
495 phy_interface_t phy_interface;
496 unsigned int link;
497 unsigned int duplex;
498 unsigned int speed;
500 int init;
501 int phyaddr;
502 struct phy_device *phydev;
503 struct mii_dev *bus;