Home
last modified time | relevance | path

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

/src/sys/dev/puc/
H A Dpuc.c55 struct resource *p_ires; member
307 port->p_ires = rman_reserve_resource(&sc->sc_irq, port->p_nr, in puc_bfe_attach()
309 if (port->p_ires == NULL) { in puc_bfe_attach()
381 if (port->p_ires != NULL) in puc_bfe_attach()
382 rman_release_resource(port->p_ires); in puc_bfe_attach()
421 if (port->p_ires != NULL) in puc_bfe_detach()
422 rman_release_resource(port->p_ires); in puc_bfe_detach()
500 res = port->p_ires; in puc_bus_alloc_resource()
544 if (res == port->p_ires) { in puc_bus_release_resource()
578 res = port->p_ires; in puc_bus_get_resource()
[all …]