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

  /src/sys/dev/scsipi/
scsipi_base.c 1599 * scsipi_done:
1605 scsipi_done(struct scsipi_xfer *xs) function in typeref:typename:void
1611 SC_DEBUG(periph, SCSIPI_DB2, ("scsipi_done\n"));
1625 * scsipi_done()'d by the main thread will be done'd
1654 panic("scsipi_done: ASYNC and POLL");
1732 * Completion of a scsipi_xfer. This is the guts of scsipi_done().
1853 panic("scsipi_done");
1957 * scsipi_done() freezes the queue if not XS_NOERROR.
2352 * Command is complete. scsipi_done() has awakened us to perform
2627 * can't call scsipi_done() from here, as the command has not bee
    [all...]
scsipi_base.c 1599 * scsipi_done:
1605 scsipi_done(struct scsipi_xfer *xs) function in typeref:typename:void
1611 SC_DEBUG(periph, SCSIPI_DB2, ("scsipi_done\n"));
1625 * scsipi_done()'d by the main thread will be done'd
1654 panic("scsipi_done: ASYNC and POLL");
1732 * Completion of a scsipi_xfer. This is the guts of scsipi_done().
1853 panic("scsipi_done");
1957 * scsipi_done() freezes the queue if not XS_NOERROR.
2352 * Command is complete. scsipi_done() has awakened us to perform
2627 * can't call scsipi_done() from here, as the command has not bee
    [all...]

Completed in 23 milliseconds