Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/scsi/
Dscsi_cmnd.h253 SCSI_PROT_TRANSFER_PI = 1 << 0, enumerator
331 if (scmd->prot_flags & SCSI_PROT_TRANSFER_PI) in scsi_transfer_length()
/kernel/linux/linux-5.10/drivers/scsi/
Dsd.c749 [SCSI_PROT_READ_STRIP] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
757 [SCSI_PROT_READ_PASS] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
763 [SCSI_PROT_WRITE_INSERT] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
771 [SCSI_PROT_WRITE_PASS] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
804 scmd->prot_flags |= SCSI_PROT_TRANSFER_PI; in sd_setup_protect_cmnd()