Lines Matching defs:tsec_private
395 struct tsec_private { struct
396 struct txbd8 __iomem txbd[TX_BUF_CNT];
397 struct rxbd8 __iomem rxbd[PKTBUFSRX];
398 struct tsec __iomem *regs;
399 struct tsec_mii_mng __iomem *phyregs_sgmii;
400 struct phy_device *phydev;
401 phy_interface_t interface;
402 struct mii_dev *bus;
403 uint phyaddr;
404 uint tbiaddr;
405 char mii_devname[16];
406 u32 flags;
407 uint rx_idx; /* index of the current RX buffer */
408 uint tx_idx; /* index of the current TX buffer */
410 struct eth_device *dev;
412 struct udevice *dev;