Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/cris/
Deth_v10.c135 #define NBR_OF_RX_DESC 32 macro
145 #define RX_QUEUE_THRESHOLD NBR_OF_RX_DESC/2
159 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()