Searched refs:sc_inq (Results 1 – 2 of 2) sorted by relevance
105 struct cuda_pktq sc_inq; member
191 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()