Home
last modified time | relevance | path

Searched refs:reply_post_queue_depth (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1016 (ioc->reply_post_queue_depth - 1)) ? 0 : in _base_interrupt()
3239 ioc->reply_post_queue_depth = ioc->hba_queue_depth + in _base_allocate_memory_pools()
3242 if (ioc->reply_post_queue_depth % 16) in _base_allocate_memory_pools()
3243 ioc->reply_post_queue_depth += 16 - in _base_allocate_memory_pools()
3244 (ioc->reply_post_queue_depth % 16); in _base_allocate_memory_pools()
3247 if (ioc->reply_post_queue_depth > in _base_allocate_memory_pools()
3249 ioc->reply_post_queue_depth = in _base_allocate_memory_pools()
3253 ((ioc->reply_post_queue_depth - 64) / 2) - 1; in _base_allocate_memory_pools()
3264 reply_post_free_sz = ioc->reply_post_queue_depth * in _base_allocate_memory_pools()
3305 ioc->reply_post_queue_depth, 8, sz/1024)); in _base_allocate_memory_pools()
[all …]
Dmpt3sas_base.h1130 u16 reply_post_queue_depth; member