Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi.c597 u8 cdlp; in scsi_cdl_check_cmd() local
611 * - rwcdlp == 0: then cdlp indicates support for the A mode page when in scsi_cdl_check_cmd()
614 * - rwcdlp == 1: then cdlp indicates support for the T2A mode page in scsi_cdl_check_cmd()
618 * to check that cdlp is 1 or 2. in scsi_cdl_check_cmd()
620 cdlp = (buf[1] & 0x18) >> 3; in scsi_cdl_check_cmd()
622 return cdlp == 0x01 || cdlp == 0x02; in scsi_cdl_check_cmd()
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-scsi.c3321 u8 supported = 0, cdlp = 0, rwcdlp = 0; in ata_scsiop_maint_in() local
3364 * rwcdlp = 0x01 and cdlp = 0x01 in ata_scsiop_maint_in()
3367 cdlp = 0x01 << 3; in ata_scsiop_maint_in()
3375 * rwcdlp = 0x01 and cdlp = 0x02 in ata_scsiop_maint_in()
3378 cdlp = 0x02 << 3; in ata_scsiop_maint_in()
3398 rbuf[1] = cdlp | supported; in ata_scsiop_maint_in()

Completed in 7 milliseconds