Lines Matching refs:ueth
103 struct ueth_data ueth; member
747 return asix_init_common(&priv->ueth, pdata->enetaddr); in asix_eth_start()
759 return asix_send_common(&priv->ueth, packet, length); in asix_eth_send()
765 struct ueth_data *ueth = &priv->ueth; in asix_eth_recv() local
770 len = usb_ether_get_rx_bytes(ueth, &ptr); in asix_eth_recv()
775 ret = usb_ether_receive(ueth, AX_RX_URB_SIZE); in asix_eth_recv()
779 len = usb_ether_get_rx_bytes(ueth, &ptr); in asix_eth_recv()
809 usb_ether_advance_rxbuf(ueth, -1); in asix_eth_recv()
819 usb_ether_advance_rxbuf(&priv->ueth, sizeof(u32) + packet_len); in asix_free_pkt()
832 return asix_write_hwaddr_common(&priv->ueth, pdata->enetaddr); in asix_write_hwaddr()
839 struct ueth_data *ss = &priv->ueth; in asix_eth_probe()