Searched refs:mlx_dev (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/dev/mlx/ |
| H A D | mlx.c | 173 bus_teardown_intr(sc->mlx_dev, sc->mlx_irq, sc->mlx_intr); in mlx_free() 291 device_printf(sc->mlx_dev, "can't allocate s/g table\n"); in mlx_sglist_map() 373 device_printf(sc->mlx_dev, "initialisation complete.\n"); in mlx_attach() 382 device_printf(sc->mlx_dev, "can't allocate interrupt\n"); in mlx_attach() 388 device_printf(sc->mlx_dev, "can't set up interrupt\n"); in mlx_attach() 433 device_printf(sc->mlx_dev, "ENQUIRY2 failed\n"); in mlx_attach() 446 device_printf(sc->mlx_dev, "ENQUIRY_OLD failed\n"); in mlx_attach() 570 if ((error = bus_generic_attach(sc->mlx_dev)) != 0) in mlx_startup() 657 device_printf(sc->mlx_dev, "flushing cache..."); in mlx_shutdown_locked() 691 device_printf(sc->mlx_dev, "flushing cache..."); in mlx_suspend() [all …]
|
| H A D | 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()
|
| H A D | mlxvar.h | 114 device_t mlx_dev; member
|