Lines Matching refs:can_queue
448 depth = (host->can_queue - num_one) / num_lsu; in aac_slave_configure()
483 if (num >= host->can_queue) in aac_change_queue_depth()
484 num = host->can_queue - 1; in aac_change_queue_depth()
485 if (depth > (host->can_queue - num)) in aac_change_queue_depth()
486 depth = host->can_queue - num; in aac_change_queue_depth()
550 for (count = 0; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) { in aac_eh_abort()
563 for (count = 0; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) { in aac_eh_abort()
595 for (count = 0; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) { in aac_eh_reset()
1059 .can_queue = AAC_NUM_IO_FIB,
1081 for (i = 0; i < (aac->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB); i++) { in __aac_shutdown()
1183 aac->fibs = kzalloc(sizeof(struct fib) * (shost->can_queue + AAC_NUM_MGT_FIB), GFP_KERNEL); in aac_probe_one()