Searched refs:queue_mem (Results 1 – 4 of 4) sorted by relevance
261 syscom->queue_mem = ipu7_dma_alloc(adev, total_queue_size_aligned, in ipu7_boot_init_boot_config()264 if (!syscom->queue_mem) { in ipu7_boot_init_boot_config()272 queue_mem_ptr = syscom->queue_mem; in ipu7_boot_init_boot_config()294 if (syscom->queue_mem) { in ipu7_boot_release_boot_config()296 syscom->queue_mem, in ipu7_boot_release_boot_config()298 syscom->queue_mem = NULL; in ipu7_boot_release_boot_config()
27 void *queue_mem; member
537 void *queue_mem; member877 if (!np->queue_mem) { in netdev_open()883 np->queue_mem = dma_alloc_coherent(&np->pci_dev->dev, in netdev_open()886 if (np->queue_mem == NULL) { in netdev_open()891 np->tx_done_q = np->queue_mem; in netdev_open()2020 if (np->queue_mem) in starfire_remove_one()2022 np->queue_mem, np->queue_mem_dma); in starfire_remove_one()
1297 int task_mem, queue_mem; in sof_ipc4_update_resource_usage() local1316 queue_mem = SOF_IPC4_FW_MAX_QUEUE_COUNT * (SOF_IPC4_DATA_QUEUE_OBJECT_SIZE + ibs); in sof_ipc4_update_resource_usage()1318 total = SOF_IPC4_FW_PAGE(task_mem + queue_mem); in sof_ipc4_update_resource_usage()