tag | line | file | source code |
ST_BLOCK_SIZE | 80 | drivers/scsi/st.c | #define ST_BUFFER_SIZE (ST_BUFFER_BLOCKS * ST_BLOCK_SIZE) |
ST_BLOCK_SIZE | 81 | drivers/scsi/st.c | #define ST_WRITE_THRESHOLD (ST_WRITE_THRESHOLD_BLOCKS * ST_BLOCK_SIZE) |
ST_BLOCK_SIZE | 324 | drivers/scsi/st.c | ST_BLOCK_SIZE, st_sleep_done, ST_LONG_TIMEOUT, |
ST_BLOCK_SIZE | 340 | drivers/scsi/st.c | ST_BLOCK_SIZE, st_sleep_done, ST_LONG_TIMEOUT, |
ST_BLOCK_SIZE | 367 | drivers/scsi/st.c | ST_BLOCK_SIZE, st_sleep_done, ST_TIMEOUT, MAX_READY_RETRIES); |
ST_BLOCK_SIZE | 395 | drivers/scsi/st.c | ST_BLOCK_SIZE, st_sleep_done, ST_TIMEOUT, MAX_READY_RETRIES); |
ST_BLOCK_SIZE | 439 | drivers/scsi/st.c | scsi_tapes[dev].block_size = ST_BLOCK_SIZE; |
ST_BLOCK_SIZE | 501 | drivers/scsi/st.c | ST_BLOCK_SIZE, st_sleep_done, ST_TIMEOUT, MAX_RETRIES); |
ST_BLOCK_SIZE | 1098 | drivers/scsi/st.c | (void *) cmd, (void *) scsi_tapes[dev].buffer->b_data, ST_BLOCK_SIZE, |
ST_BLOCK_SIZE | 1228 | drivers/scsi/st.c | ST_BLOCK_SIZE, st_sleep_done, ST_TIMEOUT, MAX_READY_RETRIES); |
ST_BLOCK_SIZE | 1325 | drivers/scsi/st.c | mem_start += sizeof(ST_buffer) - 1 + ST_BUFFER_BLOCKS * ST_BLOCK_SIZE; |