Home
last modified time | relevance | path

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

/linux/drivers/accel/amdxdna/
H A Daie2_message.c296 hwctx->priv->mbox_chann = xdna_mailbox_alloc_channel(ndev->mbox); in aie2_create_context()
297 if (!hwctx->priv->mbox_chann) { in aie2_create_context()
303 ret = xdna_mailbox_start_channel(hwctx->priv->mbox_chann, &x2i, &i2x, in aie2_create_context()
318 xdna_mailbox_free_channel(hwctx->priv->mbox_chann); in aie2_create_context()
329 if (!hwctx->priv->mbox_chann) in aie2_destroy_context()
332 xdna_mailbox_stop_channel(hwctx->priv->mbox_chann); in aie2_destroy_context()
334 xdna_mailbox_free_channel(hwctx->priv->mbox_chann); in aie2_destroy_context()
336 hwctx->priv->mbox_chann = NULL; in aie2_destroy_context()
495 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_config_cu()
948 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_execbuf()
[all …]
H A Daie2_pci.h138 void *mbox_chann; member
H A Daie2_ctx.c292 if (!hwctx->priv->mbox_chann) in aie2_sched_job_run()