Searched refs:l2_prevp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_queue.c121 ASSERT(headp->l2_prevp != NULL);
126 elementp->l2_prevp = headp->l2_prevp;
127 headp->l2_prevp->l2_nextp = elementp;
128 headp->l2_prevp = elementp;
137 ASSERT(elementp->l2_prevp != NULL);
138 ASSERT(elementp->l2_nextp->l2_prevp == elementp);
139 ASSERT(elementp->l2_prevp->l2_nextp == elementp);
141 elementp->l2_prevp->l2_nextp = elementp->l2_nextp;
142 elementp->l2_nextp->l2_prevp
[all...]
H A Dghd_queue.h67 struct L2el *l2_prevp; member in struct:L2el
72 (((headp)->l2_nextp = (headp)), ((headp)->l2_prevp = (headp)))
H A Dghd_debug.c89 P->cmd_q.l2_nextp, P->cmd_q.l2_prevp, P->cmd_q.l2_private);
93 P->cmd_timer_link.l2_nextp, P->cmd_timer_link.l2_prevp,
H A Dghd_timer.c334 ASSERT(lp->l2_prevp == lp);
830 ASSERT(cccp->ccc_activel.l2_nextp == cccp->ccc_activel.l2_prevp);
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd_queue.h67 struct L2el *l2_prevp; member in struct:L2el
72 (((headp)->l2_nextp = (headp)), ((headp)->l2_prevp = (headp)))

Completed in 56 milliseconds