Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Ddmfe.c111 #define TX_FREE_DESC_CNT (TX_DESC_CNT - 2) /* Max TX packet count */ macro
642 if (db->tx_queue_cnt >= TX_FREE_DESC_CNT) { in dmfe_start_xmit()
671 if ( db->tx_queue_cnt < TX_FREE_DESC_CNT ) in dmfe_start_xmit()