Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dscsi_debug.c409 unsigned int tape_eop[TAPE_MAX_PARTITIONS]; member
3487 if (pos >= devip->tape_eop[partition]) in resp_space()
3512 pos < devip->tape_eop[partition]; in resp_space()
3517 if (pos >= devip->tape_eop[partition]) in resp_space()
3526 if (pos >= devip->tape_eop[partition]) in resp_space()
3581 devip->tape_eop[0] = part_0_size; in partition_tape()
3583 devip->tape_eop[1] = part_1_size; in partition_tape()
3585 devip->tape_eop[0]; in partition_tape()
3623 devip->tape_eop[0], devip->tape_eop[1]); in resp_format_medium()
4447 if (pos >= devip->tape_eop[partition]) { in resp_read_tape()
[all …]