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.c257 hwctx->priv->mbox_chann = xdna_mailbox_alloc_channel(ndev->mbox); in aie2_create_context()
258 if (!hwctx->priv->mbox_chann) { in aie2_create_context()
264 ret = xdna_mailbox_start_channel(hwctx->priv->mbox_chann, &x2i, &i2x, in aie2_create_context()
279 xdna_mailbox_free_channel(hwctx->priv->mbox_chann); in aie2_create_context()
290 if (!hwctx->priv->mbox_chann) in aie2_destroy_context()
293 xdna_mailbox_stop_channel(hwctx->priv->mbox_chann); in aie2_destroy_context()
295 xdna_mailbox_free_channel(hwctx->priv->mbox_chann); in aie2_destroy_context()
297 hwctx->priv->mbox_chann = NULL; in aie2_destroy_context()
494 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_config_cu()
932 struct mailbox_channel *chann = hwctx->priv->mbox_chann; in aie2_execbuf()
[all …]
H A Daie2_pci.h108 void *mbox_chann; member
H A Daie2_ctx.c398 if (!hwctx->priv->mbox_chann) in aie2_sched_job_run()