Searched refs:recv_int (Results 1 – 3 of 3) sorted by relevance
79 void (*recv_int)(struct dp8390_softc *); member
91 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()
244 sc->recv_int = we_recv_int; in we_config()