Lines Matching refs:siis_channel

85 static int siis_sata_connect(struct siis_channel *ch);
320 int unit = ((struct siis_channel *)device_get_softc(child))->unit; in siis_alloc_resource()
461 struct siis_channel *ch = device_get_softc(dev); in siis_ch_attach()
551 struct siis_channel *ch = device_get_softc(dev); in siis_ch_detach()
576 struct siis_channel *ch = device_get_softc(dev); in siis_ch_init()
593 struct siis_channel *ch = device_get_softc(dev); in siis_ch_deinit()
603 struct siis_channel *ch = device_get_softc(dev); in siis_ch_suspend()
617 struct siis_channel *ch = device_get_softc(dev); in siis_ch_resume()
639 sizeof(struct siis_channel)
647 struct siis_channel *ch; in siis_ch_led()
666 struct siis_channel *ch = device_get_softc(dev); in siis_dmainit()
712 struct siis_channel *ch = device_get_softc(dev); in siis_dmafini()
734 struct siis_channel *ch = device_get_softc(dev); in siis_slotsalloc()
756 struct siis_channel *ch = device_get_softc(dev); in siis_slotsfree()
774 struct siis_channel *ch = device_get_softc(dev); in siis_notify_events()
806 struct siis_channel *ch = device_get_softc(dev); in siis_phy_check_events()
838 struct siis_channel *ch = device_get_softc(dev); in siis_ch_intr_locked()
849 struct siis_channel *ch = device_get_softc(dev); in siis_ch_intr()
952 struct siis_channel *ch = device_get_softc(dev); in siis_check_collision()
978 struct siis_channel *ch = device_get_softc(dev); in siis_begin_transaction()
1017 struct siis_channel *ch = device_get_softc(slot->dev); in siis_dmasetprd()
1059 struct siis_channel *ch = device_get_softc(dev); in siis_execute_transaction()
1131 struct siis_channel *ch = device_get_softc(dev); in siis_process_timeout()
1152 struct siis_channel *ch = device_get_softc(dev); in siis_rearm_timeout()
1175 struct siis_channel *ch = device_get_softc(dev); in siis_timeout()
1214 struct siis_channel *ch = device_get_softc(dev); in siis_end_transaction()
1369 struct siis_channel *ch = device_get_softc(dev); in siis_issue_recovery()
1446 struct siis_channel *ch = device_get_softc(dev); in siis_process_read_log()
1504 struct siis_channel *ch = device_get_softc(dev); in siis_process_request_sense()
1525 struct siis_channel *ch = device_get_softc(dev); in siis_portinit()
1542 struct siis_channel *ch = device_get_softc(dev); in siis_devreset()
1562 struct siis_channel *ch = device_get_softc(dev); in siis_wait_ready()
1581 struct siis_channel *ch = device_get_softc(dev); in siis_reset()
1688 struct siis_channel *ch = device_get_softc(dev); in siis_setup_fis()
1737 siis_sata_connect(struct siis_channel *ch) in siis_sata_connect()
1800 struct siis_channel *ch; in siisaction()
1805 ch = (struct siis_channel *)cam_sim_softc(sim); in siisaction()
1981 struct siis_channel *ch = (struct siis_channel *)cam_sim_softc(sim); in siispoll()