Searched refs:m_replyh_args (Results 1 – 2 of 2) sorted by relevance
831 m_replyh_arg_t *m_replyh_args; member
2941 if (mpt->m_replyh_args == NULL) { in mptsas_alloc_reply_args()2942 mpt->m_replyh_args = kmem_zalloc(sizeof (m_replyh_arg_t) * in mptsas_alloc_reply_args()3012 if (mpt->m_replyh_args != NULL) { in mptsas_hba_fini()3013 kmem_free(mpt->m_replyh_args, sizeof (m_replyh_arg_t) in mptsas_hba_fini()5402 args = &mpt->m_replyh_args[reply_frame_no]; in mptsas_handle_address_reply()