Searched refs:etrax_eth_descr (Results 1 – 1 of 1) sorted by relevance
74 typedef struct etrax_eth_descr struct78 } etrax_eth_descr; typedef155 static etrax_eth_descr *myNextRxDesc; /* Points to the next descriptor to157 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()