Home
last modified time | relevance | path

Searched refs:drv_softc (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/dev/ata/
H A Data.c369 if (chp->ch_drive[i].drv_softc != NULL) in atabusconfig_thread()
375 chp->ch_drive[i].drv_softc = config_found(atabus_sc->sc_dev, in atabusconfig_thread()
378 if (chp->ch_drive[i].drv_softc != NULL) { in atabusconfig_thread()
397 chp->ch_drive[i].drv_softc); in atabusconfig_thread()
411 if (chp->ch_drive[i].drv_softc == NULL) { in atabusconfig_thread()
662 if ((dev = chp->ch_drive[i].drv_softc) != NULL) { in atabus_detach()
669 KASSERT(chp->ch_drive[i].drv_softc == NULL); in atabus_detach()
714 KASSERT(chp->ch_drive[i].drv_softc != NULL); in atabus_childdetached()
715 chp->ch_drive[i].drv_softc = NULL; in atabus_childdetached()
727 if (child == chp->ch_drive[i].drv_softc) { in atabus_childdetached()
[all …]
H A Data_recovery.c118 device_printf(drvp->drv_softc, in ata_read_log_ext_ncq()
142 device_printf(drvp->drv_softc, in ata_read_log_ext_ncq()
H A Datavar.h335 device_t drv_softc; /* ATA drives softc, if any */ member
H A Data_wdc.c823 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer); in wdc_ata_bio_kill_xfer()
848 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer); in wdc_ata_bio_done()
H A Dwd.c331 wd->drvp->drv_softc = dksc->sc_dev; /* done in atabusconfig_thread() in wdattach()
/netbsd-src/sys/dev/ic/
H A Dsiisata.c1310 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer); in siisata_bio_kill_xfer()
1361 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer); in siisata_bio_complete()
1700 drvp->drv_softc = atapi_probe_device(sc, target, periph, &sa); in siisata_atapi_probe_device()
1702 if (drvp->drv_softc) in siisata_atapi_probe_device()
H A Dahcisata_core.c1549 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer); in ahci_bio_kill_xfer()
1609 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer); in ahci_bio_complete()
2185 drvp->drv_softc = atapi_probe_device(sc, target, periph, &sa); in ahci_atapi_probe_device()
2187 if (drvp->drv_softc) in ahci_atapi_probe_device()
H A Dmvsata.c838 drvp->drv_softc = atapi_probe_device(sc, target, periph, &sa); in mvsata_atapi_probe_device()
840 if (drvp->drv_softc) in mvsata_atapi_probe_device()
1444 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer); in mvsata_bio_kill_xfer()
1476 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer); in mvsata_bio_done()
/netbsd-src/sys/dev/pci/
H A Dhptide.c376 "(BIOS 0x%08x)\n", device_xname(drvp->drv_softc), in hpt_setup_channel()
/netbsd-src/sys/dev/scsipi/
H A Datapi_wdc.c341 drvp->drv_softc = atapi_probe_device(sc, target, periph, &sa); in wdc_atapi_probe_device()
343 if (drvp->drv_softc) in wdc_atapi_probe_device()