Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_user.c63 #define CMDR_SIZE (16 * 4096) macro
66 #define TCMU_RING_SIZE (CMDR_SIZE + DATA_SIZE)
850 udev->cmdr_size = CMDR_SIZE - CMDR_OFF; in tcmu_configure_device()
851 udev->data_off = CMDR_SIZE; in tcmu_configure_device()
852 udev->data_size = TCMU_RING_SIZE - CMDR_SIZE; in tcmu_configure_device()