Searched refs:SQ_SIZE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/include/cpu-sh4/cpu/ |
H A D | sq.h | 19 #define SQ_SIZE 32 macro 20 #define SQ_ALIGN_MASK (~(SQ_SIZE - 1)) 21 #define SQ_ALIGN(addr) (((addr)+SQ_SIZE-1) & SQ_ALIGN_MASK)
|
/kernel/linux/linux-6.6/arch/sh/include/cpu-sh4/cpu/ |
H A D | sq.h | 19 #define SQ_SIZE 32 macro 20 #define SQ_ALIGN_MASK (~(SQ_SIZE - 1)) 21 #define SQ_ALIGN(addr) (((addr)+SQ_SIZE-1) & SQ_ALIGN_MASK)
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | pci.c | 33 #define SQ_SIZE(q) ((q)->q_depth << (q)->sqes) macro 1377 nvmeq->sq_cmds, SQ_SIZE(nvmeq)); in nvme_free_queue() 1379 dma_free_coherent(nvmeq->dev->dev, SQ_SIZE(nvmeq), in nvme_free_queue() 1482 nvmeq->sq_cmds = pci_alloc_p2pmem(pdev, SQ_SIZE(nvmeq)); in nvme_alloc_sq_cmds() 1491 pci_free_p2pmem(pdev, nvmeq->sq_cmds, SQ_SIZE(nvmeq)); in nvme_alloc_sq_cmds() 1495 nvmeq->sq_cmds = dma_alloc_coherent(dev->dev, SQ_SIZE(nvmeq), in nvme_alloc_sq_cmds()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | pci.c | 35 #define SQ_SIZE(q) ((q)->q_depth << (q)->sqes) macro 1409 nvmeq->sq_cmds, SQ_SIZE(nvmeq)); in nvme_free_queue() 1411 dma_free_coherent(nvmeq->dev->dev, SQ_SIZE(nvmeq), in nvme_free_queue() 1499 nvmeq->sq_cmds = pci_alloc_p2pmem(pdev, SQ_SIZE(nvmeq)); in nvme_alloc_sq_cmds() 1508 pci_free_p2pmem(pdev, nvmeq->sq_cmds, SQ_SIZE(nvmeq)); in nvme_alloc_sq_cmds() 1512 nvmeq->sq_cmds = dma_alloc_coherent(dev->dev, SQ_SIZE(nvmeq), in nvme_alloc_sq_cmds()
|
Completed in 10 milliseconds