Searched refs:eth_dev (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/usb/gadget/ |
D | ether.c | 120 struct eth_dev { struct 965 static void eth_start (struct eth_dev *dev, int gfp_flags); 966 static int alloc_requests (struct eth_dev *dev, unsigned n, int gfp_flags); 969 static inline int ether_alt_ep_setup (struct eth_dev *dev, struct usb_ep *ep) in ether_alt_ep_setup() 1015 static inline int ether_ep_setup (struct eth_dev *dev, struct usb_ep *ep) in ether_ep_setup() 1054 set_ether_config (struct eth_dev *dev, int gfp_flags) in set_ether_config() 1144 static void eth_reset_config (struct eth_dev *dev) in eth_reset_config() 1191 eth_set_config (struct eth_dev *dev, unsigned number, int gfp_flags) in eth_set_config() 1288 struct eth_dev *dev = ep->driver_data; in eth_status_complete() 1319 static void issue_start_status (struct eth_dev *dev) in issue_start_status() [all …]
|
/linux-2.4.37.9/drivers/net/wireless/ |
D | airo_cs.c | 161 struct net_device *eth_dev; member 305 if ( ((local_info_t*)link->priv)->eth_dev ) { in airo_detach() 306 stop_airo_card( ((local_info_t*)link->priv)->eth_dev, 0 ); in airo_detach() 308 ((local_info_t*)link->priv)->eth_dev = 0; in airo_detach() 486 ((local_info_t*)link->priv)->eth_dev = in airo_config() 489 if (!((local_info_t*)link->priv)->eth_dev) goto cs_failed; in airo_config() 495 strcpy(dev->node.dev_name, ((local_info_t*)link->priv)->eth_dev->name ); in airo_config() 597 netif_device_detach(local->eth_dev); in airo_event() 610 netif_device_detach(local->eth_dev); in airo_event() 620 reset_airo_card(local->eth_dev); in airo_event() [all …]
|
D | atmel_cs.c | 172 struct net_device *eth_dev; member 537 ((local_info_t*)link->priv)->eth_dev = in atmel_config() 544 if (!((local_info_t*)link->priv)->eth_dev) in atmel_config() 551 strcpy(dev->node.dev_name, ((local_info_t*)link->priv)->eth_dev->name ); in atmel_config() 592 struct net_device *dev = ((local_info_t*)link->priv)->eth_dev; in atmel_release() 601 ((local_info_t*)link->priv)->eth_dev = 0; in atmel_release() 636 netif_device_detach(local->eth_dev); in atmel_event() 649 netif_device_detach(local->eth_dev); in atmel_event() 659 reset_atmel_card(local->eth_dev); in atmel_event() 660 netif_device_attach(local->eth_dev); in atmel_event()
|