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

/linux-master/drivers/net/ethernet/
H A Dfealnx.c281 TXLD = 0x20000000, /* last descriptor */ enumerator in enum:tx_desc_control_bits
1305 np->cur_tx_copy->control = TXIC | TXLD | TXFD | CRCEnable | PADEnable;
1329 next->control = TXIC | TXLD | CRCEnable | PADEnable;
1348 np->cur_tx_copy->control = TXIC | TXLD | TXFD | CRCEnable | PADEnable;
1491 if (!(tx_control & TXLD)) { /* this pkt is combined by two tx descriptors */
1538 if (np->cur_tx->control & TXLD) {

Completed in 139 milliseconds