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...] |