Searched refs:RxDescList (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cris/
H A Deth_v10.c154 static etrax_eth_descr RxDescList[NBR_OF_RX_DESC] __attribute__ ((aligned(32))); variable
292 RxDescList[i].skb = dev_alloc_skb(MAX_MEDIA_DATA_SIZE + 2 * L1_CACHE_BYTES);
293 if (!RxDescList[i].skb)
295 RxDescList[i].descr.ctrl = 0;
296 RxDescList[i].descr.sw_len = MAX_MEDIA_DATA_SIZE;
297 RxDescList[i].descr.next = virt_to_phys(&RxDescList[i + 1]);
298 RxDescList[i].descr.buf = L1_CACHE_ALIGN(virt_to_phys(RxDescList[i].skb->data));
299 RxDescList[
[all...]

Completed in 53 milliseconds