Searched refs:pg_len (Results 1 – 2 of 2) sorted by relevance
/drivers/ata/ |
D | libata-scsi.c | 3217 unsigned six_byte, pg_len, hdr_len, bd_len; in ata_scsi_mode_select_xlat() local 3275 pg_len = (p[2] << 8) | p[3]; in ata_scsi_mode_select_xlat() 3283 pg_len = p[1]; in ata_scsi_mode_select_xlat() 3294 if (pg_len > len) in ata_scsi_mode_select_xlat() 3299 if (ata_mselect_caching(qc, p, pg_len) < 0) in ata_scsi_mode_select_xlat() 3311 if (len > pg_len) in ata_scsi_mode_select_xlat()
|
/drivers/scsi/ |
D | scsi_debug.c | 1630 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; in resp_mode_select() local 1671 pg_len = spf ? ((arr[off + 2] << 8) + arr[off + 3] + 4) : in resp_mode_select() 1673 if ((pg_len + off) > param_len) { in resp_mode_select()
|