Searched refs:atse_rx_irq_res (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/altera/atse/
H A Dif_atse_fdt.c178 sc->atse_rx_irq_res = bus_alloc_resource_any(dev, SYS_RES_IRQ,
H A Dif_atse.c1086 } else if (sc->atse_rx_irq_res != NULL ||
1831 if (sc->atse_rx_irq_res != NULL) {
1832 error = bus_setup_intr(dev, sc->atse_rx_irq_res, INTR_TYPE_NET |
1845 bus_teardown_intr(dev, sc->atse_rx_irq_res,
1854 (sc->atse_rx_irq_res == NULL && sc->atse_tx_irq_res == NULL)) {
1857 if (sc->atse_rx_irq_res == NULL && sc->atse_tx_irq_res == NULL){
1915 bus_teardown_intr(dev, sc->atse_rx_irq_res,
1962 if (sc->atse_rx_irq_res != NULL) {
1964 sc->atse_rx_irq_res);
1965 sc->atse_rx_irq_res
[all...]
H A Dif_atse_nexus.c175 sc->atse_rx_irq_res = bus_alloc_resource(dev, SYS_RES_IRQ,
H A Dif_atsereg.h412 struct resource *atse_rx_irq_res; member in struct:atse_softc

Completed in 61 milliseconds