• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching refs:host_status

1407 **	The byte corresponding to the host_status must be stored in the 
1410 ** has been entirely copied back to the CCB when the host_status is
1442 #define host_status phys.header.status[2]
1447 #define host_status phys.header.status[1]
4350 cp->host_status = cp->nego_status ? HS_NEGOTIATE : HS_BUSY;
4552 if (cp->host_status == HS_IDLE) continue;
4650 if (cp->host_status) {
4651 printk("%s: shall free an active ccb (host_status=%d)\n",
4652 ncr_name(np), cp->host_status);
4717 cp->host_status,cp->scsi_status);
4781 if (cp->host_status==HS_COMPLETE)
4782 cp->host_status = HS_FAIL;
4789 if (cp->host_status!=HS_COMPLETE || cp->scsi_status!=S_GOOD) {
4790 PRINT_ADDR(cmd, "ERROR: cmd=%x host_status=%x "
4792 cp->host_status, cp->scsi_status);
4799 if ( (cp->host_status == HS_COMPLETE)
4837 } else if ((cp->host_status == HS_COMPLETE)
4858 } else if ((cp->host_status == HS_COMPLETE)
4865 } else if ((cp->host_status == HS_COMPLETE)
4874 } else if ((cp->host_status == HS_SEL_TIMEOUT)
4875 || (cp->host_status == HS_TIMEOUT)) {
4882 } else if (cp->host_status == HS_RESET) {
4889 } else if (cp->host_status == HS_ABORTED) {
4902 cp->host_status, cp->scsi_status, cp);
4918 if (cp->host_status==HS_COMPLETE) {
4933 } else printk (" HOSTERROR: %x", cp->host_status);
4980 cp->host_status &= ~HS_SKIPMASK;
5021 if (cp->host_status & HS_DONEMASK)
5023 else if (cp->host_status & HS_SKIPMASK)
5032 if (cp->host_status & HS_DONEMASK)
5034 else if (cp->host_status & HS_SKIPMASK)
5049 if (cp->host_status != HS_IDLE) {
5050 cp->host_status = code;
5960 cp-> host_status = HS_SEL_TIMEOUT;
6369 cp->host_status = HS_BUSY;
6447 cp->host_status = HS_BUSY;
6505 cp->host_status = HS_BUSY;
7119 cp -> host_status = HS_IDLE;