Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c691 tcpd = (struct tcpopt_desc *) (txRing->ringBase + txRing->lastWrite); in typhoon_tso_fill()
692 tcpd_offset += txRing->lastWrite; in typhoon_tso_fill()
694 typhoon_inc_tx_index(&txRing->lastWrite, 1); in typhoon_tso_fill()
709 struct transmit_ring *txRing; in typhoon_start_tx() local
720 txRing = &tp->txLoRing; in typhoon_start_tx()
749 first_txd = (struct tx_desc *) (txRing->ringBase + txRing->lastWrite); in typhoon_start_tx()
780 txd = (struct tx_desc *) (txRing->ringBase + txRing->lastWrite); in typhoon_start_tx()
811 txRing->lastWrite); in typhoon_start_tx()
829 iowrite32(txRing->lastWrite, tp->tx_ioaddr + txRing->writeRegister); in typhoon_start_tx()
1505 u32 lastRead = txRing->lastRead; in typhoon_clean_tx()
[all …]