Searched refs:hpktp (Results 1 – 1 of 1) sorted by relevance
699 struct ata_promise_sx4 *hpktp; in ata_promise_mio_reset() local705 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() local1235 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 …]