Lines Matching refs:can_queue
466 depth = (host->can_queue - num_one) / num_lsu; in aac_slave_configure()
541 if (num >= host->can_queue) in aac_change_queue_depth()
542 num = host->can_queue - 1; in aac_change_queue_depth()
543 if (depth > (host->can_queue - num)) in aac_change_queue_depth()
544 depth = host->can_queue - num; in aac_change_queue_depth()
704 for (count = 0; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) { in aac_eh_abort()
776 count < (host->can_queue + AAC_NUM_MGT_FIB); in aac_eh_abort()
797 count < (host->can_queue + AAC_NUM_MGT_FIB); in aac_eh_abort()
1041 for (count = 0; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) { in aac_eh_bus_reset()
1495 .can_queue = AAC_NUM_IO_FIB,
1519 for (i = 0; i < (aac->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB); i++) { in __aac_shutdown()
1658 aac->fibs = kcalloc(shost->can_queue + AAC_NUM_MGT_FIB, in aac_probe_one()