Home
last modified time | relevance | path

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

/drivers/net/ethernet/
Dkorina.c116 int tx_next_done; member
522 struct dma_desc *td = &lp->td_ring[lp->tx_next_done]; in korina_tx()
535 devcs = lp->td_ring[lp->tx_next_done].devcs; in korina_tx()
547 lp->tx_skb[lp->tx_next_done]->len; in korina_tx()
574 if (lp->tx_skb[lp->tx_next_done]) { in korina_tx()
575 dev_kfree_skb_any(lp->tx_skb[lp->tx_next_done]); in korina_tx()
576 lp->tx_skb[lp->tx_next_done] = NULL; in korina_tx()
579 lp->td_ring[lp->tx_next_done].control = DMA_DESC_IOF; in korina_tx()
580 lp->td_ring[lp->tx_next_done].devcs = ETH_TX_FD | ETH_TX_LD; in korina_tx()
581 lp->td_ring[lp->tx_next_done].link = 0; in korina_tx()
[all …]