Searched refs:cur_tx (Results 1 – 4 of 4) sorted by relevance
209 unsigned int cur_tx; member324 priv->cur_tx = 0; in rtl8139_reset()395 priv->ioaddr + RTL_REG_TXADDR0 + priv->cur_tx * 4); in rtl8139_send_common()397 priv->ioaddr + RTL_REG_TXSTATUS0 + priv->cur_tx * 4); in rtl8139_send_common()416 txstatus = inl(priv->ioaddr + RTL_REG_TXSTATUS0 + priv->cur_tx * 4); in rtl8139_send_common()428 priv->cur_tx = (priv->cur_tx + 1) % NUM_TX_DESC; in rtl8139_send_common()
97 int cur_tx; member273 lp->cur_tx = 0; in pcnet_init_common()335 struct pcnet_tx_head *entry = &lp->uc->tx_ring[lp->cur_tx]; in pcnet_send_common()337 PCNET_DEBUG2("Tx%d: %d bytes from 0x%p ", lp->cur_tx, pkt_len, in pcnet_send_common()353 lp->name, lp->cur_tx, status); in pcnet_send_common()372 if (++lp->cur_tx >= TX_RING_SIZE) in pcnet_send_common()373 lp->cur_tx = 0; in pcnet_send_common()
335 unsigned long cur_tx; /* Index into the Tx descriptor buffer of next Rx pkt. */ member618 int entry = tpc->cur_tx % NUM_TX_DESC; in rtl_send_common()659 tpc->cur_tx++; in rtl_send_common()821 tpc->cur_tx = 0; in rtl8169_init_ring()
179 u32 cur_tx; member267 priv->cur_tx = 0; in ethoc_init_ring()472 entry = priv->cur_tx % priv->num_tx; in ethoc_send_common()
Completed in 11 milliseconds