HomeSort by: relevance | last modified time | path
    Searched defs:wdc_atapi_done (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/scsipi/
atapi_wdc.c 94 static void wdc_atapi_done(struct ata_channel *, struct ata_xfer *);
1045 ATADEBUG_PRINT(("wdc_atapi_intr: wdc_atapi_done() (end), error 0x%x "
1049 wdc_atapi_done(chp, xfer);
1139 ATADEBUG_PRINT(("wdc_atapi_phase_complete: wdc_atapi_done(), "
1143 wdc_atapi_done(chp, xfer);
1147 wdc_atapi_done(struct ata_channel *chp, struct ata_xfer *xfer) function in typeref:typename:void
1152 ATADEBUG_PRINT(("wdc_atapi_done %s:%d:%d: flags 0x%x\n",
1162 ATADEBUG_PRINT(("wdc_atapi_done: scsipi_done\n"), DEBUG_XFERS);
1164 ATADEBUG_PRINT(("atastart from wdc_atapi_done, flags 0x%x\n",
1187 wdc_atapi_done(chp, xfer)
    [all...]

Completed in 15 milliseconds