Searched refs:tx_buf_vpu_addr (Results 1 – 1 of 1) sorted by relevance
72 u32 tx_buf_vpu_addr; in ivpu_ipc_tx_prepare() local75 tx_buf_vpu_addr = gen_pool_alloc(ipc->mm_tx, sizeof(*tx_buf)); in ivpu_ipc_tx_prepare()76 if (!tx_buf_vpu_addr) { in ivpu_ipc_tx_prepare()82 tx_buf = ivpu_to_cpu_addr(ipc->mem_tx, tx_buf_vpu_addr); in ivpu_ipc_tx_prepare()84 gen_pool_free(ipc->mm_tx, tx_buf_vpu_addr, sizeof(*tx_buf)); in ivpu_ipc_tx_prepare()88 jsm_vpu_addr = tx_buf_vpu_addr + offsetof(struct ivpu_ipc_tx_buf, jsm); in ivpu_ipc_tx_prepare()92 tx_buf_vpu_addr); in ivpu_ipc_tx_prepare()115 cons->tx_vpu_addr = tx_buf_vpu_addr; in ivpu_ipc_tx_prepare()118 ivpu_ipc_msg_dump(vdev, "TX", &tx_buf->ipc, tx_buf_vpu_addr); in ivpu_ipc_tx_prepare()