Searched refs:cur_tx (Results 1 – 4 of 4) sorted by relevance
178 static unsigned int cur_rx,cur_tx; variable361 cur_tx = 0; in rtl_reset()430 outl(phys_to_bus((int)tx_buffer), ioaddr + TxAddr0 + cur_tx*4); in rtl_transmit()432 ioaddr + TxStatus0 + cur_tx*4); in rtl_transmit()444 txstatus = inl(ioaddr + TxStatus0 + cur_tx*4); in rtl_transmit()447 cur_tx = (cur_tx + 1) % NUM_TX_DESC; in rtl_transmit()
84 int cur_tx; member376 lp->cur_tx = 0; in pcnet_init()438 struct pcnet_tx_head *entry = &lp->uc->tx_ring[lp->cur_tx]; in pcnet_send()440 PCNET_DEBUG2("Tx%d: %d bytes from 0x%p ", lp->cur_tx, pkt_len, in pcnet_send()456 dev->name, lp->cur_tx, status); in pcnet_send()475 if (++lp->cur_tx >= TX_RING_SIZE) in pcnet_send()476 lp->cur_tx = 0; in pcnet_send()
330 unsigned long cur_tx; /* Index into the Tx descriptor buffer of next Rx pkt. */ member613 int entry = tpc->cur_tx % NUM_TX_DESC; in rtl_send_common()654 tpc->cur_tx++; in rtl_send_common()816 tpc->cur_tx = 0; in rtl8169_init_ring()
177 u32 cur_tx; member265 priv->cur_tx = 0; in ethoc_init_ring()470 entry = priv->cur_tx % priv->num_tx; in ethoc_send_common()