Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c1749 if (le32_to_cpu(indexes->txLoCleared) != tp->txLoRing.lastRead) in typhoon_poll()
1750 typhoon_tx_complete(tp, &tp->txLoRing, &indexes->txLoCleared); in typhoon_poll()
1999 if (indexes->txLoCleared == cpu_to_le32(txLo->lastWrite)) in typhoon_stop_runtime()
2030 if (indexes->txLoCleared != cpu_to_le32(txLo->lastWrite)) { in typhoon_tx_timeout()
2031 indexes->txLoCleared = cpu_to_le32(txLo->lastWrite); in typhoon_tx_timeout()
2032 typhoon_clean_tx(tp, &tp->txLoRing, &indexes->txLoCleared); in typhoon_tx_timeout()
2049 typhoon_clean_tx(tp, &tp->txLoRing, &tp->indexes->txLoCleared); in typhoon_open()
H A Dtyphoon.h73 volatile __le32 txLoCleared; member