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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dfealnx.c287 TXLD = 0x20000000, /* last descriptor */ enumerator in enum:tx_desc_control_bits
1302 np->cur_tx_copy->control = TXIC | TXLD | TXFD | CRCEnable | PADEnable;
1325 next->control = TXIC | TXLD | CRCEnable | PADEnable;
1342 np->cur_tx_copy->control = TXIC | TXLD | TXFD | CRCEnable | PADEnable;
1485 if (!(tx_control & TXLD)) { /* this pkt is combined by two tx descriptors */
1530 if (np->cur_tx->control & TXLD) {

Completed in 30 milliseconds