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

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

Completed in 84 milliseconds