Lines Matching refs:ethdev
146 struct eth_dev ethdev; member
1868 struct eth_dev *dev = &priv->ethdev; in rndis_control_ack()
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() local
2624 if (ethdev->rx_req) { in usb_eth_recv()
2626 return ethdev->rx_req->length; in usb_eth_recv()
2640 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_free_pkt() local
2644 return rx_submit(ethdev, ethdev->rx_req, 0); in usb_eth_free_pkt()