Lines Matching refs:eth_dev
100 struct eth_dev { struct
142 struct eth_dev ethdev; argument
157 static inline int is_cdc(struct eth_dev *dev) in is_cdc()
169 static inline int rndis_active(struct eth_dev *dev) in rndis_active()
924 static void eth_start(struct eth_dev *dev, gfp_t gfp_flags);
925 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags);
928 set_ether_config(struct eth_dev *dev, gfp_t gfp_flags) in set_ether_config()
1005 static void eth_reset_config(struct eth_dev *dev) in eth_reset_config()
1045 static int eth_set_config(struct eth_dev *dev, unsigned number, in eth_set_config()
1127 struct eth_dev *dev = ep->driver_data; in eth_status_complete()
1160 static void issue_start_status(struct eth_dev *dev) in issue_start_status()
1223 struct eth_dev *dev = ep->driver_data; in rndis_command_complete()
1246 struct eth_dev *dev = get_gadget_data(gadget); in eth_setup()
1508 static int rx_submit(struct eth_dev *dev, struct usb_request *req, in rx_submit()
1557 struct eth_dev *dev = ep->driver_data; in rx_complete()
1602 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags) in alloc_requests()
1626 struct eth_dev *dev = ep->driver_data; in tx_complete()
1645 static inline int eth_is_promisc(struct eth_dev *dev) in eth_is_promisc()
1656 struct eth_dev *dev = netdev_priv(net);
1768 struct eth_dev *dev = get_gadget_data(gadget); in eth_unbind()
1834 struct eth_dev *dev = ep->driver_data; in rndis_control_ack_complete()
1864 struct eth_dev *dev; in rndis_control_ack()
1916 static void eth_start(struct eth_dev *dev, gfp_t gfp_flags) in eth_start()
1926 static int eth_stop(struct eth_dev *dev) in eth_stop()
2013 struct eth_dev *dev = &l_priv->ethdev; in eth_bind()
2349 struct eth_dev *dev = &priv->ethdev; in _usb_eth_init()
2428 struct eth_dev *dev = &priv->ethdev; in _usb_eth_send()
2501 struct eth_dev *dev = &priv->ethdev; in _usb_eth_halt()
2550 struct eth_dev *dev = &priv->ethdev; in usb_eth_recv()
2614 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_recv()
2640 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_free_pkt()