Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c1955 pwp->last_htag[i] = wrkp->last_htag; in pmcs_check_forward_progress()
1959 (wrkp->last_htag == pwp->last_htag[i])) { in pmcs_check_forward_progress()
1965 pwp->last_htag[i] = wrkp->last_htag; in pmcs_check_forward_progress()
H A Dpmcs_subr.c1702 bzero(pwp->last_htag, sizeof (pwp->last_htag)); in pmcs_soft_reset()
4787 p->last_htag = p->htag; in pmcs_pwork()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h428 uint32_t last_htag[PMCS_MAX_IQ]; member
H A Dpmcs_def.h249 uint32_t last_htag; member
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c929 wp->last_htag, last_state, wp->last_phy, wp->last_xp, in display_one_work()
970 serno = PMCS_TAG_SERNO((wp + idx)->last_htag); in display_work()