Home
last modified time | relevance | path

Searched refs:AAC_IS_Q_EMPTY (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c150 #define AAC_IS_Q_EMPTY(q) ((q)->q_head == NULL) macro
1136 if (!AAC_IS_Q_EMPTY(&softs->q_comp)) { in aac_softintr()