Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_base.c3651 Mpi2IOCInitRDPQArrayEntry *reply_post_free_array = NULL; in _base_send_ioc_init() local
3685 reply_post_free_array = pci_alloc_consistent(ioc->pdev, in _base_send_ioc_init()
3687 if (!reply_post_free_array) { in _base_send_ioc_init()
3694 memset(reply_post_free_array, 0, reply_post_free_array_sz); in _base_send_ioc_init()
3696 reply_post_free_array[i].RDPQBaseAddress = in _base_send_ioc_init()
3744 if (reply_post_free_array) in _base_send_ioc_init()
3746 reply_post_free_array, in _base_send_ioc_init()
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_base.c3773 Mpi2IOCInitRDPQArrayEntry *reply_post_free_array = NULL; in _base_send_ioc_init() local
3807 reply_post_free_array = pci_alloc_consistent(ioc->pdev, in _base_send_ioc_init()
3809 if (!reply_post_free_array) { in _base_send_ioc_init()
3816 memset(reply_post_free_array, 0, reply_post_free_array_sz); in _base_send_ioc_init()
3818 reply_post_free_array[i].RDPQBaseAddress = in _base_send_ioc_init()
3866 if (reply_post_free_array) in _base_send_ioc_init()
3868 reply_post_free_array, in _base_send_ioc_init()