Searched refs:reply_post_queue_depth (Results 1 – 2 of 2) sorted by relevance
1519 (ioc->reply_post_queue_depth - 1)) ? 0 : in _base_process_reply_queue()4962 ioc->reply_post_queue_depth = ioc->reply_free_queue_depth; in _base_allocate_memory_pools()4965 ioc->reply_post_queue_depth = ioc->hba_queue_depth + in _base_allocate_memory_pools()4968 if (ioc->reply_post_queue_depth % 16) in _base_allocate_memory_pools()4969 ioc->reply_post_queue_depth += 16 - in _base_allocate_memory_pools()4970 (ioc->reply_post_queue_depth % 16); in _base_allocate_memory_pools()4973 if (ioc->reply_post_queue_depth > in _base_allocate_memory_pools()4975 ioc->reply_post_queue_depth = in _base_allocate_memory_pools()4979 ((ioc->reply_post_queue_depth - 64) / 2) - 1; in _base_allocate_memory_pools()4991 reply_post_free_sz = ioc->reply_post_queue_depth * in _base_allocate_memory_pools()[all …]
1401 u16 reply_post_queue_depth; member