Quantcast
Channel: Processors
Viewing all articles
Browse latest Browse all 123657

Forum Post: RE: network eye diagram test on 8168

$
0
0

by checking davinci_emac.c, it's not supported now...

static int emac_devioctl(struct net_device *ndev, struct ifreq *ifrq, int cmd)
{
dev_warn(&ndev->dev, "DaVinci EMAC: ioctl not supported\n");

if (!(netif_running(ndev)))
return -EINVAL;

/* TODO: Add phy read and write and private statistics get feature */

return -EOPNOTSUPP;
}


Viewing all articles
Browse latest Browse all 123657

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>