Lines Matching defs:ch

105 ahci_ch_detval(struct ahci_channel *ch, uint32_t val)  in ahci_ch_detval()
723 ahci_attached(device_t dev, struct ahci_channel *ch) in ahci_attached()
733 ahci_detached(device_t dev, struct ahci_channel *ch) in ahci_detached()
748 struct ahci_channel *ch; in ahci_getch() local
760 ahci_putch(struct ahci_channel *ch) in ahci_putch()
777 struct ahci_channel *ch; in ahci_ch_disablephy_proc() local
803 struct ahci_channel *ch = device_get_softc(dev); in ahci_ch_attach() local
948 struct ahci_channel *ch = device_get_softc(dev); in ahci_ch_detach() local
981 struct ahci_channel *ch = device_get_softc(dev); in ahci_ch_init() local
1006 struct ahci_channel *ch = device_get_softc(dev); in ahci_ch_deinit() local
1027 struct ahci_channel *ch = device_get_softc(dev); in ahci_ch_suspend() local
1047 struct ahci_channel *ch = device_get_softc(dev); in ahci_ch_resume() local
1080 struct ahci_channel *ch = device_get_softc(dev); in ahci_dmainit() local
1153 struct ahci_channel *ch = device_get_softc(dev); in ahci_dmafini() local
1180 struct ahci_channel *ch = device_get_softc(dev); in ahci_slotsalloc() local
1203 struct ahci_channel *ch = device_get_softc(dev); in ahci_slotsfree() local
1219 ahci_phy_check_events(struct ahci_channel *ch, u_int32_t serr) in ahci_phy_check_events()
1249 ahci_cpd_check_events(struct ahci_channel *ch) in ahci_cpd_check_events()
1281 ahci_notify_events(struct ahci_channel *ch, u_int32_t status) in ahci_notify_events()
1302 ahci_done(struct ahci_channel *ch, union ccb *ccb) in ahci_done()
1318 struct ahci_channel *ch = (struct ahci_channel *)arg; in ahci_ch_intr() local
1332 struct ahci_channel *ch = (struct ahci_channel *)arg; in ahci_ch_intr_direct() local
1359 struct ahci_channel *ch = (struct ahci_channel *)arg; in ahci_ch_pm() local
1373 ahci_ch_intr_main(struct ahci_channel *ch, uint32_t istatus) in ahci_ch_intr_main()
1532 ahci_check_collision(struct ahci_channel *ch, union ccb *ccb) in ahci_check_collision()
1582 ahci_begin_transaction(struct ahci_channel *ch, union ccb *ccb) in ahci_begin_transaction()
1635 struct ahci_channel *ch = slot->ch; in ahci_dmasetprd() local
1665 struct ahci_channel *ch = slot->ch; in ahci_execute_transaction() local
1819 ahci_process_timeout(struct ahci_channel *ch) in ahci_process_timeout()
1835 ahci_rearm_timeout(struct ahci_channel *ch) in ahci_rearm_timeout()
1859 struct ahci_channel *ch = slot->ch; in ahci_timeout() local
1938 struct ahci_channel *ch = slot->ch; in ahci_end_transaction() local
2149 ahci_issue_recovery(struct ahci_channel *ch) in ahci_issue_recovery()
2226 ahci_process_read_log(struct ahci_channel *ch, union ccb *ccb) in ahci_process_read_log()
2285 ahci_process_request_sense(struct ahci_channel *ch, union ccb *ccb) in ahci_process_request_sense()
2306 ahci_start(struct ahci_channel *ch, int fbs) in ahci_start()
2332 ahci_stop(struct ahci_channel *ch) in ahci_stop()
2353 ahci_clo(struct ahci_channel *ch) in ahci_clo()
2375 ahci_stop_fr(struct ahci_channel *ch) in ahci_stop_fr()
2395 ahci_start_fr(struct ahci_channel *ch) in ahci_start_fr()
2405 ahci_wait_ready(struct ahci_channel *ch, int t, int t0) in ahci_wait_ready()
2433 struct ahci_channel *ch = arg; in ahci_reset_to() local
2455 ahci_reset(struct ahci_channel *ch) in ahci_reset()
2546 ahci_setup_fis(struct ahci_channel *ch, struct ahci_cmd_tab *ctp, union ccb *ccb, int tag) in ahci_setup_fis()
2603 ahci_sata_connect(struct ahci_channel *ch) in ahci_sata_connect()
2650 ahci_sata_phy_reset(struct ahci_channel *ch) in ahci_sata_phy_reset()
2693 ahci_check_ids(struct ahci_channel *ch, union ccb *ccb) in ahci_check_ids()
2712 struct ahci_channel *ch; in ahciaction() local
2896 struct ahci_channel *ch = (struct ahci_channel *)cam_sim_softc(sim); in ahcipoll() local