Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Dcudavar.h105 struct cuda_pktq sc_inq; member
H A Dcuda.c191 STAILQ_INIT(&sc->sc_inq); in cuda_attach()
452 while ((pkt = STAILQ_FIRST(&sc->sc_inq)) != NULL) { in cuda_send_inbound()
453 STAILQ_REMOVE_HEAD(&sc->sc_inq, pkt_q); in cuda_send_inbound()
612 STAILQ_INSERT_TAIL(&sc->sc_inq, pkt, pkt_q); in cuda_intr()