Lines Matching refs:eth_dev

104 struct eth_dev {  struct
146 struct eth_dev ethdev; argument
161 static inline int is_cdc(struct eth_dev *dev) in is_cdc()
173 static inline int rndis_active(struct eth_dev *dev) in rndis_active()
928 static void eth_start(struct eth_dev *dev, gfp_t gfp_flags);
929 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags);
932 set_ether_config(struct eth_dev *dev, gfp_t gfp_flags) in set_ether_config()
1009 static void eth_reset_config(struct eth_dev *dev) in eth_reset_config()
1049 static int eth_set_config(struct eth_dev *dev, unsigned number, in eth_set_config()
1131 struct eth_dev *dev = ep->driver_data; in eth_status_complete()
1164 static void issue_start_status(struct eth_dev *dev) in issue_start_status()
1227 struct eth_dev *dev = ep->driver_data; in rndis_command_complete()
1250 struct eth_dev *dev = get_gadget_data(gadget); in eth_setup()
1512 static int rx_submit(struct eth_dev *dev, struct usb_request *req, in rx_submit()
1561 struct eth_dev *dev = ep->driver_data; in rx_complete()
1606 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags) in alloc_requests()
1630 struct eth_dev *dev = ep->driver_data; in tx_complete()
1649 static inline int eth_is_promisc(struct eth_dev *dev) in eth_is_promisc()
1660 struct eth_dev *dev = netdev_priv(net);
1772 struct eth_dev *dev = get_gadget_data(gadget); in eth_unbind()
1838 struct eth_dev *dev = ep->driver_data; in rndis_control_ack_complete()
1868 struct eth_dev *dev = &priv->ethdev; in rndis_control_ack()
1912 static void eth_start(struct eth_dev *dev, gfp_t gfp_flags) in eth_start()
1922 static int eth_stop(struct eth_dev *dev) in eth_stop()
2009 struct eth_dev *dev = &l_priv->ethdev; in eth_bind()
2345 struct eth_dev *dev = &priv->ethdev; in _usb_eth_init()
2424 struct eth_dev *dev = &priv->ethdev; in _usb_eth_send()
2498 struct eth_dev *dev = &priv->ethdev; in _usb_eth_halt()
2547 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()