Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/cris/
Deth_v10.c74 typedef struct etrax_eth_descr struct
78 } etrax_eth_descr; typedef
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 *prevRxDesc; /* The descriptor right before myNextRxDesc */ in e100_rx()