Searched refs:NBR_OF_RX_DESC (Results 1 – 1 of 1) sorted by relevance
135 #define NBR_OF_RX_DESC 32 macro145 #define RX_QUEUE_THRESHOLD NBR_OF_RX_DESC/2159 static etrax_eth_descr RxDescList[NBR_OF_RX_DESC] __attribute__ ((aligned(32)));328 for (i = 0; i < NBR_OF_RX_DESC; i++) { in etrax_ethernet_init()345 RxDescList[NBR_OF_RX_DESC - 1].descr.ctrl = d_eol; in etrax_ethernet_init()346 RxDescList[NBR_OF_RX_DESC - 1].descr.next = virt_to_phys(&RxDescList[0]); in etrax_ethernet_init()366 myLastRxDesc = &RxDescList[NBR_OF_RX_DESC - 1]; in etrax_ethernet_init()