Lines Matching refs:mvs_channel

73 static int mvs_sata_connect(struct mvs_channel *ch);
116 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_attach()
219 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_detach()
251 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_init()
279 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_deinit()
291 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_suspend()
311 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_resume()
329 struct mvs_channel *ch = device_get_softc(dev); in mvs_dmainit()
393 struct mvs_channel *ch = device_get_softc(dev); in mvs_dmafini()
426 struct mvs_channel *ch = device_get_softc(dev); in mvs_slotsalloc()
449 struct mvs_channel *ch = device_get_softc(dev); in mvs_slotsfree()
467 struct mvs_channel *ch = device_get_softc(dev); in mvs_setup_edma_queues()
492 struct mvs_channel *ch = device_get_softc(dev); in mvs_set_edma_mode()
587 sizeof(struct mvs_channel)
595 struct mvs_channel *ch = device_get_softc(dev); in mvs_phy_check_events()
625 struct mvs_channel *ch = device_get_softc(dev); in mvs_notify_events()
650 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_intr_locked()
661 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_pm()
679 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_pm_wake()
703 struct mvs_channel *ch = device_get_softc(dev); in mvs_ch_intr()
823 struct mvs_channel *ch = device_get_softc(dev); in mvs_getstatus()
838 struct mvs_channel *ch = device_get_softc(dev); in mvs_legacy_intr()
1016 struct mvs_channel *ch = device_get_softc(dev); in mvs_crbq_intr()
1086 struct mvs_channel *ch = device_get_softc(dev); in mvs_check_collision()
1137 struct mvs_channel *ch = device_get_softc(dev); in mvs_tfd_read()
1158 struct mvs_channel *ch = device_get_softc(dev); in mvs_tfd_write()
1180 struct mvs_channel *ch = device_get_softc(dev); in mvs_begin_transaction()
1265 struct mvs_channel *ch = device_get_softc(slot->dev); in mvs_dmasetprd()
1304 struct mvs_channel *ch = device_get_softc(dev); in mvs_legacy_execute_transaction()
1418 struct mvs_channel *ch = device_get_softc(dev); in mvs_execute_transaction()
1533 struct mvs_channel *ch = device_get_softc(dev); in mvs_process_timeout()
1550 struct mvs_channel *ch = device_get_softc(dev); in mvs_rearm_timeout()
1574 struct mvs_channel *ch = device_get_softc(dev); in mvs_timeout()
1605 struct mvs_channel *ch = device_get_softc(dev); in mvs_end_transaction()
1771 struct mvs_channel *ch = device_get_softc(dev); in mvs_issue_recovery()
1849 struct mvs_channel *ch = device_get_softc(dev); in mvs_process_read_log()
1910 struct mvs_channel *ch = device_get_softc(dev); in mvs_process_request_sense()
1950 struct mvs_channel *ch = device_get_softc(dev); in mvs_requeue_frozen()
1968 struct mvs_channel *ch = device_get_softc(dev); in mvs_reset_to()
1996 struct mvs_channel *ch = device_get_softc(dev); in mvs_errata()
2029 struct mvs_channel *ch = device_get_softc(dev); in mvs_reset()
2109 struct mvs_channel *ch = device_get_softc(dev); in mvs_softreset()
2154 mvs_sata_connect(struct mvs_channel *ch) in mvs_sata_connect()
2199 struct mvs_channel *ch = device_get_softc(dev); in mvs_sata_phy_reset()
2230 struct mvs_channel *ch = device_get_softc(dev); in mvs_check_ids()
2255 struct mvs_channel *ch; in mvsaction()
2260 ch = (struct mvs_channel *)cam_sim_softc(sim); in mvsaction()
2438 struct mvs_channel *ch = (struct mvs_channel *)cam_sim_softc(sim); in mvspoll()