Lines Matching refs:host_status
1570 uint32_t host_status = DID_OK; in csio_scsi_err_handler() local
1580 host_status = DID_ERROR; in csio_scsi_err_handler()
1595 host_status = DID_ERROR; in csio_scsi_err_handler()
1621 host_status = DID_ERROR; in csio_scsi_err_handler()
1623 host_status = DID_ERROR; in csio_scsi_err_handler()
1633 host_status = DID_ERROR; in csio_scsi_err_handler()
1644 host_status = DID_ERROR; in csio_scsi_err_handler()
1659 host_status = DID_REQUEUE; in csio_scsi_err_handler()
1670 host_status = DID_ERROR; in csio_scsi_err_handler()
1682 host_status = DID_ERROR; in csio_scsi_err_handler()
1687 host_status = DID_ERROR; in csio_scsi_err_handler()
1692 host_status = DID_ERROR; in csio_scsi_err_handler()
1696 host_status = DID_ERROR; in csio_scsi_err_handler()
1701 host_status = DID_ERROR; in csio_scsi_err_handler()
1706 host_status = DID_ERROR; in csio_scsi_err_handler()
1715 host_status = DID_ERROR; in csio_scsi_err_handler()
1722 if (req->dcopy && (host_status == DID_OK)) in csio_scsi_err_handler()
1723 host_status = csio_scsi_copy_to_sgl(hw, req); in csio_scsi_err_handler()
1726 cmnd->result = (((host_status) << 16) | scsi_status); in csio_scsi_err_handler()
1745 uint32_t host_status = DID_OK; in csio_scsi_cbfn() local
1751 host_status = csio_scsi_copy_to_sgl(hw, req); in csio_scsi_cbfn()
1754 cmnd->result = (((host_status) << 16) | scsi_status); in csio_scsi_cbfn()