Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c997 (ioc->reply_post_queue_depth - 1)) ? 0 : in _base_interrupt()
2579 ioc->reply_post_queue_depth = ioc->hba_queue_depth + in _base_allocate_memory_pools()
2582 if (ioc->reply_post_queue_depth % 16) in _base_allocate_memory_pools()
2583 ioc->reply_post_queue_depth += 16 - in _base_allocate_memory_pools()
2584 (ioc->reply_post_queue_depth % 16); in _base_allocate_memory_pools()
2587 if (ioc->reply_post_queue_depth > in _base_allocate_memory_pools()
2589 ioc->reply_post_queue_depth = in _base_allocate_memory_pools()
2593 ((ioc->reply_post_queue_depth - 64) / 2) - 1; in _base_allocate_memory_pools()
2604 reply_post_free_sz = ioc->reply_post_queue_depth * in _base_allocate_memory_pools()
2645 ioc->reply_post_queue_depth, 8, sz/1024)); in _base_allocate_memory_pools()
[all …]
Dmpt2sas_base.h989 u16 reply_post_queue_depth; member
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c990 (ioc->reply_post_queue_depth - 1)) ? 0 : in _base_interrupt()
2751 ioc->reply_post_queue_depth = ioc->hba_queue_depth + in _base_allocate_memory_pools()
2754 if (ioc->reply_post_queue_depth % 16) in _base_allocate_memory_pools()
2755 ioc->reply_post_queue_depth += 16 - in _base_allocate_memory_pools()
2756 (ioc->reply_post_queue_depth % 16); in _base_allocate_memory_pools()
2759 if (ioc->reply_post_queue_depth > in _base_allocate_memory_pools()
2761 ioc->reply_post_queue_depth = in _base_allocate_memory_pools()
2765 ((ioc->reply_post_queue_depth - 64) / 2) - 1; in _base_allocate_memory_pools()
2776 reply_post_free_sz = ioc->reply_post_queue_depth * in _base_allocate_memory_pools()
2817 ioc->reply_post_queue_depth, 8, sz/1024)); in _base_allocate_memory_pools()
[all …]
Dmpt3sas_base.h931 u16 reply_post_queue_depth; member