Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/natsemi/
Dsonic.c421 while (sonic_rda_get(dev, entry, SONIC_RD_IN_USE) == 0) { in sonic_rx()
429 status = sonic_rda_get(dev, entry, SONIC_RD_STATUS); in sonic_rx()
453 pkt_len = sonic_rda_get(dev, entry, SONIC_RD_PKTLEN); in sonic_rx()
496 sonic_rda_get(dev, entry, SONIC_RD_LINK) | SONIC_EOL); in sonic_rx()
499 sonic_rda_get(dev, lp->eol_rx, SONIC_RD_LINK) & ~SONIC_EOL); in sonic_rx()
Dsonic.h426 static inline __u16 sonic_rda_get(struct net_device* dev, int entry, in sonic_rda_get() function