Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/fm/
H A Dfm.h118 struct fm_eth { struct
123 enum fm_eth_type type; /* 1G or 10G ethernet */ argument
124 phy_interface_t enet_if;
126 struct mii_dev *bus;
127 struct phy_device *phydev;
128 int phyaddr;
129 struct eth_device *dev;
130 int max_rx_len;
134 void *cur_rxbd; /* current Rx BD */
135 void *rx_buf; /* Rx buffer base */
[all …]
H A Deth.c103 struct fm_eth *fm_eth = dev->priv; in dtsec_init_phy() local
217 static int fm_eth_rx_port_parameter_init(struct fm_eth *fm_eth) in fm_eth_rx_port_parameter_init()
306 static int fm_eth_tx_port_parameter_init(struct fm_eth *fm_eth) in fm_eth_tx_port_parameter_init()
374 static int fm_eth_init(struct fm_eth *fm_eth) in fm_eth_init()
389 static int fm_eth_startup(struct fm_eth *fm_eth) in fm_eth_startup()
440 struct fm_eth *fm_eth; in fm_eth_open() local
493 struct fm_eth *fm_eth; in fm_eth_halt() local
516 struct fm_eth *fm_eth; in fm_eth_send() local
574 struct fm_eth *fm_eth; in fm_eth_recv() local
684 struct fm_eth *fm_eth = dev->priv; in init_phy() local
[all …]