Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/mpt2sas/
Dmpt2sas_base.c843 rpf = &ioc->reply_post_free[ioc->reply_post_host_index]; in _base_interrupt()
906 ioc->reply_post_free[ioc->reply_post_host_index].Default. in _base_interrupt()
912 rpf = ioc->reply_post_free; in _base_interrupt()
2090 if (ioc->reply_post_free) { in _base_release_memory_pools()
2092 ioc->reply_post_free, ioc->reply_post_free_dma); in _base_release_memory_pools()
2097 ioc->reply_post_free)); in _base_release_memory_pools()
2098 ioc->reply_post_free = NULL; in _base_release_memory_pools()
2482 ioc->reply_post_free = pci_pool_alloc(ioc->reply_post_free_dma_pool , in _base_allocate_memory_pools()
2484 if (!ioc->reply_post_free) { in _base_allocate_memory_pools()
2489 memset(ioc->reply_post_free, 0, sz); in _base_allocate_memory_pools()
[all …]
Dmpt2sas_base.h816 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member