Lines Matching defs:tsec_private
396 struct tsec_private { struct
397 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;
406 char mii_devname[16];
407 u32 flags;
408 uint rx_idx; /* index of the current RX buffer */
409 uint tx_idx; /* index of the current TX buffer */
411 struct eth_device *dev;
413 struct udevice *dev;