Searched refs:tx_pa (Results 1 – 1 of 1) sorted by relevance
371 paddr_t tx_pa = 0; in spmc_handle_rxtx_map() local388 tx_pa = args->a2; in spmc_handle_rxtx_map()421 tx = phys_to_virt(tx_pa, mt, sz); in spmc_handle_rxtx_map()424 tx = core_mmu_add_mapping(mt, tx_pa, sz); in spmc_handle_rxtx_map()441 rc = map_buf(tx_pa, sz, &tx); in spmc_handle_rxtx_map()453 if ((tx_pa & SMALL_PAGE_MASK) || (rx_pa & SMALL_PAGE_MASK)) { in spmc_handle_rxtx_map()458 if (!virt_to_phys((void *)tx_pa) || in spmc_handle_rxtx_map()464 rxtx->tx = (void *)tx_pa; in spmc_handle_rxtx_map()470 DMSG("Mapped tx %#"PRIxPA" size %#x @ %p", tx_pa, sz, tx); in spmc_handle_rxtx_map()