Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h443 struct aac_cmd_queue q_comp; /* completed io requests */ member
H A Daac.c848 aac_cmd_initq(&softs->q_comp); in aac_attach()
1136 if (!AAC_IS_Q_EMPTY(&softs->q_comp)) { in aac_softintr()
1289 aac_cmd_enqueue(&softs->q_comp, acp); in aac_end_io()
1807 aac_cmd_enqueue(&softs->q_comp, acp); in aac_soft_callback()
6029 acp = aac_cmd_dequeue(&softs->q_comp); in aac_drain_comp_q()