Searched refs:mlx_dev (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/dev/mlx/ |
| HD | mlx.c | 175 bus_teardown_intr(sc->mlx_dev, sc->mlx_irq, sc->mlx_intr); in mlx_free() 203 bus_release_resource(sc->mlx_dev, SYS_RES_IRQ, 0, sc->mlx_irq); in mlx_free() 211 bus_release_resource(sc->mlx_dev, sc->mlx_mem_type, sc->mlx_mem_rid, sc->mlx_mem); in mlx_free() 277 device_printf(sc->mlx_dev, "can't allocate scatter/gather DMA tag\n"); in mlx_sglist_map() 293 device_printf(sc->mlx_dev, "can't allocate s/g table\n"); in mlx_sglist_map() 362 device_printf(sc->mlx_dev, "controller initialisation in progress...\n"); in mlx_attach() 375 device_printf(sc->mlx_dev, "initialisation complete.\n"); in mlx_attach() 381 sc->mlx_irq = bus_alloc_resource_any(sc->mlx_dev, SYS_RES_IRQ, &rid, in mlx_attach() 384 device_printf(sc->mlx_dev, "can't allocate interrupt\n"); in mlx_attach() 387 error = bus_setup_intr(sc->mlx_dev, sc->mlx_irq, INTR_TYPE_BIO | in mlx_attach() [all …]
|
| HD | mlx_pci.c | 136 sc->mlx_dev = dev; in mlx_pci_attach() 179 device_printf(sc->mlx_dev, "couldn't allocate mailbox window\n"); in mlx_pci_attach()
|
| HD | mlxvar.h | 114 device_t mlx_dev; member
|