Lines Matching refs:eth_dev
100 struct eth_dev { struct
138 struct eth_dev ethdev; argument
149 static inline int is_cdc(struct eth_dev *dev) in is_cdc()
161 static inline int rndis_active(struct eth_dev *dev) in rndis_active()
916 static void eth_start(struct eth_dev *dev, gfp_t gfp_flags);
917 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags);
920 set_ether_config(struct eth_dev *dev, gfp_t gfp_flags) in set_ether_config()
997 static void eth_reset_config(struct eth_dev *dev) in eth_reset_config()
1037 static int eth_set_config(struct eth_dev *dev, unsigned number, in eth_set_config()
1112 struct eth_dev *dev = ep->driver_data; in eth_status_complete()
1145 static void issue_start_status(struct eth_dev *dev) in issue_start_status()
1208 struct eth_dev *dev = ep->driver_data; in rndis_command_complete()
1231 struct eth_dev *dev = get_gadget_data(gadget); in eth_setup()
1473 static int rx_submit(struct eth_dev *dev, struct usb_request *req, in rx_submit()
1522 struct eth_dev *dev = ep->driver_data; in rx_complete()
1567 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags) in alloc_requests()
1591 struct eth_dev *dev = ep->driver_data; in tx_complete()
1610 static inline int eth_is_promisc(struct eth_dev *dev) in eth_is_promisc()
1621 struct eth_dev *dev = netdev_priv(net);
1733 struct eth_dev *dev = get_gadget_data(gadget); in eth_unbind()
1799 struct eth_dev *dev = ep->driver_data; in rndis_control_ack_complete()
1825 struct eth_dev *dev; in rndis_control_ack()
1873 static void eth_start(struct eth_dev *dev, gfp_t gfp_flags) in eth_start()
1883 static int eth_stop(struct eth_dev *dev) in eth_stop()
1970 struct eth_dev *dev = &l_priv->ethdev; in eth_bind()
2280 struct eth_dev *dev = &priv->ethdev; in _usb_eth_init()
2358 struct eth_dev *dev = &priv->ethdev; in _usb_eth_send()
2431 struct eth_dev *dev = &priv->ethdev; in _usb_eth_halt()
2479 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_recv()
2505 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_free_pkt()