Home
last modified time | relevance | path

Searched refs:tx_buf_vpu_addr (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/accel/ivpu/
Divpu_ipc.c71 u32 tx_buf_vpu_addr; in ivpu_ipc_tx_prepare() local
74 tx_buf_vpu_addr = gen_pool_alloc(ipc->mm_tx, sizeof(*tx_buf)); in ivpu_ipc_tx_prepare()
75 if (!tx_buf_vpu_addr) { in ivpu_ipc_tx_prepare()
81 tx_buf = ivpu_to_cpu_addr(ipc->mem_tx, tx_buf_vpu_addr); in ivpu_ipc_tx_prepare()
83 gen_pool_free(ipc->mm_tx, tx_buf_vpu_addr, sizeof(*tx_buf)); in ivpu_ipc_tx_prepare()
87 jsm_vpu_addr = tx_buf_vpu_addr + offsetof(struct ivpu_ipc_tx_buf, jsm); in ivpu_ipc_tx_prepare()
91 tx_buf_vpu_addr); in ivpu_ipc_tx_prepare()
114 cons->tx_vpu_addr = tx_buf_vpu_addr; in ivpu_ipc_tx_prepare()
117 ivpu_ipc_msg_dump(vdev, "TX", &tx_buf->ipc, tx_buf_vpu_addr); in ivpu_ipc_tx_prepare()