Lines Matching refs:ethdev
141 struct eth_dev ethdev; member
1863 struct eth_dev *dev = &priv->ethdev; in rndis_control_ack()
2004 struct eth_dev *dev = &l_priv->ethdev; in eth_bind()
2340 struct eth_dev *dev = &priv->ethdev; in _usb_eth_init()
2419 struct eth_dev *dev = &priv->ethdev; in _usb_eth_send()
2493 struct eth_dev *dev = &priv->ethdev; in _usb_eth_halt()
2542 struct eth_dev *dev = &priv->ethdev; in usb_eth_recv()
2606 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_recv() local
2616 if (ethdev->rx_req) { in usb_eth_recv()
2618 return ethdev->rx_req->length; in usb_eth_recv()
2632 struct eth_dev *ethdev = &priv->ethdev; in usb_eth_free_pkt() local
2636 return rx_submit(ethdev, ethdev->rx_req, 0); in usb_eth_free_pkt()