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

/freebsd-13-stable/sys/dev/mlx/
H A Dmlx.c177 bus_teardown_intr(sc->mlx_dev, sc->mlx_irq, sc->mlx_intr);
205 bus_release_resource(sc->mlx_dev, SYS_RES_IRQ, 0, sc->mlx_irq);
213 bus_release_resource(sc->mlx_dev, sc->mlx_mem_type, sc->mlx_mem_rid, sc->mlx_mem);
279 device_printf(sc->mlx_dev, "can't allocate scatter/gather DMA tag\n");
295 device_printf(sc->mlx_dev, "can't allocate s/g table\n");
364 device_printf(sc->mlx_dev, "controller initialisation in progress...\n");
377 device_printf(sc->mlx_dev, "initialisation complete.\n");
383 sc->mlx_irq = bus_alloc_resource_any(sc->mlx_dev, SYS_RES_IRQ, &rid,
386 device_printf(sc->mlx_dev, "can't allocate interrupt\n");
389 error = bus_setup_intr(sc->mlx_dev, s
[all...]
H A Dmlx_pci.c138 sc->mlx_dev = dev;
181 device_printf(sc->mlx_dev, "couldn't allocate mailbox window\n");
H A Dmlxvar.h116 device_t mlx_dev; member in struct:mlx_softc

Completed in 61 milliseconds