Searched defs:fm_eth (Results 1 – 2 of 2) sorted by relevance
118 struct fm_eth { struct123 enum fm_eth_type type; /* 1G or 10G ethernet */ argument124 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 …]
103 struct fm_eth *fm_eth = dev->priv; in dtsec_init_phy() local217 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() local493 struct fm_eth *fm_eth; in fm_eth_halt() local516 struct fm_eth *fm_eth; in fm_eth_send() local574 struct fm_eth *fm_eth; in fm_eth_recv() local684 struct fm_eth *fm_eth = dev->priv; in init_phy() local[all …]