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

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.c447 L2el_t gcmd_hold_queue; local
455 L2_INIT(&gcmd_hold_queue);
513 L2_add(&gcmd_hold_queue, &gcmdp->cmd_q, gcmdp);
544 if (L2_EMPTY(&gcmd_hold_queue)) {
551 * copy the local gcmd_hold_queue back to the doneq so
554 while (gcmdp = L2_next(&gcmd_hold_queue)) {

Completed in 129 milliseconds