Searched defs:tsec_private (Results 1 – 1 of 1) sorted by relevance
396 struct tsec_private { struct397 struct txbd8 __iomem txbd[TX_BUF_CNT];398 struct rxbd8 __iomem rxbd[PKTBUFSRX];399 struct tsec __iomem *regs;400 struct tsec_mii_mng __iomem *phyregs_sgmii;401 struct phy_device *phydev;402 phy_interface_t interface;403 struct mii_dev *bus;404 uint phyaddr;405 uint tbiaddr;[all …]