Searched refs:queue_mem (Results 1 – 2 of 2) sorted by relevance
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()
1071 int task_mem, queue_mem; in sof_ipc4_update_resource_usage() local1090 queue_mem = SOF_IPC4_FW_MAX_QUEUE_COUNT * (SOF_IPC4_DATA_QUEUE_OBJECT_SIZE + ibs); in sof_ipc4_update_resource_usage()1092 total = SOF_IPC4_FW_PAGE(task_mem + queue_mem); in sof_ipc4_update_resource_usage()