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

/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h166 Q_t ccc_waitq; /* the HBA's wait queue */ member in struct:cmd_ctl
186 _NOTE(MUTEX_PROTECTS_DATA(cmd_ctl::ccc_waitq_mutex, cmd_ctl::ccc_waitq))
190 #define GHBA_QHEAD(cccp) ((cccp)->ccc_waitq.Q_qhead)
191 #define GHBA_MAXACTIVE(cccp) ((cccp)->ccc_waitq.Q_maxactive)
192 #define GHBA_NACTIVE(cccp) ((cccp)->ccc_waitq.Q_nactive)
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.h179 Q_t ccc_waitq; /* the HBA's wait queue */ member in struct:cmd_ctl
207 #define GHBA_QHEAD(cccp) ((cccp)->ccc_waitq.Q_qhead)
208 #define GHBA_MAXACTIVE(cccp) ((cccp)->ccc_waitq.Q_maxactive)
209 #define GHBA_NACTIVE(cccp) ((cccp)->ccc_waitq.Q_nactive)

Completed in 233 milliseconds