Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h171 queue_t *md_wq; /* lower write queue for active path */ member
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddman.c1790 queue_t *wq = mdp->md_wq; in man_start_lower()
1799 ASSERT(mdp->md_wq != NULL); in man_start_lower()
2950 ASSERT(mdp->md_wq != NULL); in man_dlpi_senddown()
3004 (void) putnext(mdp->md_wq, mp); in man_dlpi_replay()
3935 qenable(mdp->md_wq); in man_lrsrv()
4486 mdp->md_wq = tdp->md_wq; in man_iswitch()
4487 RD(mdp->md_wq)->q_ptr = (void *)(mdp); in man_iswitch()
4488 WR(mdp->md_wq)->q_ptr = (void *)(mdp); in man_iswitch()
6170 mdp->md_wq = man_linkrec_find(muxid); in man_plumb()
6175 if (mdp->md_wq == NULL) in man_plumb()