HomeSort by: relevance | last modified time | path
    Searched refs:chq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ata/
ata_subr.c 69 ata_queue_reset(struct ata_queue *chq)
72 SIMPLEQ_INIT(&chq->queue_xfer);
73 TAILQ_INIT(&chq->active_xfers);
74 chq->queue_freeze = 0;
75 chq->queue_active = 0;
76 chq->active_xfers_used = 0;
77 chq->queue_xfers_avail = __BIT(chq->queue_openings) - 1;
83 struct ata_queue *chq = chp->ch_queue; local
88 KASSERTMSG(hwslot < chq->queue_openings, "hwslot %d > openings %d"
169 struct ata_queue *chq = kmem_zalloc(sizeof(*chq), KM_SLEEP); local
230 struct ata_queue *chq = chp->ch_queue; local
288 struct ata_queue *chq = chp->ch_queue; local
303 struct ata_queue *chq = chp->ch_queue; local
333 struct ata_queue *chq = chp->ch_queue; local
346 struct ata_queue *chq = chp->ch_queue; local
357 struct ata_queue *chq = chp->ch_queue; local
371 struct ata_queue *chq = chp->ch_queue; local
    [all...]
ata.c 442 struct ata_queue *chq = chp->ch_queue; local
468 (chq->queue_active == 0 || chq->queue_freeze == 0)) {
507 } else if (chq->queue_active > 0 && chq->queue_freeze == 1) {
513 KASSERT(chq->queue_active == 1);
532 } else if (chq->queue_freeze > 1)
536 if (chq->queue_freeze == 0) {
1085 struct ata_queue *chq = chp->ch_queue; local
1127 if (__predict_false(!skipq && chq->queue_freeze > 0))
1271 struct ata_queue * const chq = chp->ch_queue; local
1307 struct ata_queue *chq = chp->ch_queue; local
1343 struct ata_queue * const chq = chp->ch_queue; local
1452 struct ata_queue * const chq = chp->ch_queue; local
1471 struct ata_queue * const chq = chp->ch_queue; local
2364 struct ata_queue *chq = chp->ch_queue; local
    [all...]

Completed in 15 milliseconds