Searched refs:replyPostRegisterIndex (Results 1 – 2 of 2) sorted by relevance
1488 ioc->replyPostRegisterIndex[msix_index/8]); in _base_interrupt()1537 ioc->replyPostRegisterIndex[msix_index/8]); in _base_interrupt()2909 kfree(ioc->replyPostRegisterIndex); in mpt3sas_base_unmap_resources()2910 ioc->replyPostRegisterIndex = NULL; in mpt3sas_base_unmap_resources()3025 ioc->replyPostRegisterIndex = kcalloc( in mpt3sas_base_map_resources()3028 if (!ioc->replyPostRegisterIndex) { in mpt3sas_base_map_resources()3037 ioc->replyPostRegisterIndex[i] = (resource_size_t *) in mpt3sas_base_map_resources()6412 ioc->replyPostRegisterIndex[reply_q->msix_index/8]); in _base_make_ioc_operational()
1358 resource_size_t **replyPostRegisterIndex; member