HomeSort by: relevance | last modified time | path
    Searched defs: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 in function:ata_queue_hwslot_to_xfer
88 KASSERTMSG(hwslot < chq->queue_openings, "hwslot %d > openings %d"
169 struct ata_queue *chq = kmem_zalloc(sizeof(*chq), KM_SLEEP); local in function:ata_queue_alloc
230 struct ata_queue *chq = chp->ch_queue; local in function:ata_timeout
288 struct ata_queue *chq = chp->ch_queue; local in function:atachannel_debug
303 struct ata_queue *chq = chp->ch_queue; local in function:ata_queue_alloc_slot
333 struct ata_queue *chq = chp->ch_queue; local in function:ata_queue_free_slot
346 struct ata_queue *chq = chp->ch_queue; local in function:ata_queue_hold
357 struct ata_queue *chq = chp->ch_queue; local in function:ata_queue_unhold
371 struct ata_queue *chq = chp->ch_queue; local in function:ata_queue_active
    [all...]
ata.c 442 struct ata_queue *chq = chp->ch_queue; local in function:atabus_thread
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 in function:atastart
1127 if (__predict_false(!skipq && chq->queue_freeze > 0))
1271 struct ata_queue * const chq = chp->ch_queue; local in function:ata_activate_xfer_locked
1307 struct ata_queue *chq = chp->ch_queue; local in function:ata_free_xfer
1343 struct ata_queue * const chq = chp->ch_queue; local in function:ata_deactivate_xfer
1452 struct ata_queue * const chq = chp->ch_queue; local in function:ata_kill_active
1471 struct ata_queue * const chq = chp->ch_queue; local in function:ata_kill_pending
2364 struct ata_queue *chq = chp->ch_queue; local in function:ata_wait_cmd
    [all...]

Completed in 14 milliseconds