Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dmv64340_eth.c1128 ETH_TX_FIRST_DESC | ETH_TX_LAST_DESC;
1177 ETH_TX_LAST_DESC;
2509 if (command_status & ETH_TX_LAST_DESC)
2535 if (command_status & ETH_TX_LAST_DESC) {
Dmv64340_eth.h458 #define ETH_TX_LAST_DESC (BIT20) macro