Home
last modified time | relevance | path

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

/linux-5.19.10/include/scsi/
Dscsi_cmnd.h268 SCSI_PROT_TRANSFER_PI = 1 << 0, enumerator
380 if (scmd->prot_flags & SCSI_PROT_TRANSFER_PI) in scsi_transfer_length()
/linux-5.19.10/drivers/scsi/
Dsd.c711 [SCSI_PROT_READ_STRIP] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
719 [SCSI_PROT_READ_PASS] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
725 [SCSI_PROT_WRITE_INSERT] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
733 [SCSI_PROT_WRITE_PASS] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
767 scmd->prot_flags |= SCSI_PROT_TRANSFER_PI; in sd_setup_protect_cmnd()