Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dosst.c75 #define ST_KILOBYTE 1024 macro
114 #define OSST_BUFFER_SIZE (OSST_BUFFER_BLOCKS * ST_KILOBYTE)
115 #define OSST_WRITE_THRESHOLD (OSST_WRITE_THRESHOLD_BLOCKS * ST_KILOBYTE)
3970 value = (options & ~MT_ST_OPTIONS) * ST_KILOBYTE; in osst_set_options()
5569 osst_write_threshold = write_threshold_kbs * ST_KILOBYTE; in validate_options()
Dst.c74 #define ST_KILOBYTE 1024 macro
151 #define ST_FIXED_BUFFER_SIZE (ST_FIXED_BUFFER_BLOCKS * ST_KILOBYTE)
3945 st_fixed_buffer_size = buffer_kbs * ST_KILOBYTE; in validate_options()