Searched refs:queue_mem (Results 1 – 2 of 2) sorted by relevance
545 void *queue_mem; member885 if (!np->queue_mem) { in netdev_open()891 np->queue_mem = dma_alloc_coherent(&np->pci_dev->dev, in netdev_open()894 if (np->queue_mem == NULL) { in netdev_open()899 np->tx_done_q = np->queue_mem; in netdev_open()2028 if (np->queue_mem) in starfire_remove_one()2030 np->queue_mem, np->queue_mem_dma); in starfire_remove_one()
975 int task_mem, queue_mem; in sof_ipc4_update_resource_usage() local994 queue_mem = SOF_IPC4_FW_MAX_QUEUE_COUNT * (SOF_IPC4_DATA_QUEUE_OBJECT_SIZE + ibs); in sof_ipc4_update_resource_usage()996 total = SOF_IPC4_FW_PAGE(task_mem + queue_mem); in sof_ipc4_update_resource_usage()