Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/cisco/
A Dairo_cs.c59 struct net_device *eth_dev; member
84 if (((struct local_info *)link->priv)->eth_dev) { in airo_detach()
85 stop_airo_card(((struct local_info *)link->priv)->eth_dev, in airo_detach()
88 ((struct local_info *)link->priv)->eth_dev = NULL; in airo_detach()
121 ((struct local_info *)link->priv)->eth_dev = in airo_config()
124 if (!((struct local_info *)link->priv)->eth_dev) in airo_config()
144 netif_device_detach(local->eth_dev); in airo_suspend()
154 reset_airo_card(local->eth_dev); in airo_resume()
155 netif_device_attach(local->eth_dev); in airo_resume()
/linux-6.3-rc2/drivers/usb/gadget/function/
A Du_ether.c54 struct eth_dev { struct
395 struct eth_dev *dev = container_of(work, struct eth_dev, work); in eth_work()
836 struct eth_dev *dev; in gether_register_netdev()
868 struct eth_dev *dev; in gether_set_gadget()
878 struct eth_dev *dev; in gether_set_dev_addr()
892 struct eth_dev *dev; in gether_get_dev_addr()
908 struct eth_dev *dev; in gether_set_host_addr()
921 struct eth_dev *dev; in gether_get_host_addr()
937 struct eth_dev *dev; in gether_get_host_addr_cdc()
951 struct eth_dev *dev; in gether_get_host_addr_u8()
[all …]
A Du_ether.h39 struct eth_dev;
56 struct eth_dev *ioport;
90 struct eth_dev *gether_setup_name(struct usb_gadget *g,
107 static inline struct eth_dev *gether_setup(struct usb_gadget *g, in gether_setup()
259 void gether_cleanup(struct eth_dev *dev);
/linux-6.3-rc2/drivers/net/wireless/atmel/
A Datmel_cs.c69 struct net_device *eth_dev; member
141 ((struct local_info *)link->priv)->eth_dev = in atmel_config()
148 if (!((struct local_info *)link->priv)->eth_dev) in atmel_config()
161 struct net_device *dev = ((struct local_info *)link->priv)->eth_dev; in atmel_release()
167 ((struct local_info *)link->priv)->eth_dev = NULL; in atmel_release()
176 netif_device_detach(local->eth_dev); in atmel_suspend()
185 atmel_open(local->eth_dev); in atmel_resume()
186 netif_device_attach(local->eth_dev); in atmel_resume()
/linux-6.3-rc2/drivers/net/ethernet/freescale/fman/
A Dmac.c36 struct platform_device *eth_dev; member
319 priv->eth_dev = dpaa_eth_add_device(fman_id, mac_dev); in mac_probe()
320 if (IS_ERR(priv->eth_dev)) { in mac_probe()
321 err = PTR_ERR(priv->eth_dev); in mac_probe()
324 priv->eth_dev = NULL; in mac_probe()
338 platform_device_unregister(mac_dev->priv->eth_dev); in mac_remove()

Completed in 17 milliseconds