Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dst.c364 struct st_cmdstatus *cmdstatp; in st_chk_result() local
369 cmdstatp = &STp->buffer->cmdstat; in st_chk_result()
370 st_analyze_sense(SRpnt, cmdstatp); in st_chk_result()
372 if (cmdstatp->have_sense) in st_chk_result()
383 if (cmdstatp->have_sense) in st_chk_result()
388 if (!cmdstatp->have_sense) in st_chk_result()
392 else if (cmdstatp->have_sense && in st_chk_result()
406 if (cmdstatp->fixed_format && in st_chk_result()
415 if (cmdstatp->have_sense && in st_chk_result()
416 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()
269 if (cmdstatp->have_sense && ( in osst_chk_result()
277 if (cmdstatp->have_sense) { in osst_chk_result()
300 if (cmdstatp->have_sense && scode == RECOVERED_ERROR) { in osst_chk_result()