Searched refs:my_dev (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/my/
H A Dif_my.c413 device_printf(sc->my_dev,
453 device_printf(sc->my_dev, "invalid autoneg flag: %d\n", flag);
459 device_printf(sc->my_dev, "autoneg complete, ");
463 device_printf(sc->my_dev, "autoneg not complete, ");
471 device_printf(sc->my_dev, "link status good. ");
541 device_printf(sc->my_dev, "no carrier\n");
566 device_printf(sc->my_dev, "PHY status word: %x\n", bmsr);
573 device_printf(sc->my_dev,
581 device_printf(sc->my_dev,
590 device_printf(sc->my_dev,
[all...]
H A Dif_myreg.h356 device_t my_dev; member in struct:my_softc
/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h259 device_t my_dev; member in struct:agtiapi_softc
H A Dagtiapi.c254 AGTIAPI_PRINTK("Opened successfully. sc->my_dev %p\n", sc->my_dev);
264 AGTIAPI_PRINTK("Closed. sc->my_dev %p\n", sc->my_dev);
274 AGTIAPI_PRINTK( "Asked to read %lu bytes. sc->my_dev %p\n",
275 uio->uio_resid, sc->my_dev );
285 AGTIAPI_PRINTK( "Asked to write %lu bytes. sc->my_dev %p\n",
286 uio->uio_resid, sc->my_dev );
457 pCardInfo->deviceId = pci_get_device(pCard->my_dev);
458 pCardInfo->vendorId =pci_get_vendor(pCard->my_dev) ;
[all...]
/freebsd-13-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h602 #define TIROOT_TO_PCIDEV(ptiRoot) (TIROOT_TO_CARD(ptiRoot)->my_dev)
H A Dlxutil.c66 if( bus_dma_tag_create( bus_get_dma_tag(pmsc->my_dev), // parent

Completed in 144 milliseconds