| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | sh_eth.c | 58 struct sh_eth_dev *eth = dev->priv; in sh_eth_send() local 116 struct sh_eth_dev *eth = dev->priv; in sh_eth_recv() local 156 static int sh_eth_reset(struct sh_eth_dev *eth) in sh_eth_reset() 187 static int sh_eth_tx_desc_init(struct sh_eth_dev *eth) in sh_eth_tx_desc_init() 238 static int sh_eth_rx_desc_init(struct sh_eth_dev *eth) in sh_eth_rx_desc_init() 311 static void sh_eth_tx_desc_free(struct sh_eth_dev *eth) in sh_eth_tx_desc_free() 322 static void sh_eth_rx_desc_free(struct sh_eth_dev *eth) in sh_eth_rx_desc_free() 338 static int sh_eth_desc_init(struct sh_eth_dev *eth) in sh_eth_desc_init() 358 static int sh_eth_phy_config(struct sh_eth_dev *eth) in sh_eth_phy_config() 374 static int sh_eth_config(struct sh_eth_dev *eth, bd_t *bd) in sh_eth_config() [all …]
|
| H A D | ravb.c | 141 struct ravb_priv *eth = dev_get_priv(dev); in ravb_send() local 174 struct ravb_priv *eth = dev_get_priv(dev); in ravb_recv() local 200 struct ravb_priv *eth = dev_get_priv(dev); in ravb_free_pkt() local 217 struct ravb_priv *eth = dev_get_priv(dev); in ravb_reset() local 227 static void ravb_base_desc_init(struct ravb_priv *eth) in ravb_base_desc_init() 244 static void ravb_tx_desc_init(struct ravb_priv *eth) in ravb_tx_desc_init() 268 static void ravb_rx_desc_init(struct ravb_priv *eth) in ravb_rx_desc_init() 300 struct ravb_priv *eth = dev_get_priv(dev); in ravb_phy_config() local 332 struct ravb_priv *eth = dev_get_priv(dev); in ravb_write_hwaddr() local 345 static int ravb_mac_init(struct ravb_priv *eth) in ravb_mac_init() [all …]
|
| H A D | bcm-sf2-eth.c | 35 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_init() local 140 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_write_hwaddr() local 151 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_open() local 190 struct eth_info *eth = (struct eth_info *)(dev->priv); in bcm_sf2_eth_close() local 203 struct eth_info *eth; in bcm_sf2_eth_register() local
|
| H A D | sandbox-raw.c | 49 struct ethernet_hdr *eth = packet; in sb_eth_raw_send() local 110 struct ethernet_hdr *eth = (void *)net_rx_packets[0]; in sb_eth_raw_recv() local
|
| H A D | fec_mxc.c | 89 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read() 127 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed() 154 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write() 202 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg() local 234 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg() local 1000 struct ethernet_regs *eth = priv->eth; in fec_get_miibus() local
|
| H A D | netconsole.c | 174 struct udevice *eth; in nc_send_packet() local 300 struct udevice *eth; in nc_stdio_tstc() local
|
| H A D | sandbox.c | 73 struct ethernet_hdr *eth = packet; in sb_eth_send() local
|
| H A D | bcm-sf2-eth-gmac.c | 773 struct eth_info *eth = (struct eth_info *)(dev->priv); in gmac_mac_init() local 898 struct eth_info *eth = (struct eth_info *)(dev->priv); in gmac_add() local
|
| H A D | sh_eth.h | 657 static inline unsigned long sh_eth_reg_addr(struct sh_eth_dev *eth, in sh_eth_reg_addr() 672 static inline void sh_eth_write(struct sh_eth_dev *eth, unsigned long data, in sh_eth_write() 678 static inline unsigned long sh_eth_read(struct sh_eth_dev *eth, in sh_eth_read()
|
| H A D | xilinx_emaclite.c | 461 struct ethernet_hdr *eth; in emaclite_recv() local
|
| H A D | fec_mxc.h | 238 struct ethernet_regs *eth; /* pointer to register'S base */ member
|
| /rk3399_rockchip-uboot/drivers/usb/eth/ |
| H A D | mcs7830.c | 587 static int mcs7830_init(struct eth_device *eth, bd_t *bd) in mcs7830_init() 603 static int mcs7830_send(struct eth_device *eth, void *packet, int length) in mcs7830_send() 618 static int mcs7830_recv(struct eth_device *eth) in mcs7830_recv() 641 static void mcs7830_halt(struct eth_device *eth) in mcs7830_halt() 655 static int mcs7830_write_mac(struct eth_device *eth) in mcs7830_write_mac() 819 struct eth_device *eth) in mcs7830_eth_get_info()
|
| H A D | asix.c | 499 static int asix_init(struct eth_device *eth, bd_t *bd) in asix_init() 506 static int asix_send(struct eth_device *eth, void *packet, int length) in asix_send() 513 static int asix_recv(struct eth_device *eth) in asix_recv() 579 static void asix_halt(struct eth_device *eth) in asix_halt() 584 static int asix_write_hwaddr(struct eth_device *eth) in asix_write_hwaddr() 712 struct eth_device *eth) in asix_eth_get_info()
|
| H A D | smsc95xx.c | 717 static int smsc95xx_init(struct eth_device *eth, bd_t *bd) in smsc95xx_init() 727 static int smsc95xx_send(struct eth_device *eth, void *packet, int length) in smsc95xx_send() 734 static int smsc95xx_recv(struct eth_device *eth) in smsc95xx_recv() 802 static void smsc95xx_halt(struct eth_device *eth) in smsc95xx_halt() 807 static int smsc95xx_write_hwaddr(struct eth_device *eth) in smsc95xx_write_hwaddr() 915 struct eth_device *eth) in smsc95xx_eth_get_info()
|
| H A D | asix88179.c | 511 static int asix_init(struct eth_device *eth, bd_t *bd) in asix_init() 519 static int asix_write_hwaddr(struct eth_device *eth) in asix_write_hwaddr() 526 static int asix_send(struct eth_device *eth, void *packet, int length) in asix_send() 534 static int asix_recv(struct eth_device *eth) in asix_recv() 601 static void asix_halt(struct eth_device *eth) in asix_halt() 721 struct eth_device *eth) in ax88179_eth_get_info()
|
| H A D | r8152.c | 1250 static int r8152_init(struct eth_device *eth, bd_t *bd) in r8152_init() 1258 static int r8152_send(struct eth_device *eth, void *packet, int length) in r8152_send() 1265 static int r8152_recv(struct eth_device *eth) in r8152_recv() 1316 static void r8152_halt(struct eth_device *eth) in r8152_halt() 1326 static int r8152_write_hwaddr(struct eth_device *eth) in r8152_write_hwaddr() 1454 struct eth_device *eth) in r8152_eth_get_info()
|
| H A D | usb_ether.c | 218 struct eth_device *eth; in probe_valid_drivers() local
|