Searched refs:sonic_tda_get (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/natsemi/ |
| D | sonic.c | 247 sonic_tda_get(dev, entry, SONIC_TD_LINK) | SONIC_EOL); in sonic_send_packet() 260 sonic_tda_get(dev, lp->eol_tx, SONIC_TD_LINK) & ~SONIC_EOL); in sonic_send_packet() 313 if ((td_status = sonic_tda_get(dev, entry, SONIC_TD_STATUS)) == 0) in sonic_interrupt() 318 lp->stats.tx_bytes += sonic_tda_get(dev, entry, SONIC_TD_PKTSIZE); in sonic_interrupt() 339 if (sonic_tda_get(dev, entry, SONIC_TD_LINK) & SONIC_EOL) { in sonic_interrupt()
|
| D | sonic.h | 410 static inline __u16 sonic_tda_get(struct net_device* dev, int entry, in sonic_tda_get() function
|