Home
last modified time | relevance | path

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

/drivers/target/
Dtarget_core_user.c64 #define TCMU_RING_SIZE (CMDR_SIZE + DATA_SIZE) macro
731 if (vma_pages(vma) != (TCMU_RING_SIZE >> PAGE_SHIFT)) in tcmu_mmap()
827 udev->mb_addr = vzalloc(TCMU_RING_SIZE); in tcmu_configure_device()
836 udev->data_size = TCMU_RING_SIZE - CMDR_SIZE; in tcmu_configure_device()
850 info->mem[0].size = TCMU_RING_SIZE; in tcmu_configure_device()