Home
last modified time | relevance | path

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

/linux-6.6.21/include/scsi/
Dscsi_cmnd.h274 SCSI_PROT_TRANSFER_PI = 1 << 0, enumerator
386 if (scmd->prot_flags & SCSI_PROT_TRANSFER_PI) in scsi_transfer_length()
/linux-6.6.21/drivers/scsi/
Dsd.c752 [SCSI_PROT_READ_STRIP] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
760 [SCSI_PROT_READ_PASS] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
766 [SCSI_PROT_WRITE_INSERT] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
774 [SCSI_PROT_WRITE_PASS] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
808 scmd->prot_flags |= SCSI_PROT_TRANSFER_PI; in sd_setup_protect_cmnd()