Lines Matching refs:ueth
102 struct ueth_data ueth; member
746 return asix_init_common(&priv->ueth, pdata->enetaddr); in asix_eth_start()
758 return asix_send_common(&priv->ueth, packet, length); in asix_eth_send()
764 struct ueth_data *ueth = &priv->ueth; in asix_eth_recv() local
769 len = usb_ether_get_rx_bytes(ueth, &ptr); in asix_eth_recv()
774 ret = usb_ether_receive(ueth, AX_RX_URB_SIZE); in asix_eth_recv()
778 len = usb_ether_get_rx_bytes(ueth, &ptr); in asix_eth_recv()
808 usb_ether_advance_rxbuf(ueth, -1); in asix_eth_recv()
818 usb_ether_advance_rxbuf(&priv->ueth, sizeof(u32) + packet_len); in asix_free_pkt()
831 return asix_write_hwaddr_common(&priv->ueth, pdata->enetaddr); in asix_write_hwaddr()
838 struct ueth_data *ss = &priv->ueth; in asix_eth_probe()