Searched defs:l2_nextp (Results 1 - 2 of 2) sorted by relevance

/illumos-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))
/illumos-gate/usr/src/uts/intel/io/dktp/hba/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 46 milliseconds