Searched refs:eth_dev (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/
H A Dairo_cs.c78 struct net_device *eth_dev; member in struct:local_info_t
135 if (((local_info_t *)link->priv)->eth_dev) {
136 stop_airo_card(((local_info_t *)link->priv)->eth_dev, 0);
138 ((local_info_t *)link->priv)->eth_dev = NULL;
238 ((local_info_t *)link->priv)->eth_dev =
241 if (!((local_info_t *)link->priv)->eth_dev)
280 netif_device_detach(local->eth_dev);
290 reset_airo_card(local->eth_dev);
291 netif_device_attach(local->eth_dev);
H A Datmel_cs.c88 struct net_device *eth_dev; member in struct:local_info_t
252 ((local_info_t*)link->priv)->eth_dev =
259 if (!((local_info_t*)link->priv)->eth_dev)
280 struct net_device *dev = ((local_info_t*)link->priv)->eth_dev;
286 ((local_info_t*)link->priv)->eth_dev = NULL;
295 netif_device_detach(local->eth_dev);
304 atmel_open(local->eth_dev);
305 netif_device_attach(local->eth_dev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/
H A Dairo_cs.c78 struct net_device *eth_dev; member in struct:local_info_t
135 if (((local_info_t *)link->priv)->eth_dev) {
136 stop_airo_card(((local_info_t *)link->priv)->eth_dev, 0);
138 ((local_info_t *)link->priv)->eth_dev = NULL;
238 ((local_info_t *)link->priv)->eth_dev =
241 if (!((local_info_t *)link->priv)->eth_dev)
280 netif_device_detach(local->eth_dev);
290 reset_airo_card(local->eth_dev);
291 netif_device_attach(local->eth_dev);
H A Datmel_cs.c88 struct net_device *eth_dev; member in struct:local_info_t
252 ((local_info_t*)link->priv)->eth_dev =
259 if (!((local_info_t*)link->priv)->eth_dev)
280 struct net_device *dev = ((local_info_t*)link->priv)->eth_dev;
286 ((local_info_t*)link->priv)->eth_dev = NULL;
295 netif_device_detach(local->eth_dev);
304 atmel_open(local->eth_dev);
305 netif_device_attach(local->eth_dev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/gadget/
H A Du_ether.c58 struct eth_dev { struct
156 struct eth_dev *dev = netdev_priv(net);
175 struct eth_dev *dev = netdev_priv(net);
194 static void defer_kevent(struct eth_dev *dev, int flag)
207 rx_submit(struct eth_dev *dev, struct usb_request *req, gfp_t gfp_flags)
278 struct eth_dev *dev = ep->driver_data;
406 static int alloc_requests(struct eth_dev *dev, struct gether *link, unsigned n)
425 static void rx_fill(struct eth_dev *dev, gfp_t gfp_flags)
450 struct eth_dev *dev = container_of(work, struct eth_dev, wor
[all...]
H A Du_ether.h49 struct eth_dev *ioport;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/gadget/
H A Du_ether.c58 struct eth_dev { struct
156 struct eth_dev *dev = netdev_priv(net);
175 struct eth_dev *dev = netdev_priv(net);
194 static void defer_kevent(struct eth_dev *dev, int flag)
207 rx_submit(struct eth_dev *dev, struct usb_request *req, gfp_t gfp_flags)
278 struct eth_dev *dev = ep->driver_data;
406 static int alloc_requests(struct eth_dev *dev, struct gether *link, unsigned n)
425 static void rx_fill(struct eth_dev *dev, gfp_t gfp_flags)
450 struct eth_dev *dev = container_of(work, struct eth_dev, wor
[all...]
H A Du_ether.h49 struct eth_dev *ioport;

Completed in 192 milliseconds