Searched refs:ct_synch_setup (Results 1 – 3 of 3) sorted by relevance
111 void (*ct_synch_setup)(struct ct_softc *, struct targ_info *); member
247 ct->ct_synch_setup = bshw_synch_setup; in ct_isa_attach()
572 if (ct->ct_synch_setup != 0) in ct_msg()573 (*ct->ct_synch_setup) (ct, ti); in ct_msg()