Lines Matching defs:chp
123 #define AHCISATA_DO_EXTRA_DELAY(sc, chp, msg, flags) \ argument
126 #define AHCISATA_DO_EXTRA_DELAY(sc, chp, msg, flags) do { } while (0) argument
212 struct ata_channel *chp; in ahci_reprobe_drives() local
259 struct ata_channel *chp; in ahci_attach() local
521 struct ata_channel *chp; in ahci_childdetached() local
540 struct ata_channel *chp; in ahci_detach() local
632 struct ata_channel *chp = &achp->ata_channel; in ahci_intr_port() local
645 ahci_intr_port_common(struct ata_channel *chp) in ahci_intr_port_common()
767 struct ata_channel *chp = drvp->chnl_softc; in ahci_reset_drive() local
792 ahci_exec_fis(struct ata_channel *chp, int timeout, int flags, int slot) in ahci_exec_fis()
840 ahci_do_reset_drive(struct ata_channel *chp, int drive, int flags, in ahci_do_reset_drive()
993 ahci_reset_channel(struct ata_channel *chp, int flags) in ahci_reset_channel()
1051 ahci_probe_drive(struct ata_channel *chp) in ahci_probe_drive()
1134 ahci_setup_channel(struct ata_channel *chp) in ahci_setup_channel()
1150 struct ata_channel *chp = drvp->chnl_softc; in ahci_exec_command() local
1170 ahci_cmd_start(struct ata_channel *chp, struct ata_xfer *xfer) in ahci_cmd_start()
1228 ahci_cmd_poll(struct ata_channel *chp, struct ata_xfer *xfer) in ahci_cmd_poll()
1269 ahci_cmd_abort(struct ata_channel *chp, struct ata_xfer *xfer) in ahci_cmd_abort()
1275 ahci_cmd_kill_xfer(struct ata_channel *chp, struct ata_xfer *xfer, int reason) in ahci_cmd_kill_xfer()
1308 ahci_cmd_complete(struct ata_channel *chp, struct ata_xfer *xfer, int tfd) in ahci_cmd_complete()
1350 ahci_cmd_done(struct ata_channel *chp, struct ata_xfer *xfer) in ahci_cmd_done()
1388 ahci_cmd_done_end(struct ata_channel *chp, struct ata_xfer *xfer) in ahci_cmd_done_end()
1406 struct ata_channel *chp = drvp->chnl_softc; in ahci_ata_bio() local
1423 ahci_bio_start(struct ata_channel *chp, struct ata_xfer *xfer) in ahci_bio_start()
1478 ahci_bio_poll(struct ata_channel *chp, struct ata_xfer *xfer) in ahci_bio_poll()
1511 ahci_bio_abort(struct ata_channel *chp, struct ata_xfer *xfer) in ahci_bio_abort()
1517 ahci_bio_kill_xfer(struct ata_channel *chp, struct ata_xfer *xfer, int reason) in ahci_bio_kill_xfer()
1553 ahci_bio_complete(struct ata_channel *chp, struct ata_xfer *xfer, int tfd) in ahci_bio_complete()
1616 ahci_channel_stop(struct ahci_softc *sc, struct ata_channel *chp, int flags) in ahci_channel_stop()
1640 ahci_channel_start(struct ahci_softc *sc, struct ata_channel *chp, in ahci_channel_start()
1683 ahci_channel_recover(struct ata_channel *chp, int flags, uint32_t tfd) in ahci_channel_recover()
1756 ahci_dma_setup(struct ata_channel *chp, int slot, void *data, in ahci_dma_setup()
1801 struct ata_channel *chp = ata_sc->sc_chan; in ahci_atapibus_attach() local
1848 struct ata_channel *chp = in ahci_atapi_kill_pending() local
1918 ahci_atapi_start(struct ata_channel *chp, struct ata_xfer *xfer) in ahci_atapi_start()
1976 ahci_atapi_poll(struct ata_channel *chp, struct ata_xfer *xfer) in ahci_atapi_poll()
2009 ahci_atapi_abort(struct ata_channel *chp, struct ata_xfer *xfer) in ahci_atapi_abort()
2015 ahci_atapi_complete(struct ata_channel *chp, struct ata_xfer *xfer, int tfd) in ahci_atapi_complete()
2068 ahci_atapi_kill_xfer(struct ata_channel *chp, struct ata_xfer *xfer, int reason) in ahci_atapi_kill_xfer()
2109 struct ata_channel *chp = atac->atac_channels[chan->chan_channel]; in ahci_atapi_probe_device() local