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.c317 hwctx->priv->mbox_chann = xdna_mailbox_alloc_channel(ndev->mbox); in aie2_create_context()
318 if (!hwctx->priv->mbox_chann) { in aie2_create_context()
324 ret = xdna_mailbox_start_channel(hwctx->priv->mbox_chann, &x2i, &i2x, in aie2_create_context()
339 xdna_mailbox_free_channel(hwctx->priv->mbox_chann); in aie2_create_context()
350 if (!hwctx->priv->mbox_chann) in aie2_destroy_context()
353 xdna_mailbox_stop_channel(hwctx->priv->mbox_chann); in aie2_destroy_context()
355 xdna_mailbox_free_channel(hwctx->priv->mbox_chann); in aie2_destroy_context()
357 hwctx->priv->mbox_chann = NULL; in aie2_destroy_context()
516 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_config_cu()
969 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_execbuf()
[all …]
H A Daie2_pci.h167 void *mbox_chann; member
H A Daie2_ctx.c348 if (!hwctx->priv->mbox_chann) in aie2_sched_job_run()