Lines Matching refs:ch_queue
83 struct ata_queue *chq = chp->ch_queue;
114 xfer = TAILQ_FIRST(&chp->ch_queue->active_xfers);
149 TAILQ_FOREACH(xfer, &chp->ch_queue->active_xfers, c_activechain) {
204 if (chp->ch_queue == NULL) {
205 chp->ch_queue = ata_queue_alloc(1);
212 if (chp->ch_queue != NULL) {
213 ata_queue_free(chp->ch_queue);
214 chp->ch_queue = NULL;
230 struct ata_queue *chq = chp->ch_queue;
288 struct ata_queue *chq = chp->ch_queue;
303 struct ata_queue *chq = chp->ch_queue;
333 struct ata_queue *chq = chp->ch_queue;
346 struct ata_queue *chq = chp->ch_queue;
357 struct ata_queue *chq = chp->ch_queue;
371 struct ata_queue *chq = chp->ch_queue;
382 return chp->ch_queue->queue_openings;