Home | History | Annotate | Download | only in ata

Lines Matching refs:chnl_softc

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;
1857 xfer = ata_get_xfer(wd->drvp->chnl_softc, true);
1870 ata_wait_cmd(wd->drvp->chnl_softc, xfer);
1873 ata_free_xfer(wd->drvp->chnl_softc, xfer);
1885 xfer = ata_get_xfer(wd->drvp->chnl_softc, true);
1894 ata_wait_cmd(wd->drvp->chnl_softc, xfer);
1897 ata_free_xfer(wd->drvp->chnl_softc, xfer);
1917 xfer = ata_get_xfer(wd->drvp->chnl_softc, true);
1931 ata_wait_cmd(wd->drvp->chnl_softc, xfer);
1935 ata_free_xfer(wd->drvp->chnl_softc, xfer);
1950 xfer = ata_get_xfer(wd->drvp->chnl_softc, true);
1981 ata_wait_cmd(wd->drvp->chnl_softc, xfer);
1985 ata_free_xfer(wd->drvp->chnl_softc, xfer);
2102 xfer = ata_get_xfer(wi->wi_softc->drvp->chnl_softc, true);
2161 ata_wait_cmd(wi->wi_softc->drvp->chnl_softc, xfer);
2187 ata_free_xfer(wi->wi_softc->drvp->chnl_softc, xfer);
2294 atachannel_debug(wd->drvp->chnl_softc);