Home
last modified time | relevance | path

Searched refs:SQ_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/sh/include/cpu-sh4/cpu/
Dsq.h22 #define SQ_SIZE 32 macro
23 #define SQ_ALIGN_MASK (~(SQ_SIZE - 1))
24 #define SQ_ALIGN(addr) (((addr)+SQ_SIZE-1) & SQ_ALIGN_MASK)
/linux-4.1.27/drivers/block/
Dnvme-core.c48 #define SQ_SIZE(depth) (depth * sizeof(struct nvme_command)) macro
1312 dma_free_coherent(nvmeq->q_dmadev, SQ_SIZE(nvmeq->q_depth), in nvme_free_queue()
1400 nvmeq->sq_cmds = dma_alloc_coherent(dmadev, SQ_SIZE(depth), in nvme_alloc_queue()