Searched refs:SONIC_TD_PKTSIZE (Results 1 – 2 of 2) sorted by relevance
242 sonic_tda_put(dev, entry, SONIC_TD_PKTSIZE, length); /* length of packet */ in sonic_send_packet()318 lp->stats.tx_bytes += sonic_tda_get(dev, entry, SONIC_TD_PKTSIZE); in sonic_interrupt()679 sonic_tda_put(dev, i, SONIC_TD_PKTSIZE, 0); in sonic_init()
251 #define SONIC_TD_PKTSIZE 2 macro