Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/
H A Dfealnx.c281 TXLD = 0x20000000, /* last descriptor */ enumerator
1303 np->cur_tx_copy->control = TXIC | TXLD | TXFD | CRCEnable | PADEnable; in start_tx()
1327 next->control = TXIC | TXLD | CRCEnable | PADEnable; in start_tx()
1346 np->cur_tx_copy->control = TXIC | TXLD | TXFD | CRCEnable | PADEnable; in start_tx()
1489 if (!(tx_control & TXLD)) { /* this pkt is combined by two tx descriptors */ in intr_handler()
1536 if (np->cur_tx->control & TXLD) { in intr_handler()
/kernel/linux/linux-6.6/drivers/net/ethernet/
H A Dfealnx.c281 TXLD = 0x20000000, /* last descriptor */ enumerator
1305 np->cur_tx_copy->control = TXIC | TXLD | TXFD | CRCEnable | PADEnable; in start_tx()
1329 next->control = TXIC | TXLD | CRCEnable | PADEnable; in start_tx()
1348 np->cur_tx_copy->control = TXIC | TXLD | TXFD | CRCEnable | PADEnable; in start_tx()
1491 if (!(tx_control & TXLD)) { /* this pkt is combined by two tx descriptors */ in intr_handler()
1538 if (np->cur_tx->control & TXLD) { in intr_handler()

Completed in 9 milliseconds