Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dsonic.c312 sonic_tda_get(dev, entry, SONIC_TD_LINK) | SONIC_EOL); in sonic_send_packet()
315 sonic_tda_get(dev, lp->eol_tx, SONIC_TD_LINK)); in sonic_send_packet()
389 if ((td_status = sonic_tda_get(dev, entry, SONIC_TD_STATUS)) == 0) in sonic_interrupt()
394 lp->stats.tx_bytes += sonic_tda_get(dev, entry, SONIC_TD_PKTSIZE); in sonic_interrupt()
416 if (sonic_tda_get(dev, entry, SONIC_TD_LINK) & SONIC_EOL) { in sonic_interrupt()
H A Dsonic.h414 static inline __u16 sonic_tda_get(struct net_device* dev, int entry, in sonic_tda_get() function