Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mlx/
H A Dmlx.c177 bus_teardown_intr(sc->mlx_dev, sc->mlx_irq, sc->mlx_intr); in mlx_free()
295 device_printf(sc->mlx_dev, "can't allocate s/g table\n"); in mlx_sglist_map()
377 device_printf(sc->mlx_dev, "initialisation complete.\n"); in mlx_attach()
386 device_printf(sc->mlx_dev, "can't allocate interrupt\n"); in mlx_attach()
392 device_printf(sc->mlx_dev, "can't set up interrupt\n"); in mlx_attach()
437 device_printf(sc->mlx_dev, "ENQUIRY2 failed\n"); in mlx_attach()
450 device_printf(sc->mlx_dev, "ENQUIRY_OLD failed\n"); in mlx_attach()
574 if ((error = bus_generic_attach(sc->mlx_dev)) != 0) in mlx_startup()
661 device_printf(sc->mlx_dev, "flushing cache..."); in mlx_shutdown_locked()
695 device_printf(sc->mlx_dev, "flushing cache..."); in mlx_suspend()
[all …]
H A Dmlx_pci.c138 sc->mlx_dev = dev; in mlx_pci_attach()
181 device_printf(sc->mlx_dev, "couldn't allocate mailbox window\n"); in mlx_pci_attach()
H A Dmlxvar.h116 device_t mlx_dev; member