Home
last modified time | relevance | path

Searched refs:l_mpt_cmds (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/lmrc/
H A Dlmrc.h181 lmrc_mpt_cmd_t **l_mpt_cmds; member
H A Dlmrc_ddi.c951 lmrc->l_mpt_cmds = cmds = in lmrc_alloc_mpt_cmds()
1038 kmem_free(lmrc->l_mpt_cmds, ncmd * sizeof (lmrc_mpt_cmd_t *)); in lmrc_free_mpt_cmds()
H A Dlmrc.c439 lmrc_mpt_cmd_t *mpt = lmrc->l_mpt_cmds[smid - 1]; in lmrc_process_replies()