Searched defs:fm_eth (Results 1 – 2 of 2) sorted by relevance
135 struct fm_eth { struct140 enum fm_eth_type type; /* 1G or 10G ethernet */ argument141 phy_interface_t enet_if;143 struct mii_dev *bus;144 struct phy_device *phydev;145 int phyaddr;147 struct eth_device *dev;149 enum fm_mac_type mac_type;150 struct udevice *dev;151 struct udevice *pcs_mdio;[all …]
125 static void dtsec_init_phy(struct fm_eth *fm_eth) in dtsec_init_phy()402 static int fm_eth_init(struct fm_eth *fm_eth) in fm_eth_init()417 static int fm_eth_startup(struct fm_eth *fm_eth) in fm_eth_startup()473 struct fm_eth *fm_eth = dev->priv; in fm_eth_open() local547 struct fm_eth *fm_eth; in fm_eth_halt() local578 struct fm_eth *fm_eth; in fm_eth_send() local675 struct fm_eth *fm_eth; in fm_eth_recv() local721 struct fm_eth *fm_eth = (struct fm_eth *)dev_get_priv(dev); in fm_eth_free_pkt() local786 static int fm_eth_init_mac(struct fm_eth *fm_eth, void *reg) in fm_eth_init_mac()820 static int init_phy(struct fm_eth *fm_eth) in init_phy()[all …]
Completed in 7 milliseconds