Lines Matching refs:tx_ring
728 if (ap->tx_ring != NULL && !ACE_IS_TIGON_I(ap)) { in ace_free_descriptors()
730 pci_free_consistent(ap->pdev, size, ap->tx_ring, in ace_free_descriptors()
733 ap->tx_ring = NULL; in ace_free_descriptors()
788 ap->tx_ring = pci_alloc_consistent(ap->pdev, size, in ace_allocate_descriptors()
791 if (ap->tx_ring == NULL) in ace_allocate_descriptors()
1286 ap->tx_ring = (__force struct tx_desc *) regs->Window; in ace_init()
1289 writel(0, (__force void __iomem *)ap->tx_ring + i * 4); in ace_init()
1293 memset(ap->tx_ring, 0, in ace_init()
2335 tx = (__force struct tx_desc __iomem *) &ap->tx_ring[i]; in ace_close()
2340 memset(ap->tx_ring + i, 0, in ace_close()
2436 desc = ap->tx_ring + idx; in ace_start_xmit()
2458 ace_load_tx_bd(ap, ap->tx_ring + idx, mapping, flagsize, vlan_tag); in ace_start_xmit()
2468 desc = ap->tx_ring + idx; in ace_start_xmit()