Lines Matching refs:can_queue
266 for (; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) { in aac_queuecommand_lck()
466 depth = (host->can_queue - num_one) / num_lsu; in aac_slave_configure()
505 if (num >= host->can_queue) in aac_change_queue_depth()
506 num = host->can_queue - 1; in aac_change_queue_depth()
507 if (depth > (host->can_queue - num)) in aac_change_queue_depth()
508 depth = host->can_queue - num; in aac_change_queue_depth()
572 for (count = 0; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) { in aac_eh_abort()
585 for (count = 0; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) { in aac_eh_abort()
617 for (count = 0; count < (host->can_queue + AAC_NUM_MGT_FIB); ++count) { in aac_eh_reset()
1077 .can_queue = AAC_NUM_IO_FIB,
1160 aac->fibs = kmalloc(sizeof(struct fib) * (shost->can_queue + AAC_NUM_MGT_FIB), GFP_KERNEL); in aac_probe_one()