Home
last modified time | relevance | path

Searched defs:netdev (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Ddnet.c30 struct eth_device netdev; member
133 static int dnet_send(struct eth_device *netdev, void *packet, int length) in dnet_send()
168 static int dnet_recv(struct eth_device *netdev) in dnet_recv()
202 static void dnet_set_hwaddr(struct eth_device *netdev) in dnet_set_hwaddr()
217 struct eth_device *netdev = &dnet->netdev; in dnet_phy_reset() local
243 struct eth_device *netdev = &dnet->netdev; in dnet_phy_init() local
313 static int dnet_init(struct eth_device *netdev, bd_t *bd) in dnet_init()
351 static void dnet_halt(struct eth_device *netdev) in dnet_halt()
362 struct eth_device *netdev; in dnet_eth_initialize() local
H A Dat91_emac.c156 struct eth_device *netdev; in get_emacbase_by_name() local
185 static int at91emac_phy_reset(struct eth_device *netdev) in at91emac_phy_reset()
219 static int at91emac_phy_init(struct eth_device *netdev) in at91emac_phy_init()
317 static int at91emac_init(struct eth_device *netdev, bd_t *bd) in at91emac_init()
383 static void at91emac_halt(struct eth_device *netdev) in at91emac_halt()
393 static int at91emac_send(struct eth_device *netdev, void *packet, int length) in at91emac_send()
410 static int at91emac_recv(struct eth_device *netdev) in at91emac_recv()
452 static int at91emac_write_hwaddr(struct eth_device *netdev) in at91emac_write_hwaddr()
H A Dmacb.c110 struct eth_device netdev; member
850 static int macb_send(struct eth_device *netdev, void *packet, int length) in macb_send()
857 static int macb_recv(struct eth_device *netdev) in macb_recv()
876 static int macb_init(struct eth_device *netdev, bd_t *bd) in macb_init()
883 static void macb_halt(struct eth_device *netdev) in macb_halt()
890 static int macb_write_hwaddr(struct eth_device *netdev) in macb_write_hwaddr()
900 struct eth_device *netdev; in macb_eth_initialize() local
H A Ddm9000x.c98 struct eth_device netdev; member
404 static int dm9000_send(struct eth_device *netdev, void *packet, int length) in dm9000_send()
445 static void dm9000_halt(struct eth_device *netdev) in dm9000_halt()
459 static int dm9000_rx(struct eth_device *netdev) in dm9000_rx()
H A Dks8851_mll.c77 struct net_device *netdev; member
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dether.c148 struct eth_device netdev; member
150 struct udevice *netdev; member
2530 static int usb_eth_init(struct eth_device *netdev, bd_t *bd) in usb_eth_init()
2537 static int usb_eth_send(struct eth_device *netdev, void *packet, int length) in usb_eth_send()
2544 static int usb_eth_recv(struct eth_device *netdev) in usb_eth_recv()
2571 void usb_eth_halt(struct eth_device *netdev) in usb_eth_halt()
2580 struct eth_device *netdev = &l_priv->netdev; in usb_eth_initialize() local