Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/tl/
H A Dif_tl.c586 device_t tl_dev = sc->tl_dev; local
596 device_printf(tl_dev, "failed to send write command, status: %x\n",
605 device_printf(tl_dev, "failed to send address, status: %x\n",
1037 sc->tl_dev = dev;
1606 device_printf(sc->tl_dev, "adapter check: %x\n",
1630 device_printf(sc->tl_dev, "network status: %x\n", netsts);
1661 device_printf(sc->tl_dev, "got an invalid interrupt!\n");
1681 device_printf(sc->tl_dev, "got a dummy interrupt\n");
1694 device_printf(sc->tl_dev, "bogus interrupt type\n");
1748 device_printf(sc->tl_dev, "tx underrun -- increasing "
[all …]
H A Dif_tlreg.h114 device_t tl_dev; member