Lines Matching refs:device_printf
129 device_printf(dev, "%s: failed to allocate resources: " in dpaa2_mac_attach()
143 device_printf(dev, "%s: failed to open DPRC: error=%d\n", in dpaa2_mac_attach()
149 device_printf(dev, "%s: failed to open DPMAC: id=%d, error=%d\n", in dpaa2_mac_attach()
156 device_printf(dev, "%s: failed to get DPMAC attributes: id=%d, " in dpaa2_mac_attach()
162 device_printf(dev, "%s: failed to get physical address: " in dpaa2_mac_attach()
167 device_printf(dev, "ether %6D\n", sc->addr, ":"); in dpaa2_mac_attach()
168 device_printf(dev, "max_rate=%d, eth_if=%s, link_type=%s\n", in dpaa2_mac_attach()
176 device_printf(dev, "%s: failed to setup IRQs: error=%d\n", in dpaa2_mac_attach()
218 device_printf(dev, "%s: failed to allocate MSI\n", __func__); in dpaa2_mac_setup_irq()
223 device_printf(dev, "%s: failed to allocate IRQ resource\n", in dpaa2_mac_setup_irq()
230 device_printf(dev, "%s: failed to setup IRQ resource\n", in dpaa2_mac_setup_irq()
240 device_printf(dev, "%s: failed to open DPRC: error=%d\n", in dpaa2_mac_setup_irq()
246 device_printf(dev, "%s: failed to open DPMAC: id=%d, error=%d\n", in dpaa2_mac_setup_irq()
260 device_printf(dev, "%s: failed to set IRQ mask\n", __func__); in dpaa2_mac_setup_irq()
266 device_printf(dev, "%s: failed to enable IRQ\n", __func__); in dpaa2_mac_setup_irq()
292 device_printf(sc->dev, "MSI: actual=%d, expected=%d\n", val, in dpaa2_mac_setup_msi()
323 device_printf(dev, "%s: failed to open DPRC: error=%d\n", in dpaa2_mac_intr()
329 device_printf(dev, "%s: failed to open DPMAC: id=%d, error=%d\n", in dpaa2_mac_intr()
336 device_printf(sc->dev, "%s: failed to obtain IRQ status: " in dpaa2_mac_intr()