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 1059 xfer->c_chp = chp;
1179 KASSERT(xfer->c_chp == chp);
1271 struct ata_channel *chp = xfer->c_chp;
1446 struct ata_channel *chp = xfer->c_chp;
1497 xfer->ops->c_kill_xfer(xfer->c_chp, xfer, reason);
1516 KASSERT(xfer->c_chp == chp);
1537 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 1030 if (xfer && xfer->c_chp == chp && (xfer->c_flags & C_ATAPI)) {
1054 if (xfer->c_chp != chp) {
1055 ata_thread_run(xfer->c_chp, flags, ATACH_TH_RESET,
mvsata.c 2494 struct ata_channel *chp = xfer->c_chp;
  /src/sys/dev/scsipi/
atapi_wdc.c 1056 struct ata_channel *chp = xfer->c_chp;

Completed in 118 milliseconds