Home
last modified time | relevance | path

Searched defs:fm_eth (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/net/fm/
A Dfm.h135 struct fm_eth { struct
140 enum fm_eth_type type; /* 1G or 10G ethernet */ argument
141 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 …]
A Deth.c125 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() local
547 struct fm_eth *fm_eth; in fm_eth_halt() local
578 struct fm_eth *fm_eth; in fm_eth_send() local
675 struct fm_eth *fm_eth; in fm_eth_recv() local
721 struct fm_eth *fm_eth = (struct fm_eth *)dev_get_priv(dev); in fm_eth_free_pkt() local
786 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