Lines Matching refs:eth_dev
99 struct eth_dev { struct
137 struct eth_dev ethdev; argument
148 static inline int is_cdc(struct eth_dev *dev) in is_cdc()
160 static inline int rndis_active(struct eth_dev *dev) in rndis_active()
913 static void eth_start(struct eth_dev *dev, gfp_t gfp_flags);
914 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags);
917 set_ether_config(struct eth_dev *dev, gfp_t gfp_flags) in set_ether_config()
994 static void eth_reset_config(struct eth_dev *dev) in eth_reset_config()
1034 static int eth_set_config(struct eth_dev *dev, unsigned number, in eth_set_config()
1109 struct eth_dev *dev = ep->driver_data; in eth_status_complete()
1142 static void issue_start_status(struct eth_dev *dev) in issue_start_status()
1205 struct eth_dev *dev = ep->driver_data; in rndis_command_complete()
1228 struct eth_dev *dev = get_gadget_data(gadget); in eth_setup()
1470 static int rx_submit(struct eth_dev *dev, struct usb_request *req, in rx_submit()
1519 struct eth_dev *dev = ep->driver_data; in rx_complete()
1564 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags) in alloc_requests()
1588 struct eth_dev *dev = ep->driver_data; in tx_complete()
1607 static inline int eth_is_promisc(struct eth_dev *dev) in eth_is_promisc()
1618 struct eth_dev *dev = netdev_priv(net);
1730 struct eth_dev *dev = get_gadget_data(gadget); in eth_unbind()
1796 struct eth_dev *dev = ep->driver_data; in rndis_control_ack_complete()
1822 struct eth_dev *dev; in rndis_control_ack()
1870 static void eth_start(struct eth_dev *dev, gfp_t gfp_flags) in eth_start()
1883 struct eth_dev *dev = &priv->ethdev; in eth_stop()
1969 struct eth_dev *dev = &l_priv->ethdev; in eth_bind()
2266 struct eth_dev *dev = &priv->ethdev; in usb_eth_start()
2304 struct eth_dev *dev = &priv->ethdev; in usb_eth_send()
2371 struct eth_dev *dev = &priv->ethdev; in usb_eth_stop()
2402 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_recv()
2423 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_free_pkt()