Lines Matching defs:host
15 * For every id of every channel on the given host:
144 * When this function returns, any host which started scanning before
295 sdev->host = shost;
335 q = blk_mq_init_queue(&sdev->host->tag_set);
343 kref_get(&sdev->host->tagset_refcnt);
346 __scsi_init_queue(sdev->host, q);
348 depth = sdev->host->cmd_per_lun ?: 1;
481 * @parent: parent of the target (need not be a scsi host)
542 * put because it will be under the host lock */
798 if (!sdev->host->short_inquiry) {
799 shost_printk(KERN_INFO, sdev->host,
802 sdev->host->short_inquiry = 1;
838 !sdev->host->no_scsi2_lun_in_cdb)
1065 if (sdev->host->hostt->slave_configure) {
1066 ret = sdev->host->hostt->slave_configure(sdev);
1168 * host adapter calls into here with rescan == 0.
1418 * Also allow SCSI-2 if BLIST_REPORTLUN2 is set and host adapter does
1538 if (lun > sdev->host->max_lun) {
1541 " allowed by the host adapter\n", lun);
1609 int scsi_add_device(struct Scsi_Host *host, uint channel,
1613 __scsi_add_device(host, channel, target, lun, NULL);
1672 * Don't scan the host adapter
1683 * Scan for a specific host/chan/id/lun.
1717 * @parent: host to scan
1839 * @shost: the host which will be scanned
1842 * Tells the midlayer this host is going to do an asynchronous scan.
1843 * It reserves the host's position in the scanning list and ensures
1892 * All the devices currently attached to this host have been found.