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.c1943 * last_htag for the work being processed against what we saw last
1944 * time. Note: we use the work structure's 'last_htag' because at
1946 * and setting 'last_htag' (see pmcs_pwork).
1955 pwp->last_htag[i] = wrkp->last_htag;
1959 (wrkp->last_htag == pwp->last_htag[i])) {
1965 pwp->last_htag[i] = wrkp->last_htag;
H A Dpmcs_subr.c1700 bzero(pwp->last_htag, sizeof (pwp->last_htag));
4783 p->last_htag = p->htag;
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h428 uint32_t last_htag[PMCS_MAX_IQ]; member in struct:pmcs_hw
H A Dpmcs_def.h249 uint32_t last_htag; member in struct:pmcwork
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c925 wp->last_htag, last_state, wp->last_phy, wp->last_xp,
966 serno = PMCS_TAG_SERNO((wp + idx)->last_htag);

Completed in 94 milliseconds