Home
last modified time | relevance | path

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

/src/sys/dev/ata/chipsets/
H A Data-promise.c699 struct ata_promise_sx4 *hpktp; in ata_promise_mio_reset() local
705 hpktp = ctlr->chipset_data; in ata_promise_mio_reset()
713 mtx_lock(&hpktp->mtx); in ata_promise_mio_reset()
719 hpktp->busy = 0; in ata_promise_mio_reset()
720 mtx_unlock(&hpktp->mtx); in ata_promise_mio_reset()
1233 struct ata_promise_sx4 *hpktp = ctlr->chipset_data; in ata_promise_queue_hpkt() local
1235 mtx_lock(&hpktp->mtx); in ata_promise_queue_hpkt()
1236 if (hpktp->busy) { in ata_promise_queue_hpkt()
1240 TAILQ_INSERT_TAIL(&hpktp->queue, hp, chain); in ata_promise_queue_hpkt()
1243 hpktp->busy = 1; in ata_promise_queue_hpkt()
[all …]