Searched defs:netdev (Results 1 – 7 of 7) sorted by relevance
| /u-boot/drivers/net/ |
| A D | dnet.c | 32 struct eth_device netdev; member 135 static int dnet_send(struct eth_device *netdev, void *packet, int length) in dnet_send() 170 static int dnet_recv(struct eth_device *netdev) in dnet_recv() 204 static void dnet_set_hwaddr(struct eth_device *netdev) in dnet_set_hwaddr() 219 struct eth_device *netdev = &dnet->netdev; in dnet_phy_reset() local 245 struct eth_device *netdev = &dnet->netdev; in dnet_phy_init() local 315 static int dnet_init(struct eth_device *netdev, struct bd_info *bd) in dnet_init() 353 static void dnet_halt(struct eth_device *netdev) in dnet_halt() 364 struct eth_device *netdev; in dnet_eth_initialize() local
|
| A D | at91_emac.c | 157 struct eth_device *netdev; in get_emacbase_by_name() local 186 static int at91emac_phy_reset(struct eth_device *netdev) in at91emac_phy_reset() 220 static int at91emac_phy_init(struct eth_device *netdev) in at91emac_phy_init() 318 static int at91emac_init(struct eth_device *netdev, struct bd_info *bd) in at91emac_init() 384 static void at91emac_halt(struct eth_device *netdev) in at91emac_halt() 394 static int at91emac_send(struct eth_device *netdev, void *packet, int length) in at91emac_send() 411 static int at91emac_recv(struct eth_device *netdev) in at91emac_recv() 453 static int at91emac_write_hwaddr(struct eth_device *netdev) in at91emac_write_hwaddr()
|
| A D | dm9000x.c | 98 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()
|
| A D | macb.c | 132 struct eth_device netdev; member 1164 static int macb_send(struct eth_device *netdev, void *packet, int length) in macb_send() 1171 static int macb_recv(struct eth_device *netdev) in macb_recv() 1190 static int macb_init(struct eth_device *netdev, struct bd_info *bd) in macb_init() 1197 static void macb_halt(struct eth_device *netdev) in macb_halt() 1204 static int macb_write_hwaddr(struct eth_device *netdev) in macb_write_hwaddr() 1214 struct eth_device *netdev; in macb_eth_initialize() local
|
| A D | cortina_ni.c | 958 static void cortina_eth_stop(struct udevice *netdev) in cortina_eth_stop()
|
| /u-boot/drivers/usb/gadget/ |
| A D | ether.c | 144 struct eth_device netdev; member 146 struct udevice *netdev; member 2533 static int usb_eth_init(struct eth_device *netdev, struct bd_info *bd) in usb_eth_init() 2540 static int usb_eth_send(struct eth_device *netdev, void *packet, int length) in usb_eth_send() 2547 static int usb_eth_recv(struct eth_device *netdev) in usb_eth_recv() 2574 void usb_eth_halt(struct eth_device *netdev) in usb_eth_halt() 2583 struct eth_device *netdev = &l_priv->netdev; in usb_eth_initialize() local
|
| /u-boot/drivers/net/octeontx2/ |
| A D | nix.h | 183 struct eth_device *netdev; member
|
Completed in 19 milliseconds