Searched refs:etrax_eth_descr (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.c66 typedef struct etrax_eth_descr struct
70 } etrax_eth_descr; typedef in typeref:struct:etrax_eth_descr
149 static etrax_eth_descr *myNextRxDesc; /* Points to the next descriptor to
151 static etrax_eth_descr *myLastRxDesc; /* The last processed descriptor */
152 static etrax_eth_descr *myPrevRxDesc; /* The descriptor right before myNextRxDesc */
154 static etrax_eth_descr RxDescList[NBR_OF_RX_DESC] __attribute__ ((aligned(32)));
156 static etrax_eth_descr* myFirstTxDesc; /* First packet not yet sent */
157 static etrax_eth_descr* myLastTxDesc; /* End of send queue */
158 static etrax_eth_descr* myNextTxDesc; /* Next descriptor to use */
159 static etrax_eth_descr TxDescLis
[all...]

Completed in 57 milliseconds