Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_user.c66 #define CMDR_SIZE (16 * 4096) macro
69 #define TCMU_RING_SIZE (CMDR_SIZE + DATA_SIZE)
890 udev->cmdr_size = CMDR_SIZE - CMDR_OFF; in tcmu_configure_device()
891 udev->data_off = CMDR_SIZE; in tcmu_configure_device()
892 udev->data_size = TCMU_RING_SIZE - CMDR_SIZE; in tcmu_configure_device()