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

/linux-master/drivers/net/ethernet/3com/
H A Dtyphoon.c239 struct tx_desc txLo[TXLO_ENTRIES] __3xp_aligned;
714 /* we have two rings to choose from, but we only use txLo for now
1191 shared_dma = tp->shared_dma + shared_offset(txLo);
1224 tp->txLoRing.ringBase = (u8 *) tp->shared->txLo;
1960 struct transmit_ring *txLo = &tp->txLoRing; local
1978 if (indexes->txLoCleared == cpu_to_le32(txLo->lastWrite))
2009 if (indexes->txLoCleared != cpu_to_le32(txLo->lastWrite)) {
2010 indexes->txLoCleared = cpu_to_le32(txLo->lastWrite);

Completed in 230 milliseconds