Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dif_axgbe.c310 struct resource *phy_res[4]; in axgbe_attach() local
350 if (bus_alloc_resources(phydev, old_phy_spec, phy_res)) { in axgbe_attach()
362 sc->prv.rxtx_res = phy_res[0]; in axgbe_attach()
363 sc->prv.sir0_res = phy_res[1]; in axgbe_attach()
364 sc->prv.sir1_res = phy_res[2]; in axgbe_attach()
365 sc->prv.an_irq_res = phy_res[3]; in axgbe_attach()