Searched refs:NBR_OF_TX_DESC (Results 1 – 1 of 1) sorted by relevance
136 #define NBR_OF_TX_DESC 16 macro164 static etrax_eth_descr TxDescList[NBR_OF_TX_DESC] __attribute__ ((aligned(32)));350 for (i = 0; i < NBR_OF_TX_DESC; i++) { in etrax_ethernet_init()360 TxDescList[NBR_OF_TX_DESC - 1].descr.ctrl = d_eol; in etrax_ethernet_init()361 TxDescList[NBR_OF_TX_DESC - 1].descr.next = virt_to_phys(&TxDescList[0].descr); in etrax_ethernet_init()369 myLastTxDesc = &TxDescList[NBR_OF_TX_DESC - 1]; in etrax_ethernet_init()