Home
last modified time | relevance | path

Searched refs:NVME_DMA_LEN (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/dev/ic/
H A Dnvmevar.h35 #define NVME_DMA_LEN(_ndm) ((_ndm)->ndm_map->dm_segs[0].ds_len) macro
H A Dnvme.c1946 memset(NVME_DMA_KVA(q->q_sq_dmamem), 0, NVME_DMA_LEN(q->q_sq_dmamem)); in nvme_q_alloc()
1947 memset(NVME_DMA_KVA(q->q_cq_dmamem), 0, NVME_DMA_LEN(q->q_cq_dmamem)); in nvme_q_alloc()
1993 memset(NVME_DMA_KVA(q->q_sq_dmamem), 0, NVME_DMA_LEN(q->q_sq_dmamem)); in nvme_q_reset()
1994 memset(NVME_DMA_KVA(q->q_cq_dmamem), 0, NVME_DMA_LEN(q->q_cq_dmamem)); in nvme_q_reset()
2135 0, NVME_DMA_LEN(mem), ops); in nvme_dmamem_sync()
/netbsd/sys/arch/arm/apple/
H A Dapple_nvme.c178 NVME_DMA_LEN(q->q_nvmmu_dmamem)); in nvme_ans_q_alloc()