Home | History | Annotate | Download | only in dev

Lines Matching defs:hq

246 hpibreq(device_t pdev, struct hpibqueue *hq)
252 TAILQ_INSERT_TAIL(&sc->sc_queue, hq, hq_list);
255 if (TAILQ_FIRST(&sc->sc_queue) == hq)
262 hpibfree(device_t pdev, struct hpibqueue *hq)
268 TAILQ_REMOVE(&sc->sc_queue, hq, hq_list);
271 if ((hq = TAILQ_FIRST(&sc->sc_queue)) != NULL)
272 (*hq->hq_start)(hq->hq_softc);
370 struct hpibqueue *hq;
372 hq = TAILQ_FIRST(&sc->sc_queue);
373 (*hq->hq_go)(hq->hq_softc);