Searched defs:vke_softc (Results 1 – 1 of 1) sorted by relevance
91 struct vke_softc { struct92 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;[all …]