Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/fm/
Dfm.h118 struct fm_eth { struct
123 enum fm_eth_type type; /* 1G or 10G ethernet */ argument
124 phy_interface_t enet_if;
125 struct fsl_enet_mac *mac; /* MAC controller */
126 struct mii_dev *bus;
127 struct phy_device *phydev;
128 int phyaddr;
129 struct eth_device *dev;
130 int max_rx_len;
131 struct fm_port_global_pram *rx_pram; /* Rx parameter table */
[all …]
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()
418 static void fmc_tx_port_graceful_stop_enable(struct fm_eth *fm_eth) in fmc_tx_port_graceful_stop_enable()
428 static void fmc_tx_port_graceful_stop_disable(struct fm_eth *fm_eth) in fmc_tx_port_graceful_stop_disable()
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
[all …]