Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/fm/
H A Dfm.h119 struct fm_eth { struct
124 enum fm_eth_type type; /* 1G or 10G ethernet */ argument
125 phy_interface_t enet_if;
126 struct fsl_enet_mac *mac; /* MAC controller */
127 struct mii_dev *bus;
128 struct phy_device *phydev;
129 int phyaddr;
130 struct eth_device *dev;
131 int max_rx_len;
132 struct fm_port_global_pram *rx_pram; /* Rx parameter table */
[all …]
H A Deth.c104 struct fm_eth *fm_eth = dev->priv; in dtsec_init_phy() local
218 static int fm_eth_rx_port_parameter_init(struct fm_eth *fm_eth) in fm_eth_rx_port_parameter_init()
307 static int fm_eth_tx_port_parameter_init(struct fm_eth *fm_eth) in fm_eth_tx_port_parameter_init()
375 static int fm_eth_init(struct fm_eth *fm_eth) in fm_eth_init()
390 static int fm_eth_startup(struct fm_eth *fm_eth) in fm_eth_startup()
419 static void fmc_tx_port_graceful_stop_enable(struct fm_eth *fm_eth) in fmc_tx_port_graceful_stop_enable()
429 static void fmc_tx_port_graceful_stop_disable(struct fm_eth *fm_eth) in fmc_tx_port_graceful_stop_disable()
441 struct fm_eth *fm_eth; in fm_eth_open() local
494 struct fm_eth *fm_eth; in fm_eth_halt() local
517 struct fm_eth *fm_eth; in fm_eth_send() local
[all …]