Home
last modified time | relevance | path

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

/linux/include/scsi/
A Dscsi_cmnd.h274 SCSI_PROT_TRANSFER_PI = 1 << 0, enumerator
388 if (scmd->prot_flags & SCSI_PROT_TRANSFER_PI) in scsi_transfer_length()
/linux/drivers/scsi/
A Dsd.c773 [SCSI_PROT_READ_STRIP] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
781 [SCSI_PROT_READ_PASS] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
787 [SCSI_PROT_WRITE_INSERT] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
795 [SCSI_PROT_WRITE_PASS] = SCSI_PROT_TRANSFER_PI | in sd_prot_flag_mask()
829 scmd->prot_flags |= SCSI_PROT_TRANSFER_PI; in sd_setup_protect_cmnd()

Completed in 14 milliseconds