Searched refs:MB_CMDR_SIZE (Results 1 – 1 of 1) sorted by relevance
65 #define MB_CMDR_SIZE (8 * 1024 * 1024) macro68 #define CMDR_SIZE (MB_CMDR_SIZE - CMDR_OFF)2218 mb = vzalloc(MB_CMDR_SIZE); in tcmu_configure_device()2228 udev->data_off = MB_CMDR_SIZE; in tcmu_configure_device()2230 udev->mmap_pages = (data_size + MB_CMDR_SIZE) >> PAGE_SHIFT; in tcmu_configure_device()2250 info->mem[0].size = data_size + MB_CMDR_SIZE; in tcmu_configure_device()