Home
last modified time | relevance | path

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

/drivers/target/
Dtarget_core_user.c61 #define CMDR_SIZE (16 * 4096) macro
64 #define TCMU_RING_SIZE (CMDR_SIZE + DATA_SIZE)
834 udev->cmdr_size = CMDR_SIZE - CMDR_OFF; in tcmu_configure_device()
835 udev->data_off = CMDR_SIZE; in tcmu_configure_device()
836 udev->data_size = TCMU_RING_SIZE - CMDR_SIZE; in tcmu_configure_device()