Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi.c606 u8 cdlp; in scsi_cdl_check_cmd() local
629 cdlp = (buf[1] & 0x18) >> 3; in scsi_cdl_check_cmd()
631 return cdlp == 0x01 || cdlp == 0x02; in scsi_cdl_check_cmd()
/linux/drivers/ata/
H A Dlibata-scsi.c3474 u8 supported = 0, cdlp = 0, rwcdlp = 0; in ata_scsiop_maint_in() local
3524 cdlp = 0x01 << 3; in ata_scsiop_maint_in()
3535 cdlp = 0x02 << 3; in ata_scsiop_maint_in()
3555 rbuf[1] = cdlp | supported; in ata_scsiop_maint_in()