Searched refs:txLoCleared (Results 1 – 2 of 2) sorted by relevance
1730 if(le32_to_cpu(indexes->txLoCleared) != tp->txLoRing.lastRead) in typhoon_poll()1731 typhoon_tx_complete(tp, &tp->txLoRing, &indexes->txLoCleared); in typhoon_poll()1972 if(indexes->txLoCleared == cpu_to_le32(txLo->lastWrite)) in typhoon_stop_runtime()2003 if(indexes->txLoCleared != cpu_to_le32(txLo->lastWrite)) { in typhoon_stop_runtime()2004 indexes->txLoCleared = cpu_to_le32(txLo->lastWrite); in typhoon_stop_runtime()2005 typhoon_clean_tx(tp, &tp->txLoRing, &indexes->txLoCleared); in typhoon_stop_runtime()2022 typhoon_clean_tx(tp, &tp->txLoRing, &tp->indexes->txLoCleared); in typhoon_tx_timeout()
73 volatile __le32 txLoCleared; member