Home
last modified time | relevance | path

Searched defs:net_dev (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/net/ldpaa_eth/
Dldpaa_eth.c108 static void ldpaa_eth_get_dpmac_counter(struct eth_device *net_dev) in ldpaa_eth_get_dpmac_counter()
302 static int ldpaa_eth_tx(struct eth_device *net_dev, void *buf, int len) in ldpaa_eth_tx()
380 static int ldpaa_eth_open(struct eth_device *net_dev, bd_t *bd) in ldpaa_eth_open()
552 static void ldpaa_eth_stop(struct eth_device *net_dev) in ldpaa_eth_stop()
990 static int ldpaa_eth_netdev_init(struct eth_device *net_dev, in ldpaa_eth_netdev_init()
1022 struct eth_device *net_dev = NULL; in ldpaa_eth_init() local
Dldpaa_eth.h119 struct eth_device *net_dev; member
/external/autotest/server/
Dsite_linux_system.py564 def ensure_unique_mac(self, net_dev): argument