Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c2438 if (ioc->reply_post) { in _base_release_memory_pools()
2440 rps = &ioc->reply_post[i]; in _base_release_memory_pools()
2456 kfree(ioc->reply_post); in _base_release_memory_pools()
2611 ioc->reply_post = kcalloc((ioc->rdpq_array_enable) ? in _base_allocate_memory_pools()
2615 if (!ioc->reply_post) { in _base_allocate_memory_pools()
2630 ioc->reply_post[i].reply_post_free = in _base_allocate_memory_pools()
2633 &ioc->reply_post[i].reply_post_free_dma); in _base_allocate_memory_pools()
2634 if (!ioc->reply_post[i].reply_post_free) { in _base_allocate_memory_pools()
2640 memset(ioc->reply_post[i].reply_post_free, 0, sz); in _base_allocate_memory_pools()
2644 ioc->reply_post[i].reply_post_free, in _base_allocate_memory_pools()
[all …]
Dmpt2sas_base.h990 struct reply_post_struct *reply_post; member
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c2604 if (ioc->reply_post) { in _base_release_memory_pools()
2606 rps = &ioc->reply_post[i]; in _base_release_memory_pools()
2622 kfree(ioc->reply_post); in _base_release_memory_pools()
2783 ioc->reply_post = kcalloc((ioc->rdpq_array_enable) ? in _base_allocate_memory_pools()
2787 if (!ioc->reply_post) { in _base_allocate_memory_pools()
2802 ioc->reply_post[i].reply_post_free = in _base_allocate_memory_pools()
2805 &ioc->reply_post[i].reply_post_free_dma); in _base_allocate_memory_pools()
2806 if (!ioc->reply_post[i].reply_post_free) { in _base_allocate_memory_pools()
2812 memset(ioc->reply_post[i].reply_post_free, 0, sz); in _base_allocate_memory_pools()
2816 ioc->reply_post[i].reply_post_free, in _base_allocate_memory_pools()
[all …]
Dmpt3sas_base.h932 struct reply_post_struct *reply_post; member