Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dlibata-scsi.c4113 unsigned six_byte, pg_len, hdr_len, bd_len; in ata_scsi_mode_select_xlat() local
4185 pg_len = get_unaligned_be16(&p[2]); in ata_scsi_mode_select_xlat()
4193 pg_len = p[1]; in ata_scsi_mode_select_xlat()
4223 if (pg_len > len) in ata_scsi_mode_select_xlat()
4228 if (ata_mselect_caching(qc, p, pg_len, &fp) < 0) { in ata_scsi_mode_select_xlat()
4234 ret = ata_mselect_control(qc, spg, p, pg_len, &fp); in ata_scsi_mode_select_xlat()
4252 if (len > pg_len) in ata_scsi_mode_select_xlat()
/linux/drivers/scsi/
H A Dscsi_debug.c2888 unsigned char *new, int pg_len) in process_medium_part_m_pg() argument
3166 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; in resp_mode_select() local
3227 pg_len = spf ? (get_unaligned_be16(arr + off + 2) + 4) : in resp_mode_select()
3229 if ((pg_len + off) > param_len) { in resp_mode_select()
3266 fld = process_medium_part_m_pg(devip, &arr[off], pg_len); in resp_mode_select()