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

/linux-master/drivers/net/ethernet/3com/
H A Dtyphoon.c685 typhoon_tso_fill(struct sk_buff *skb, struct transmit_ring *txRing, argument
691 tcpd = (struct tcpopt_desc *) (txRing->ringBase + txRing->lastWrite);
692 tcpd_offset += txRing->lastWrite;
694 typhoon_inc_tx_index(&txRing->lastWrite, 1);
709 struct transmit_ring *txRing; local
720 txRing = &tp->txLoRing;
746 while (unlikely(typhoon_num_free_tx(txRing) < (numDesc + 2)))
749 first_txd = (struct tx_desc *) (txRing->ringBase + txRing
1502 typhoon_clean_tx(struct typhoon *tp, struct transmit_ring *txRing, volatile __le32 * index) argument
1538 typhoon_tx_complete(struct typhoon *tp, struct transmit_ring *txRing, volatile __le32 * index) argument
[all...]

Completed in 337 milliseconds