Searched refs:l1_headp (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_queue.h49 L1el_t *l1_headp; member in struct:L1_head
53 #define L1HEADER_INIT(lp) (((lp)->l1_headp = NULL), ((lp)->l1_tailp = NULL))
54 #define L1_EMPTY(lp) ((lp)->l1_headp == NULL)
H A Dghd_queue.c46 lp->l1_headp = lep;
68 if (lp->l1_headp == lep) {
70 if ((lp->l1_headp = lep->le_nextp) == NULL) {
77 for (prevp = lp->l1_headp; prevp != NULL; prevp = prevp->le_nextp) {
101 if ((lep = lp->l1_headp) == NULL) {
106 if ((lp->l1_headp = lep->le_nextp) == NULL)
H A Dghd_waitq.h72 * target instance attached to this dev structure, Otherwise, l1_headp
76 (gtgt_t *)((gdevp)->gd_ilist.l1_headp->le_datap)
H A Dghd.h222 : (gdev_t *)((cccp)->ccc_devs.l1_headp->le_datap))
/opensolaris-onvv-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd_queue.h49 L1el_t *l1_headp; member in struct:L1_head
53 #define L1HEADER_INIT(lp) (((lp)->l1_headp = NULL), ((lp)->l1_tailp = NULL))
54 #define L1_EMPTY(lp) ((lp)->l1_headp == NULL)
H A Dghd_waitq.h72 * target instance attached to this dev structure, Otherwise, l1_headp
76 (gtgt_t *)((gdevp)->gd_ilist.l1_headp->le_datap)
H A Dghd.h204 : (gdev_t *)((cccp)->ccc_devs.l1_headp->le_datap))

Completed in 118 milliseconds