Lines Matching defs:vke_softc
91 struct vke_softc { struct
92 struct arpcom arpcom;
93 int sc_fd;
94 int sc_unit;
96 cothread_t cotd_tx;
97 cothread_t cotd_rx;
99 int cotd_tx_exit;
100 int cotd_rx_exit;
102 void *sc_txbuf;
103 int sc_txbuf_len;
105 fifo_t sc_txfifo;
106 fifo_t sc_txfifo_done;
107 fifo_t sc_rxfifo;
109 int sc_ringsize;
133 static int vke_stop(struct vke_softc *); argument