Searched refs:sonic_tda_get (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/natsemi/ |
D | sonic.c | 312 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()
|
D | sonic.h | 414 static inline __u16 sonic_tda_get(struct net_device* dev, int entry, in sonic_tda_get() function
|