Lines Matching refs:can_queue
78 host_rrq_size = (dev->scsi_host_ptr->can_queue in aac_alloc_comm()
137 init->MaxIoCommands = cpu_to_le32(dev->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB); in aac_alloc_comm()
365 dev->scsi_host_ptr->can_queue + in aac_define_int_mode()
419 (dev->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB) / in aac_define_int_mode()
515 host->can_queue = ((status[3] >> 16) ? (status[3] >> 16) : in aac_init_adapter()
518 host->can_queue = (status[3] & 0xFFFF) - AAC_NUM_MGT_FIB; in aac_init_adapter()
533 host->can_queue = AAC_NUM_IO_FIB; in aac_init_adapter()
539 host->can_queue = 512 - AAC_NUM_MGT_FIB; in aac_init_adapter()
545 host->can_queue = 256 - AAC_NUM_MGT_FIB; in aac_init_adapter()
551 host->can_queue = 128 - AAC_NUM_MGT_FIB; in aac_init_adapter()
559 if (numacb < host->can_queue) in aac_init_adapter()
560 host->can_queue = numacb; in aac_init_adapter()
566 if (host->can_queue > AAC_NUM_IO_FIB) in aac_init_adapter()
567 host->can_queue = AAC_NUM_IO_FIB; in aac_init_adapter()