Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Ddp8390var.h79 void (*recv_int)(struct dp8390_softc *); member
H A Ddp8390.c91 if (sc->recv_int == NULL) in dp8390_config()
92 sc->recv_int = dp8390_rint; in dp8390_config()
779 (*sc->recv_int)(sc); in dp8390_intr()
H A Dwe.c244 sc->recv_int = we_recv_int; in we_config()