Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dst.c363 struct st_cmdstatus *cmdstatp; in st_chk_result() local
368 cmdstatp = &STp->buffer->cmdstat; in st_chk_result()
369 st_analyze_sense(SRpnt, cmdstatp); in st_chk_result()
371 if (cmdstatp->have_sense) in st_chk_result()
382 if (cmdstatp->have_sense) in st_chk_result()
387 if (!cmdstatp->have_sense) in st_chk_result()
391 else if (cmdstatp->have_sense && in st_chk_result()
405 if (cmdstatp->fixed_format && in st_chk_result()
414 if (cmdstatp->have_sense && in st_chk_result()
415 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()