Lines Matching refs:can_queue
465 depth = (host->can_queue - num_one) / num_lsu; in aac_slave_configure()
549 if (num >= host->can_queue) in aac_change_queue_depth()
550 num = host->can_queue - 1; in aac_change_queue_depth()
551 if (depth > (host->can_queue - num)) in aac_change_queue_depth()
552 depth = host->can_queue - num; in aac_change_queue_depth()
715 for (count = 0; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) { in aac_eh_abort()
787 count < (host->can_queue + AAC_NUM_MGT_FIB); in aac_eh_abort()
808 count < (host->can_queue + AAC_NUM_MGT_FIB); in aac_eh_abort()
1052 for (count = 0; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) { in aac_eh_bus_reset()
1509 .can_queue = AAC_NUM_IO_FIB,
1534 for (i = 0; i < (aac->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB); i++) { in __aac_shutdown()
1673 aac->fibs = kcalloc(shost->can_queue + AAC_NUM_MGT_FIB, in aac_probe_one()