txLoRing 262 drivers/net/ethernet/3com/typhoon.c struct transmit_ring txLoRing ____cacheline_aligned; txLoRing 726 drivers/net/ethernet/3com/typhoon.c txRing = &tp->txLoRing; txLoRing 1228 drivers/net/ethernet/3com/typhoon.c tp->txLoRing.ringBase = (u8 *) tp->shared->txLo; txLoRing 1236 drivers/net/ethernet/3com/typhoon.c tp->txLoRing.writeRegister = TYPHOON_REG_TX_LO_READY; txLoRing 1257 drivers/net/ethernet/3com/typhoon.c tp->txLoRing.lastWrite = 0; txLoRing 1265 drivers/net/ethernet/3com/typhoon.c tp->txLoRing.lastRead = 0; txLoRing 1734 drivers/net/ethernet/3com/typhoon.c if(le32_to_cpu(indexes->txLoCleared) != tp->txLoRing.lastRead) txLoRing 1735 drivers/net/ethernet/3com/typhoon.c typhoon_tx_complete(tp, &tp->txLoRing, &indexes->txLoCleared); txLoRing 1958 drivers/net/ethernet/3com/typhoon.c struct transmit_ring *txLo = &tp->txLoRing; txLoRing 2009 drivers/net/ethernet/3com/typhoon.c typhoon_clean_tx(tp, &tp->txLoRing, &indexes->txLoCleared); txLoRing 2026 drivers/net/ethernet/3com/typhoon.c typhoon_clean_tx(tp, &tp->txLoRing, &tp->indexes->txLoCleared);