Home
last modified time | relevance | path

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

/drivers/scsi/mpt2sas/
Dmpt2sas_base.c925 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()
991 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()
997 rpf = reply_q->reply_post_free; in _base_interrupt()
2384 if (ioc->reply_post_free) { in _base_release_memory_pools()
2386 ioc->reply_post_free, ioc->reply_post_free_dma); in _base_release_memory_pools()
2391 ioc->reply_post_free)); in _base_release_memory_pools()
2392 ioc->reply_post_free = NULL; in _base_release_memory_pools()
2758 ioc->reply_post_free = pci_pool_alloc(ioc->reply_post_free_dma_pool , in _base_allocate_memory_pools()
2760 if (!ioc->reply_post_free) { in _base_allocate_memory_pools()
2765 memset(ioc->reply_post_free, 0, sz); in _base_allocate_memory_pools()
[all …]
Dmpt2sas_base.h584 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member
973 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member
/drivers/scsi/mpt3sas/
Dmpt3sas_base.c911 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt()
983 reply_q->reply_post_free[reply_q->reply_post_host_index]. in _base_interrupt()
989 rpf = reply_q->reply_post_free; in _base_interrupt()
2512 if (ioc->reply_post_free) { in _base_release_memory_pools()
2514 ioc->reply_post_free, ioc->reply_post_free_dma); in _base_release_memory_pools()
2519 ioc->reply_post_free)); in _base_release_memory_pools()
2520 ioc->reply_post_free = NULL; in _base_release_memory_pools()
2896 ioc->reply_post_free = pci_pool_alloc(ioc->reply_post_free_dma_pool , in _base_allocate_memory_pools()
2898 if (!ioc->reply_post_free) { in _base_allocate_memory_pools()
2904 memset(ioc->reply_post_free, 0, sz); in _base_allocate_memory_pools()
[all …]
Dmpt3sas_base.h485 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member
896 Mpi2ReplyDescriptorsUnion_t *reply_post_free; member