Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c983 (ioc->reply_free_queue_depth - 1)) ? in _base_interrupt()
2576 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
2580 ioc->reply_free_queue_depth + 1; in _base_allocate_memory_pools()
2594 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
2825 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools()
2844 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024)); in _base_allocate_memory_pools()
2850 sz = ioc->reply_free_queue_depth * 4; in _base_allocate_memory_pools()
2868 ioc->reply_free, ioc->reply_free_queue_depth, 4, sz/1024)); in _base_allocate_memory_pools()
3671 cpu_to_le16(ioc->reply_free_queue_depth); in _base_send_ioc_init()
4343 i < ioc->reply_free_queue_depth ; i++, reply_address += in _base_make_ioc_operational()
[all …]
Dmpt2sas_base.h982 u16 reply_free_queue_depth; member
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c977 (ioc->reply_free_queue_depth - 1)) ? in _base_interrupt()
2748 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
2752 ioc->reply_free_queue_depth + 1 ; in _base_allocate_memory_pools()
2766 ioc->reply_free_queue_depth = ioc->hba_queue_depth + 64; in _base_allocate_memory_pools()
2998 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools()
3018 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024)); in _base_allocate_memory_pools()
3024 sz = ioc->reply_free_queue_depth * 4; in _base_allocate_memory_pools()
3042 ioc->reply_free, ioc->reply_free_queue_depth, 4, sz/1024)); in _base_allocate_memory_pools()
3793 cpu_to_le16(ioc->reply_free_queue_depth); in _base_send_ioc_init()
4482 i < ioc->reply_free_queue_depth ; i++, reply_address += in _base_make_ioc_operational()
[all …]
Dmpt3sas_base.h924 u16 reply_free_queue_depth; member