Lines Matching refs:can_queue
474 depth = (host->can_queue - num_one) / num_lsu; in aac_slave_configure()
546 if (num >= host->can_queue) in aac_change_queue_depth()
547 num = host->can_queue - 1; in aac_change_queue_depth()
548 if (depth > (host->can_queue - num)) in aac_change_queue_depth()
549 depth = host->can_queue - num; in aac_change_queue_depth()
702 for (count = 0; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) { in aac_eh_abort()
769 count < (host->can_queue + AAC_NUM_MGT_FIB); in aac_eh_abort()
790 count < (host->can_queue + AAC_NUM_MGT_FIB); in aac_eh_abort()
1023 for (count = 0; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) { in aac_eh_bus_reset()
1533 .can_queue = AAC_NUM_IO_FIB,
1558 for (i = 0; i < (aac->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB); i++) { in __aac_shutdown()
1684 aac->fibs = kcalloc(shost->can_queue + AAC_NUM_MGT_FIB, in aac_probe_one()
1973 for (i = 0; i < aac->scsi_host_ptr->can_queue; i++) { in aac_flush_ios()