Home
last modified time | relevance | path

Searched refs:ether_priv (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dether.c145 struct ether_priv { struct
155 struct ether_priv eth_priv; argument
156 struct ether_priv *l_priv = &eth_priv;
1867 struct ether_priv *priv = (struct ether_priv *)net->priv; in rndis_control_ack()
2341 static void _usb_eth_halt(struct ether_priv *priv);
2343 static int _usb_eth_init(struct ether_priv *priv) in _usb_eth_init()
2420 static int _usb_eth_send(struct ether_priv *priv, void *packet, int length) in _usb_eth_send()
2489 static int _usb_eth_recv(struct ether_priv *priv) in _usb_eth_recv()
2496 static void _usb_eth_halt(struct ether_priv *priv) in _usb_eth_halt()
2532 struct ether_priv *priv = (struct ether_priv *)netdev->priv; in usb_eth_init()
[all …]