Lines Matching refs:host_status
1566 uint32_t host_status = DID_OK; in csio_scsi_err_handler() local
1576 host_status = DID_ERROR; in csio_scsi_err_handler()
1591 host_status = DID_ERROR; in csio_scsi_err_handler()
1617 host_status = DID_ERROR; in csio_scsi_err_handler()
1619 host_status = DID_ERROR; in csio_scsi_err_handler()
1629 host_status = DID_ERROR; in csio_scsi_err_handler()
1640 host_status = DID_ERROR; in csio_scsi_err_handler()
1655 host_status = DID_REQUEUE; in csio_scsi_err_handler()
1666 host_status = DID_ERROR; in csio_scsi_err_handler()
1678 host_status = DID_ERROR; in csio_scsi_err_handler()
1683 host_status = DID_ERROR; in csio_scsi_err_handler()
1688 host_status = DID_ERROR; in csio_scsi_err_handler()
1692 host_status = DID_ERROR; in csio_scsi_err_handler()
1697 host_status = DID_ERROR; in csio_scsi_err_handler()
1702 host_status = DID_ERROR; in csio_scsi_err_handler()
1711 host_status = DID_ERROR; in csio_scsi_err_handler()
1719 cmnd->result = (((host_status) << 16) | scsi_status); in csio_scsi_err_handler()
1738 uint32_t host_status = DID_OK; in csio_scsi_cbfn() local
1744 host_status = csio_scsi_copy_to_sgl(hw, req); in csio_scsi_cbfn()
1747 cmnd->result = (((host_status) << 16) | scsi_status); in csio_scsi_cbfn()