Lines Matching defs:host
1030 ** Invalid host status values used by the SCRIPTS processor
1389 u_char status[4]; /* host status. must be the */
1394 ** The status bytes are used by the host and the script processor.
1427 ** Last four bytes (host)
1450 ** First four bytes (host)
1585 ** It is accessible to both the host and the script processor.
1683 ** It is filled up by the host processor and accessed by the
2369 ** Save host status to header.
2411 ** ... signal completion to the host
2424 ** ... signal completion to the host
2842 ** Force host status.
2991 ** let the host do the real work.
3046 ** let the host do the real work.
3630 ** Linux host data structure
3841 np->rv_ctest0 |= EHP; /* Even host parity */
3852 ** Get SCSI addr of host adapter (set by bios?).
4560 printk("%s: releasing host resources\n", ncr_name(np));
4647 printk("%s: host resources successfully released\n", inst_name);
6602 ** The host status field is set to HS_NEGOTIATE to mark this
7603 printk ("CACHE TEST FAILED: host wrote %d, ncr read %d.\n",
7608 printk ("CACHE TEST FAILED: ncr wrote %d, host read %d.\n",
7791 struct Scsi_Host *host = device->host;
7792 struct ncb *np = ((struct host_data *) host->hostdata)->ncb;
7801 struct Scsi_Host *host = device->host;
7802 struct ncb *np = ((struct host_data *) host->hostdata)->ncb;
7844 printk("ncr53c8xx_select_queue_depth: host=%d, id=%d, lun=%d, depth=%d\n",
7858 struct ncb *np = ((struct host_data *) cmd->device->host->hostdata)->ncb;
7941 struct ncb *np = ((struct host_data *) cmd->device->host->hostdata)->ncb;
7972 ** maxtags < cmd_per_lun of the Linux host control block,
8031 struct Scsi_Host *host = class_to_shost(dev);
8032 struct host_data *host_data = (struct host_data *)host->hostdata;
8073 * Allocate host data and ncb structure.
8127 /* Store input information in the host data structure. */
8311 void ncr53c8xx_release(struct Scsi_Host *host)
8313 struct host_data *host_data = shost_priv(host);
8319 scsi_host_put(host);