Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c539 stmf_status_t xfer_status; in sbd_handle_sgl_read_xfer_completion() local
554 xfer_status = dbuf->db_xfer_status; in sbd_handle_sgl_read_xfer_completion()
566 (xfer_status != STMF_SUCCESS)); in sbd_handle_sgl_read_xfer_completion()
621 ASSERT(xfer_status != STMF_SUCCESS); in sbd_handle_sgl_read_xfer_completion()
630 stmf_abort(STMF_QUEUE_TASK_ABORT, task, xfer_status, NULL); in sbd_handle_sgl_read_xfer_completion()
642 stmf_status_t xfer_status = dbuf->db_xfer_status; in sbd_handle_sgl_write_xfer_completion() local
663 (xfer_status != STMF_SUCCESS)); in sbd_handle_sgl_write_xfer_completion()
753 ASSERT(xfer_status != STMF_SUCCESS); in sbd_handle_sgl_write_xfer_completion()
754 stmf_abort(STMF_QUEUE_TASK_ABORT, task, xfer_status, NULL); in sbd_handle_sgl_write_xfer_completion()