Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dfealnx.c314 TXLD = 0x20000000, /* last descriptor */ enumerator
1353 np->cur_tx_copy->control = TXIC | TXLD | TXFD | CRCEnable | PADEnable; in start_tx()
1376 next->control = TXIC | TXLD | CRCEnable | PADEnable; in start_tx()
1393 np->cur_tx_copy->control = TXIC | TXLD | TXFD | CRCEnable | PADEnable; in start_tx()
1536 if (!(tx_control & TXLD)) { /* this pkt is combined by two tx descriptors */ in intr_handler()
1581 if (np->cur_tx->control & TXLD) { in intr_handler()