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

  /src/sys/dev/ata/
wd.c 818 chp = wd->drvp->chnl_softc;
905 ata_free_xfer(wd->drvp->chnl_softc, xfer);
939 ata_channel_lock(wd->drvp->chnl_softc);
940 ata_thread_run(wd->drvp->chnl_softc, wflags,
942 ata_channel_unlock(wd->drvp->chnl_softc);
1044 ata_free_xfer(wd->drvp->chnl_softc, xfer);
1625 ata_channel_lock(wd->drvp->chnl_softc);
1627 ata_thread_run(wd->drvp->chnl_softc, AT_POLL,
1631 ata_channel_unlock(wd->drvp->chnl_softc);
1750 struct ata_channel *chp = wd->drvp->chnl_softc;
    [all...]
ata.c 772 chp->ch_drive[i].chnl_softc = chp;
818 struct ata_channel *chp = drvp->chnl_softc;
921 struct ata_channel *chp = drvp->chnl_softc;
958 ata_channel_lock_owned(drvp->chnl_softc);
1470 struct ata_channel * const chp = drvp->chnl_softc;
1782 struct ata_channel *chp = drvp->chnl_softc;
1787 ata_channel_lock_owned(drvp->chnl_softc);
1839 struct ata_channel *chp = drvp->chnl_softc;
ata_recovery.c 71 struct ata_channel *chp = drvp->chnl_softc;
ata_wdc.c 148 struct ata_channel *chp = drvp->chnl_softc;
885 struct ata_channel *chp = drvp->chnl_softc;
893 struct ata_channel *chp = drvp->chnl_softc;
atavar.h 336 struct ata_channel *chnl_softc; /* channel softc */ member in struct:ata_drive_datas
  /src/sys/dev/ic/
siisata.c 667 struct ata_channel *chp = drvp->chnl_softc;
935 struct ata_channel *chp = drvp->chnl_softc;
1179 struct ata_channel *chp = drvp->chnl_softc;
ahcisata_core.c 767 struct ata_channel *chp = drvp->chnl_softc;
1150 struct ata_channel *chp = drvp->chnl_softc;
1406 struct ata_channel *chp = drvp->chnl_softc;
wdc.c 948 struct ata_channel *chp = drvp->chnl_softc;
1404 struct ata_channel *chp = drvp->chnl_softc;
mvsata.c 620 struct ata_channel *chp = drvp->chnl_softc;
991 struct ata_channel *chp = drvp->chnl_softc;
1602 struct ata_channel *chp = drvp->chnl_softc;
  /src/sys/dev/pci/
piixide.c 861 struct ata_channel *chp = drvp->chnl_softc;

Completed in 24 milliseconds