Searched refs:sonic_rda_get (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
D | sonic.c | 414 while (sonic_rda_get(dev, entry, SONIC_RD_IN_USE) == 0) { in sonic_rx() 422 status = sonic_rda_get(dev, entry, SONIC_RD_STATUS); in sonic_rx() 446 pkt_len = sonic_rda_get(dev, entry, SONIC_RD_PKTLEN); in sonic_rx() 489 sonic_rda_get(dev, entry, SONIC_RD_LINK) | SONIC_EOL); in sonic_rx() 492 sonic_rda_get(dev, lp->eol_rx, SONIC_RD_LINK) & ~SONIC_EOL); in sonic_rx()
|
D | sonic.h | 423 static inline __u16 sonic_rda_get(struct net_device* dev, int entry, in sonic_rda_get() function
|