Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c7563 pmcs_clone_phy(pmcs_phy_t *orig_phy) in pmcs_clone_phy() argument
7567 local = kmem_cache_alloc(orig_phy->pwp->phy_cache, KM_SLEEP); in pmcs_clone_phy()
7572 *local = *orig_phy; in pmcs_clone_phy()
7573 local->target_addr = &orig_phy->target; in pmcs_clone_phy()
7582 DDI_INTR_PRI(orig_phy->pwp->intr_pri)); in pmcs_clone_phy()