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

  /src/sys/dev/scsipi/
atapi_wdc.c 176 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
458 xfer->c_scsipi = sc_xfer;
483 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
707 const bool poll = ((xfer->c_scsipi->xs_control & XS_CTL_POLL) != 0);
718 wdc_dmawait(chp, xfer, xfer->c_scsipi->timeout);
722 while ((xfer->c_scsipi->xs_status & XS_STS_DONE) == 0) {
737 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
1061 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
1150 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
1174 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
    [all...]
  /src/sys/dev/ata/
atavar.h 154 struct scsipi_xfer *c_scsipi; /* SCSI transfer */ member in struct:ata_xfer::__anon6a121983030a::__anon6a1219830408
162 #define c_scsipi c_atapi.c_scsipi macro
  /src/sys/dev/ic/
siisata.c 1584 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
1766 xfer->c_scsipi = sc_xfer;
1790 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
1851 if (xfer->c_scsipi->xs_status & XS_STS_DONE)
1856 if ((xfer->c_scsipi->xs_status & XS_STS_DONE) == 0) {
1881 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
mvsata.c 1984 xfer->c_scsipi = sc_xfer;
2009 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
2179 const bool poll = ((xfer->c_scsipi->xs_control & XS_CTL_POLL) != 0);
2189 wdc_dmawait(chp, xfer, xfer->c_scsipi->timeout);
2193 while ((xfer->c_scsipi->xs_status & XS_STS_DONE) == 0) {
2208 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
2438 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
2474 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
2501 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
2588 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
    [all...]
ahcisata_core.c 1899 xfer->c_scsipi = sc_xfer;
1922 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
1985 if (xfer->c_scsipi->xs_status & XS_STS_DONE)
1999 if ((xfer->c_scsipi->xs_status & XS_STS_DONE) == 0) {
2000 xfer->c_scsipi->error = XS_TIMEOUT;
2017 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;
2070 struct scsipi_xfer *sc_xfer = xfer->c_scsipi;

Completed in 18 milliseconds