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