Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/vkernel/net/
H A Dif_vke.c137 static void vke_rx_intr(cothread_t cotd);
337 sc->cotd_rx = cothread_create(vke_rx_thread, vke_rx_intr, sc, "vke_rx"); in vke_init()
531 vke_rx_intr(cothread_t cotd) in vke_rx_intr() function