Searched refs:drv_softc (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/dev/ata/ |
H A D | ata.c | 369 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 D | ata_recovery.c | 118 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 D | atavar.h | 335 device_t drv_softc; /* ATA drives softc, if any */ member
|
H A D | ata_wdc.c | 823 (*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 D | wd.c | 331 wd->drvp->drv_softc = dksc->sc_dev; /* done in atabusconfig_thread() in wdattach()
|
/netbsd-src/sys/dev/ic/ |
H A D | siisata.c | 1310 (*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 D | ahcisata_core.c | 1549 (*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 D | mvsata.c | 838 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 D | hptide.c | 376 "(BIOS 0x%08x)\n", device_xname(drvp->drv_softc), in hpt_setup_channel()
|
/netbsd-src/sys/dev/scsipi/ |
H A D | atapi_wdc.c | 341 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()
|