Searched refs:tsec_release_intr (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/tsec/ |
H A D | if_tsec_fdt.c | 76 static void tsec_release_intr(struct tsec_softc *sc, struct resource *ires, 261 tsec_release_intr(sc, sc->sc_receive_ires, sc->sc_receive_ihand, in tsec_fdt_attach() 264 tsec_release_intr(sc, sc->sc_transmit_ires, sc->sc_transmit_ihand, in tsec_fdt_attach() 298 tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand, in tsec_release_intr() function 329 tsec_release_intr(sc, sc->sc_transmit_ires, sc->sc_transmit_ihand, in tsec_fdt_detach() 331 tsec_release_intr(sc, sc->sc_receive_ires, sc->sc_receive_ihand, in tsec_fdt_detach() 333 tsec_release_intr(sc, sc->sc_error_ires, sc->sc_error_ihand, in tsec_fdt_detach()
|