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

/linux-master/drivers/net/ethernet/natsemi/
H A Dsonic.c312 sonic_tda_get(dev, entry, SONIC_TD_LINK) | SONIC_EOL);
314 sonic_tda_put(dev, lp->eol_tx, SONIC_TD_LINK, ~SONIC_EOL &
416 if (sonic_tda_get(dev, entry, SONIC_TD_LINK) & SONIC_EOL) {
623 sonic_rda_put(dev, prev_entry, SONIC_RD_LINK, SONIC_EOL |
625 sonic_rda_put(dev, lp->eol_rx, SONIC_RD_LINK, ~SONIC_EOL &
785 (lp->rda_laddr & 0xffff) | SONIC_EOL);
H A Dsonic.h228 #define SONIC_EOL 0x0001 macro

Completed in 124 milliseconds