Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dst.c352 struct st_cmdstatus *cmdstatp; in st_chk_result() local
357 cmdstatp = &STp->buffer->cmdstat; in st_chk_result()
358 st_analyze_sense(SRpnt, cmdstatp); in st_chk_result()
360 if (cmdstatp->have_sense) in st_chk_result()
371 if (cmdstatp->have_sense) in st_chk_result()
375 if (!cmdstatp->have_sense) in st_chk_result()
380 else if (cmdstatp->have_sense && in st_chk_result()
393 if (cmdstatp->fixed_format && in st_chk_result()
402 if (cmdstatp->have_sense && in st_chk_result()
403 cmdstatp->sense_hdr.asc == 0 && cmdstatp->sense_hdr.ascq == 0x17) in st_chk_result()
[all …]
Dosst.c243 struct st_cmdstatus *cmdstatp; in osst_chk_result() local
248 cmdstatp = &STp->buffer->cmdstat; in osst_chk_result()
249 osst_analyze_sense(SRpnt, cmdstatp); in osst_chk_result()
251 if (cmdstatp->have_sense) in osst_chk_result()
263 if (cmdstatp->have_sense) in osst_chk_result()
268 if (cmdstatp->have_sense && ( in osst_chk_result()
276 if (cmdstatp->have_sense) { in osst_chk_result()
298 if (cmdstatp->have_sense && scode == RECOVERED_ERROR) { in osst_chk_result()