Lines Matching defs:host
1028 ** Invalid host status values used by the SCRIPTS processor
1387 u_char status[4]; /* host status. must be the */
1392 ** The status bytes are used by the host and the script processor.
1425 ** Last four bytes (host)
1448 ** First four bytes (host)
1588 ** It is accessible to both the host and the script processor.
1686 ** It is filled up by the host processor and accessed by the
2397 ** Save host status to header.
2439 ** ... signal completion to the host
2452 ** ... signal completion to the host
2870 ** Force host status.
3019 ** let the host do the real work.
3074 ** let the host do the real work.
3658 ** Linux host data structure
3869 np->rv_ctest0 |= EHP; /* Even host parity */
3880 ** Get SCSI addr of host adapter (set by bios?).
4707 printk("%s: releasing host resources\n", ncr_name(np));
4794 printk("%s: host resources successfully released\n", inst_name);
6768 ** The host status field is set to HS_NEGOTIATE to mark this
7769 printk ("CACHE TEST FAILED: host wrote %d, ncr read %d.\n",
7774 printk ("CACHE TEST FAILED: ncr wrote %d, host read %d.\n",
7957 struct Scsi_Host *host = device->host;
7958 struct ncb *np = ((struct host_data *) host->hostdata)->ncb;
7967 struct Scsi_Host *host = device->host;
7968 struct ncb *np = ((struct host_data *) host->hostdata)->ncb;
8010 printk("ncr53c8xx_select_queue_depth: host=%d, id=%d, lun=%d, depth=%d\n",
8022 struct ncb *np = ((struct host_data *) cmd->device->host->hostdata)->ncb;
8106 struct ncb *np = ((struct host_data *) cmd->device->host->hostdata)->ncb;
8133 struct ncb *np = ((struct host_data *) cmd->device->host->hostdata)->ncb;
8161 ** maxtags < cmd_per_lun of the Linux host control block,
8240 struct Scsi_Host *host = class_to_shost(dev);
8241 struct host_data *host_data = (struct host_data *)host->hostdata;
8280 * Allocate host data and ncb structure.
8332 /* Store input information in the host data structure. */
8516 void ncr53c8xx_release(struct Scsi_Host *host)
8518 struct host_data *host_data = shost_priv(host);
8524 scsi_host_put(host);