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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbcm63xx_enet.h235 int tx_curr_desc; member in struct:bcm_enet_priv
H A Dmv643xx_eth.c367 int tx_curr_desc; member in struct:tx_queue
486 addr += txq->tx_curr_desc * sizeof(struct tx_desc);
735 tx_index = txq->tx_curr_desc++;
736 if (txq->tx_curr_desc == txq->tx_ring_size)
737 txq->tx_curr_desc = 0;
822 tx_index = txq->tx_curr_desc++;
823 if (txq->tx_curr_desc == txq->tx_ring_size)
824 txq->tx_curr_desc = 0;
914 txq->tx_curr_desc * sizeof(struct tx_desc);
1979 txq->tx_curr_desc
[all...]
H A Dbcm63xx_enet.c533 desc = &priv->tx_desc_cpu[priv->tx_curr_desc];
534 priv->tx_skb[priv->tx_curr_desc] = skb;
545 priv->tx_curr_desc++;
546 if (priv->tx_curr_desc == priv->tx_ring_size) {
547 priv->tx_curr_desc = 0;
898 priv->tx_curr_desc = 0;
H A Dpxa168_eth.c643 int tx_curr_desc, rx_curr_desc; local
655 tx_curr_desc = pep->tx_curr_desc_q;
657 (u32) (pep->tx_desc_dma + tx_curr_desc * sizeof(struct tx_desc)));

Completed in 99 milliseconds