Lines Matching refs:reply_post_queue_depth
1761 (ioc->reply_post_queue_depth - 1)) ? 0 : in _base_process_reply_queue()
6029 int reply_post_free_sz = ioc->reply_post_queue_depth * in base_alloc_rdpq_dma_pool()
6236 ioc->reply_post_queue_depth = ioc->reply_free_queue_depth; in _base_allocate_memory_pools()
6239 ioc->reply_post_queue_depth = ioc->hba_queue_depth + in _base_allocate_memory_pools()
6242 if (ioc->reply_post_queue_depth % 16) in _base_allocate_memory_pools()
6243 ioc->reply_post_queue_depth += 16 - in _base_allocate_memory_pools()
6244 (ioc->reply_post_queue_depth % 16); in _base_allocate_memory_pools()
6247 if (ioc->reply_post_queue_depth > in _base_allocate_memory_pools()
6249 ioc->reply_post_queue_depth = in _base_allocate_memory_pools()
6253 ((ioc->reply_post_queue_depth - 64) / 2) - 1; in _base_allocate_memory_pools()
6266 reply_post_free_sz = ioc->reply_post_queue_depth * in _base_allocate_memory_pools()
7370 cpu_to_le16(ioc->reply_post_queue_depth); in _base_send_ioc_init()
8067 reply_post_free_contig += ioc->reply_post_queue_depth; in _base_make_ioc_operational()
8071 for (i = 0; i < ioc->reply_post_queue_depth; i++) in _base_make_ioc_operational()