• Home
  • Raw
  • Download

Lines Matching refs:host_status

1432 #define  host_status   phys.header.status[2]  macro
1437 #define host_status phys.header.status[1] macro
4346 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY; in ncr_queue_command()
4613 if (cp->host_status) { in ncr_detach()
4615 ncr_name(np), cp->host_status); in ncr_detach()
4680 cp->host_status,cp->scsi_status); in ncr_complete()
4744 if (cp->host_status==HS_COMPLETE) in ncr_complete()
4745 cp->host_status = HS_FAIL; in ncr_complete()
4752 if (cp->host_status != HS_COMPLETE || in ncr_complete()
4756 cp->host_status, cp->scsi_status); in ncr_complete()
4764 if ( (cp->host_status == HS_COMPLETE) in ncr_complete()
4802 } else if ((cp->host_status == HS_COMPLETE) in ncr_complete()
4823 } else if ((cp->host_status == HS_COMPLETE) in ncr_complete()
4830 } else if ((cp->host_status == HS_COMPLETE) in ncr_complete()
4839 } else if ((cp->host_status == HS_SEL_TIMEOUT) in ncr_complete()
4840 || (cp->host_status == HS_TIMEOUT)) { in ncr_complete()
4848 } else if (cp->host_status == HS_RESET) { in ncr_complete()
4856 } else if (cp->host_status == HS_ABORTED) { in ncr_complete()
4870 cp->host_status, cp->scsi_status, cp); in ncr_complete()
4887 if (cp->host_status==HS_COMPLETE) { in ncr_complete()
4902 } else printk (" HOSTERROR: %x", cp->host_status); in ncr_complete()
4949 cp->host_status &= ~HS_SKIPMASK; in ncr_ccb_skipped()
4990 if (cp->host_status & HS_DONEMASK) in ncr_wakeup_done()
4992 else if (cp->host_status & HS_SKIPMASK) in ncr_wakeup_done()
5001 if (cp->host_status & HS_DONEMASK) in ncr_wakeup_done()
5003 else if (cp->host_status & HS_SKIPMASK) in ncr_wakeup_done()
5018 if (cp->host_status != HS_IDLE) { in ncr_wakeup()
5019 cp->host_status = code; in ncr_wakeup()
5928 cp-> host_status = HS_SEL_TIMEOUT; in ncr_int_sto()
6342 cp->host_status = HS_BUSY; in ncr_int_ma()
6425 cp->host_status = HS_BUSY; in ncr_sir_to_redo()
6483 cp->host_status = HS_BUSY; in ncr_sir_to_redo()
7122 cp -> host_status = HS_IDLE; in ncr_free_ccb()