Searched refs:sonic_rda_get (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsonic.c414 while (sonic_rda_get(dev, entry, SONIC_RD_IN_USE) == 0) {
422 status = sonic_rda_get(dev, entry, SONIC_RD_STATUS);
447 pkt_len = sonic_rda_get(dev, entry, SONIC_RD_PKTLEN);
490 sonic_rda_get(dev, entry, SONIC_RD_LINK) | SONIC_EOL);
493 sonic_rda_get(dev, lp->eol_rx, SONIC_RD_LINK) & ~SONIC_EOL);
H A Dsonic.h423 static inline __u16 sonic_rda_get(struct net_device* dev, int entry, function

Completed in 39 milliseconds