[go: nahoru, domu]

Searched defs:etrax_eth_descr (Results 1 - 1 of 1) sorted by relevance

/drivers/net/cris/
H A Deth_v10.c74 typedef struct etrax_eth_descr struct
78 } etrax_eth_descr; typedef in typeref:struct:etrax_eth_descr
155 static etrax_eth_descr *myNextRxDesc; /* Points to the next descriptor to
157 static etrax_eth_descr *myLastRxDesc; /* The last processed descriptor */
159 static etrax_eth_descr RxDescList[NBR_OF_RX_DESC] __attribute__ ((aligned(32)));
161 static etrax_eth_descr* myFirstTxDesc; /* First packet not yet sent */
162 static etrax_eth_descr* myLastTxDesc; /* End of send queue */
163 static etrax_eth_descr* myNextTxDesc; /* Next descriptor to use */
164 static etrax_eth_descr TxDescList[NBR_OF_TX_DESC] __attribute__ ((aligned(32)));
1235 etrax_eth_descr *prevRxDes
[all...]

Completed in 124 milliseconds