Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/vkernel/net/
H A Dif_vke.c82 typedef struct vke_fifo *fifo_t; typedef
105 fifo_t sc_txfifo;
106 fifo_t sc_txfifo_done;
107 fifo_t sc_rxfifo;
172 fifo_t fifo = sc->sc_txfifo_done; in vke_txfifo_done_enqueue()
211 fifo_t fifo = sc->sc_txfifo; in vke_txfifo_enqueue()
232 fifo_t fifo = sc->sc_txfifo; in vke_txfifo_dequeue()
250 fifo_t fifo = sc->sc_txfifo; in vke_txfifo_empty()
265 fifo_t fifo = sc->sc_rxfifo; in vke_rxfifo_dequeue()
286 fifo_t fifo = sc->sc_rxfifo; in vke_rxfifo_sniff()
[all …]