Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/natsemi/
Dsonic.c422 while (sonic_rda_get(dev, entry, SONIC_RD_IN_USE) == 0) { in sonic_rx()
430 status = sonic_rda_get(dev, entry, SONIC_RD_STATUS); in sonic_rx()
454 pkt_len = sonic_rda_get(dev, entry, SONIC_RD_PKTLEN); in sonic_rx()
497 sonic_rda_get(dev, entry, SONIC_RD_LINK) | SONIC_EOL); in sonic_rx()
500 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