• Home
  • Raw
  • Download

Lines Matching refs:eth_dev

104 struct eth_dev {  struct
149 struct eth_dev ethdev; argument
164 static inline int is_cdc(struct eth_dev *dev) in is_cdc()
176 static inline int rndis_active(struct eth_dev *dev) in rndis_active()
931 static void eth_start(struct eth_dev *dev, gfp_t gfp_flags);
932 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags);
935 set_ether_config(struct eth_dev *dev, gfp_t gfp_flags) in set_ether_config()
1012 static void eth_reset_config(struct eth_dev *dev) in eth_reset_config()
1052 static int eth_set_config(struct eth_dev *dev, unsigned number, in eth_set_config()
1134 struct eth_dev *dev = ep->driver_data; in eth_status_complete()
1167 static void issue_start_status(struct eth_dev *dev) in issue_start_status()
1230 struct eth_dev *dev = ep->driver_data; in rndis_command_complete()
1253 struct eth_dev *dev = get_gadget_data(gadget); in eth_setup()
1515 static int rx_submit(struct eth_dev *dev, struct usb_request *req, in rx_submit()
1564 struct eth_dev *dev = ep->driver_data; in rx_complete()
1609 static int alloc_requests(struct eth_dev *dev, unsigned n, gfp_t gfp_flags) in alloc_requests()
1633 struct eth_dev *dev = ep->driver_data; in tx_complete()
1652 static inline int eth_is_promisc(struct eth_dev *dev) in eth_is_promisc()
1663 struct eth_dev *dev = netdev_priv(net);
1775 struct eth_dev *dev = get_gadget_data(gadget); in eth_unbind()
1841 struct eth_dev *dev = ep->driver_data; in rndis_control_ack_complete()
1871 struct eth_dev *dev = &priv->ethdev; in rndis_control_ack()
1915 static void eth_start(struct eth_dev *dev, gfp_t gfp_flags) in eth_start()
1925 static int eth_stop(struct eth_dev *dev) in eth_stop()
2012 struct eth_dev *dev = &l_priv->ethdev; in eth_bind()
2346 int dm_usb_init(struct eth_dev *e_dev) in dm_usb_init()
2365 struct eth_dev *dev = &priv->ethdev; in _usb_eth_init()
2447 struct eth_dev *dev = &priv->ethdev; in _usb_eth_send()
2521 struct eth_dev *dev = &priv->ethdev; in _usb_eth_halt()
2572 struct eth_dev *dev = &priv->ethdev; in usb_eth_recv()
2639 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_recv()
2665 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_free_pkt()