Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/mpt2sas/
Dmpt2sas_base.c890 (ioc->reply_free_queue_depth - 1)) ? in _base_interrupt()
2228 ioc->reply_free_queue_depth = queue_size; in _base_allocate_memory_pools()
2253 ioc->reply_free_queue_depth -= (queue_diff / 2); in _base_allocate_memory_pools()
2425 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools()
2444 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024)); in _base_allocate_memory_pools()
2450 sz = ioc->reply_free_queue_depth * 4; in _base_allocate_memory_pools()
2468 ioc->reply_free, ioc->reply_free_queue_depth, 4, sz/1024)); in _base_allocate_memory_pools()
3233 cpu_to_le16(ioc->reply_free_queue_depth); in _base_send_ioc_init()
3743 i < ioc->reply_free_queue_depth ; i++, reply_address += in _base_make_ioc_operational()
3756 ioc->reply_free_host_index = ioc->reply_free_queue_depth - 1; in _base_make_ioc_operational()
Dmpt2sas_base.h808 u16 reply_free_queue_depth; member