Searched refs:tx_head (Results 1 – 2 of 2) sorted by relevance
112 unsigned int tx_head; member352 unsigned int tx_head = macb->tx_head; in _macb_send() local359 if (tx_head == (MACB_TX_RING_SIZE - 1)) { in _macb_send()361 macb->tx_head = 0; in _macb_send()363 macb->tx_head++; in _macb_send()367 tx_head = tx_head * 2; in _macb_send()369 macb->tx_ring[tx_head].ctrl = ctrl; in _macb_send()370 macb_set_addr(macb, &macb->tx_ring[tx_head], paddr); in _macb_send()383 ctrl = macb->tx_ring[tx_head].ctrl; in _macb_send()923 macb->tx_head = 0; in _macb_init()
250 struct pch_gbe_tx_desc *tx_head, *tx_desc; in pch_gbe_send() local257 tx_head = &priv->tx_desc[0]; in pch_gbe_send()276 writel(dm_pci_virt_to_mem(priv->dev, tx_head + priv->tx_idx), in pch_gbe_send()
Completed in 8 milliseconds