Home
last modified time | relevance | path

Searched refs:mly_dev (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/mly/
H A Dmly.c219 sc->mly_dev = dev; in mly_attach()
225 if (device_get_unit(sc->mly_dev) == 0) in mly_attach()
359 pci_enable_busmaster(sc->mly_dev); in mly_pci_attach()
703 bus_teardown_intr(sc->mly_dev, sc->mly_irq, sc->mly_intr); in mly_free()
1957 device_get_unit(sc->mly_dev), in mly_cam_attach()
1980 device_get_unit(sc->mly_dev), in mly_cam_attach()
2802 device_printf(sc->mly_dev, "queue curr max\n"); in mly_print_controller()
2803 device_printf(sc->mly_dev, "free %04d/%04d\n", in mly_print_controller()
2805 device_printf(sc->mly_dev, "busy %04d/%04d\n", in mly_print_controller()
2807 device_printf(sc->mly_dev, "complete %04d/%04d\n", in mly_print_controller()
[all …]
H A Dmlyvar.h90 #define mly_printf(sc, fmt, args...) device_printf(sc->mly_dev, fmt , ##args)
158 device_t mly_dev; member