Searched refs:tx_head (Results 1 – 3 of 3) sorted by relevance
432 emac->tx_head = 0; in MXC_EMAC_RevA_Start()512 unsigned int tx_head; in MXC_EMAC_RevA_SendSync() local523 tx_head = emac->tx_head; in MXC_EMAC_RevA_SendSync()529 if (tx_head == (emac->tx_ring_size - 1)) { in MXC_EMAC_RevA_SendSync()531 emac->tx_head = 0; in MXC_EMAC_RevA_SendSync()533 emac->tx_head++; in MXC_EMAC_RevA_SendSync()536 emac->tx_ring[tx_head].ctrl = ctrl; in MXC_EMAC_RevA_SendSync()537 emac->tx_ring[tx_head].addr = paddr; in MXC_EMAC_RevA_SendSync()549 ctrl = emac->tx_ring[tx_head].ctrl; in MXC_EMAC_RevA_SendSync()577 unsigned int tx_head; in MXC_EMAC_RevA_SendAsync() local[all …]
162 unsigned int tx_head; member
123 unsigned int tx_head; member