Lines Matching refs:reply_post_queue_depth
1472 (ioc->reply_post_queue_depth - 1)) ? 0 : in _base_interrupt()
4464 ioc->reply_post_queue_depth = ioc->reply_free_queue_depth; in _base_allocate_memory_pools()
4467 ioc->reply_post_queue_depth = ioc->hba_queue_depth + in _base_allocate_memory_pools()
4470 if (ioc->reply_post_queue_depth % 16) in _base_allocate_memory_pools()
4471 ioc->reply_post_queue_depth += 16 - in _base_allocate_memory_pools()
4472 (ioc->reply_post_queue_depth % 16); in _base_allocate_memory_pools()
4475 if (ioc->reply_post_queue_depth > in _base_allocate_memory_pools()
4477 ioc->reply_post_queue_depth = in _base_allocate_memory_pools()
4481 ((ioc->reply_post_queue_depth - 64) / 2) - 1; in _base_allocate_memory_pools()
4492 reply_post_free_sz = ioc->reply_post_queue_depth * in _base_allocate_memory_pools()
4533 ioc->reply_post_queue_depth, 8, sz/1024)); in _base_allocate_memory_pools()
5715 cpu_to_le16(ioc->reply_post_queue_depth); in _base_send_ioc_init()
6387 reply_post_free_contig += ioc->reply_post_queue_depth; in _base_make_ioc_operational()
6391 for (i = 0; i < ioc->reply_post_queue_depth; i++) in _base_make_ioc_operational()