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

  /src/sys/dev/ata/
satafis_subr.c 104 struct ata_drive_datas *drvp = &xfer->c_chp->ch_drive[xfer->c_drive];
ata.c 1021 xfer->c_chp = chp;
1141 KASSERT(xfer->c_chp == chp);
1233 struct ata_channel *chp = xfer->c_chp;
1408 struct ata_channel *chp = xfer->c_chp;
1459 xfer->ops->c_kill_xfer(xfer->c_chp, xfer, reason);
1478 KASSERT(xfer->c_chp == chp);
1499 KASSERT(xfer->c_chp == chp);
ata_subr.c 259 xfer->ops->c_intr(xfer->c_chp, xfer, 0);
atavar.h 138 struct ata_channel *c_chp; member in struct:ata_xfer
  /src/sys/dev/ic/
wdc.c 980 if (xfer && xfer->c_chp == chp && (xfer->c_flags & C_ATAPI)) {
1004 if (xfer->c_chp != chp) {
1005 ata_thread_run(xfer->c_chp, flags, ATACH_TH_RESET,
mvsata.c 2498 struct ata_channel *chp = xfer->c_chp;
  /src/sys/dev/scsipi/
atapi_wdc.c 1056 struct ata_channel *chp = xfer->c_chp;

Completed in 19 milliseconds