Lines Matching refs:can_queue
80 host_rrq_size = (dev->scsi_host_ptr->can_queue in aac_alloc_comm()
139 init->MaxIoCommands = cpu_to_le32(dev->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB); in aac_alloc_comm()
448 host->can_queue = ((status[3] >> 16) ? (status[3] >> 16) : in aac_init_adapter()
451 host->can_queue = (status[3] & 0xFFFF) - AAC_NUM_MGT_FIB; in aac_init_adapter()
466 host->can_queue = AAC_NUM_IO_FIB; in aac_init_adapter()
472 host->can_queue = 512 - AAC_NUM_MGT_FIB; in aac_init_adapter()
478 host->can_queue = 256 - AAC_NUM_MGT_FIB; in aac_init_adapter()
484 host->can_queue = 128 - AAC_NUM_MGT_FIB; in aac_init_adapter()
492 if (numacb < host->can_queue) in aac_init_adapter()
493 host->can_queue = numacb; in aac_init_adapter()
499 if (host->can_queue > AAC_NUM_IO_FIB) in aac_init_adapter()
500 host->can_queue = AAC_NUM_IO_FIB; in aac_init_adapter()
547 dev->scsi_host_ptr->can_queue + in aac_define_int_mode()
608 (dev->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB) / in aac_define_int_mode()