Lines Matching refs:can_queue
465 depth = (host->can_queue - num_one) / num_lsu; in aac_slave_configure()
540 if (num >= host->can_queue) in aac_change_queue_depth()
541 num = host->can_queue - 1; in aac_change_queue_depth()
542 if (depth > (host->can_queue - num)) in aac_change_queue_depth()
543 depth = host->can_queue - num; in aac_change_queue_depth()
706 for (count = 0; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) { in aac_eh_abort()
778 count < (host->can_queue + AAC_NUM_MGT_FIB); in aac_eh_abort()
799 count < (host->can_queue + AAC_NUM_MGT_FIB); in aac_eh_abort()
1043 for (count = 0; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) { in aac_eh_bus_reset()
1499 .can_queue = AAC_NUM_IO_FIB,
1524 for (i = 0; i < (aac->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB); i++) { in __aac_shutdown()
1663 aac->fibs = kcalloc(shost->can_queue + AAC_NUM_MGT_FIB, in aac_probe_one()