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

/u-boot/drivers/net/
H A Dmacb.c112 unsigned int tx_head; member in struct:macb_device
341 unsigned int tx_head = macb->tx_head; local
348 if (tx_head == (MACB_TX_RING_SIZE - 1)) {
350 macb->tx_head = 0;
352 macb->tx_head++;
356 tx_head = tx_head * 2;
358 macb->tx_ring[tx_head].ctrl = ctrl;
359 macb_set_addr(macb, &macb->tx_ring[tx_head], padd
[all...]
H A Dpch_gbe.c250 struct pch_gbe_tx_desc *tx_head, *tx_desc; local
257 tx_head = &priv->tx_desc[0];
276 writel(dm_pci_virt_to_mem(priv->dev, tx_head + priv->tx_idx),

Completed in 178 milliseconds