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

/opensolaris-onvv-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_queue.c120 ASSERT(headp->l2_nextp != NULL);
125 elementp->l2_nextp = headp;
127 headp->l2_prevp->l2_nextp = elementp;
136 ASSERT(elementp->l2_nextp != 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 = elementp->l2_prevp;
145 elementp->l2_nextp
[all...]
H A Dghd_queue.h66 struct L2el *l2_nextp; member in struct:L2el
72 (((headp)->l2_nextp = (headp)), ((headp)->l2_prevp = (headp)))
74 #define L2_EMPTY(headp) ((headp)->l2_nextp == (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.c333 ASSERT(lp->l2_nextp == lp);
829 ASSERT(cccp->ccc_activel.l2_nextp == &cccp->ccc_activel);
830 ASSERT(cccp->ccc_activel.l2_nextp == cccp->ccc_activel.l2_prevp);
/opensolaris-onvv-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd_queue.h66 struct L2el *l2_nextp; member in struct:L2el
72 (((headp)->l2_nextp = (headp)), ((headp)->l2_prevp = (headp)))
74 #define L2_EMPTY(headp) ((headp)->l2_nextp == (headp))

Completed in 49 milliseconds