Searched refs:tx_virt_addr (Results 1 – 3 of 3) sorted by relevance
321 mal->tx_virt_addr = consistent_alloc(GFP_KERNEL, in mal_probe()324 if (mal->tx_virt_addr == NULL) { in mal_probe()439 if (mal->tx_virt_addr) in mal_remove()440 consistent_free(mal->tx_virt_addr); in mal_remove()
64 struct mal_descriptor *tx_virt_addr; member
792 ep->tx_desc = (struct mal_descriptor *) ((char *) ep->mal->tx_virt_addr + in emac_init_rings()