Searched refs:sc_freeq (Results 1 – 2 of 2) sorted by relevance
193 STAILQ_INIT(&sc->sc_freeq); in cuda_attach()196 STAILQ_INSERT_TAIL(&sc->sc_freeq, &sc->sc_pkts[i], pkt_q); in cuda_attach()377 pkt = STAILQ_FIRST(&sc->sc_freeq); in cuda_send()387 STAILQ_REMOVE_HEAD(&sc->sc_freeq, pkt_q); in cuda_send()425 STAILQ_INSERT_TAIL(&sc->sc_freeq, pkt, pkt_q); in cuda_send_outbound()502 STAILQ_INSERT_TAIL(&sc->sc_freeq, pkt, pkt_q); in cuda_send_inbound()603 pkt = STAILQ_FIRST(&sc->sc_freeq); in cuda_intr()611 STAILQ_REMOVE_HEAD(&sc->sc_freeq, pkt_q); in cuda_intr()
107 struct cuda_pktq sc_freeq; member