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

/drivers/net/ethernet/natsemi/
H A Dsonic.c236 sonic_tda_get(dev, entry, SONIC_TD_LINK) | SONIC_EOL);
249 sonic_tda_get(dev, lp->eol_tx, SONIC_TD_LINK) & ~SONIC_EOL);
306 if ((td_status = sonic_tda_get(dev, entry, SONIC_TD_STATUS)) == 0)
311 lp->stats.tx_bytes += sonic_tda_get(dev, entry, SONIC_TD_PKTSIZE);
332 if (sonic_tda_get(dev, entry, SONIC_TD_LINK) & SONIC_EOL) {
H A Dsonic.h407 static inline __u16 sonic_tda_get(struct net_device* dev, int entry, function

Completed in 207 milliseconds