Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx/
H A Dmlx.c173 bus_teardown_intr(sc->mlx_dev, sc->mlx_irq, sc->mlx_intr); in mlx_free()
201 bus_release_resource(sc->mlx_dev, SYS_RES_IRQ, 0, sc->mlx_irq); in mlx_free()
209 bus_release_resource(sc->mlx_dev, sc->mlx_mem_type, sc->mlx_mem_rid, sc->mlx_mem); in mlx_free()
275 device_printf(sc->mlx_dev, "can't allocate scatter/gather DMA tag\n"); in mlx_sglist_map()
291 device_printf(sc->mlx_dev, "can't allocate s/g table\n"); in mlx_sglist_map()
360 device_printf(sc->mlx_dev, "controller initialisation in progress...\n"); in mlx_attach()
373 device_printf(sc->mlx_dev, "initialisation complete.\n"); in mlx_attach()
379 sc->mlx_irq = bus_alloc_resource_any(sc->mlx_dev, SYS_RES_IRQ, &rid, in mlx_attach()
382 device_printf(sc->mlx_dev, "can't allocate interrupt\n"); in mlx_attach()
385 error = bus_setup_intr(sc->mlx_dev, sc->mlx_irq, INTR_TYPE_BIO | in mlx_attach()
[all …]
H A Dmlx_pci.c135 sc->mlx_dev = dev; in mlx_pci_attach()
178 device_printf(sc->mlx_dev, "couldn't allocate mailbox window\n"); in mlx_pci_attach()
H A Dmlxvar.h114 device_t mlx_dev; member