Lines Matching defs:host
16 * Abstract: This supports the initialization of the host adapter commuication interface.
163 * number of 4k pages of host physical memory. The aacraid fw
416 /* host to adapter high priority command queue */
423 /* adapter to host normal priority response queue */
429 /* adapter to host high priority response queue */
436 /* host to adapter normal priority response queue */
443 /* host to adapter high priority response queue */
513 struct Scsi_Host * host = dev->scsi_host_ptr;
524 dev->sg_tablesize = host->sg_tablesize = (dev->max_fib_size
607 host->max_sectors = (status[1] >> 16) << 1;
610 host->sg_tablesize = status[2] >> 16;
613 if (host->can_queue > (status[3] >> 16) -
615 host->can_queue = (status[3] >> 16) -
617 } else if (host->can_queue > (status[3] & 0xFFFF) -
619 host->can_queue = (status[3] & 0xFFFF) -
625 if (numacb < host->can_queue)
626 host->can_queue = numacb;