Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h831 m_replyh_arg_t *m_replyh_args; member
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c2941 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()