Home
last modified time | relevance | path

Searched refs:ata_queue (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ata/
H A Data_subr.c69 ata_queue_reset(struct ata_queue *chq) in ata_queue_reset()
83 struct ata_queue *chq = chp->ch_queue; in ata_queue_hwslot_to_xfer()
160 struct ata_queue *
169 struct ata_queue *chq = kmem_zalloc(sizeof(*chq), KM_SLEEP); in ata_queue_alloc()
184 ata_queue_free(struct ata_queue *chq) in ata_queue_free()
230 struct ata_queue *chq = chp->ch_queue; in ata_timeout()
288 struct ata_queue *chq = chp->ch_queue; in atachannel_debug()
303 struct ata_queue *chq = chp->ch_queue; in ata_queue_alloc_slot()
333 struct ata_queue *chq = chp->ch_queue; in ata_queue_free_slot()
346 struct ata_queue *chq = chp->ch_queue; in ata_queue_hold()
[all …]
H A Datavar.h223 struct ata_queue;
225 struct ata_queue { struct
439 struct ata_queue *ch_queue;
569 struct ata_queue *
571 void ata_queue_free(struct ata_queue *);
H A Data.c442 struct ata_queue *chq = chp->ch_queue; in atabus_thread()
1085 struct ata_queue *chq = chp->ch_queue; in atastart()
1271 struct ata_queue * const chq = chp->ch_queue; in ata_activate_xfer_locked()
1307 struct ata_queue *chq = chp->ch_queue; in ata_free_xfer()
1343 struct ata_queue * const chq = chp->ch_queue; in ata_deactivate_xfer()
1452 struct ata_queue * const chq = chp->ch_queue; in ata_kill_active()
1471 struct ata_queue * const chq = chp->ch_queue; in ata_kill_pending()
2364 struct ata_queue *chq = chp->ch_queue; in ata_wait_cmd()