HomeSort by: relevance | last modified time | path
    Searched refs:drv_done (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ata/
atavar.h 333 void (*drv_done)(device_t, struct ata_xfer *); /* xfer is done */ member in struct:ata_drive_datas
ata_wdc.c 822 ATADEBUG_PRINT(("wdc_ata_bio_kill_xfer: drv_done\n"), DEBUG_XFERS);
823 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);
847 ATADEBUG_PRINT(("wdc_ata_done: drv_done\n"), DEBUG_XFERS);
848 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);
wd.c 331 wd->drvp->drv_done = wddone;
  /src/sys/dev/ic/
siisata.c 1310 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);
1361 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);
ahcisata_core.c 1549 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);
1609 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);
mvsata.c 1444 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);
1476 (*chp->ch_drive[drive].drv_done)(chp->ch_drive[drive].drv_softc, xfer);

Completed in 89 milliseconds