Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H A Dtyphoon.c244 struct tx_desc txLo[TXLO_ENTRIES] __3xp_aligned;
719 /* we have two rings to choose from, but we only use txLo for now in typhoon_start_tx()
1194 shared_dma = tp->shared_dma + shared_offset(txLo); in typhoon_init_interface()
1227 tp->txLoRing.ringBase = (u8 *) tp->shared->txLo; in typhoon_init_interface()
1963 struct transmit_ring *txLo = &tp->txLoRing; in typhoon_stop_runtime() local
1981 if (indexes->txLoCleared == cpu_to_le32(txLo->lastWrite)) in typhoon_stop_runtime()
2012 if (indexes->txLoCleared != cpu_to_le32(txLo->lastWrite)) { in typhoon_stop_runtime()
2013 indexes->txLoCleared = cpu_to_le32(txLo->lastWrite); in typhoon_stop_runtime()
/kernel/linux/linux-6.6/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 in typhoon_start_tx()
1191 shared_dma = tp->shared_dma + shared_offset(txLo); in typhoon_init_interface()
1224 tp->txLoRing.ringBase = (u8 *) tp->shared->txLo; in typhoon_init_interface()
1960 struct transmit_ring *txLo = &tp->txLoRing; in typhoon_stop_runtime() local
1978 if (indexes->txLoCleared == cpu_to_le32(txLo->lastWrite)) in typhoon_stop_runtime()
2009 if (indexes->txLoCleared != cpu_to_le32(txLo->lastWrite)) { in typhoon_stop_runtime()
2010 indexes->txLoCleared = cpu_to_le32(txLo->lastWrite); in typhoon_stop_runtime()

Completed in 7 milliseconds