Lines Matching refs:adw_softc
78 static __inline struct acb* adwgetacb(struct adw_softc *adw);
79 static __inline void adwfreeacb(struct adw_softc *adw,
85 adwallocsgmap(struct adw_softc *adw);
86 static int adwallocacbs(struct adw_softc *adw);
91 static void adw_intr_locked(struct adw_softc *adw);
95 static void adwprocesserror(struct adw_softc *adw, struct acb *acb);
97 static void adw_handle_device_reset(struct adw_softc *adw,
99 static void adw_handle_bus_reset(struct adw_softc *adw,
103 adwgetacb(struct adw_softc *adw) in adwgetacb()
125 adwfreeacb(struct adw_softc *adw, struct acb *acb) in adwfreeacb()
153 adwallocsgmap(struct adw_softc *adw) in adwallocsgmap()
182 adwallocacbs(struct adw_softc *adw) in adwallocacbs()
230 struct adw_softc *adw; in adwexecuteacb()
234 adw = (struct adw_softc *)ccb->ccb_h.ccb_adw_ptr; in adwexecuteacb()
334 struct adw_softc *adw; in adw_action()
338 adw = (struct adw_softc *)cam_sim_softc(sim); in adw_action()
743 struct adw_softc *
746 struct adw_softc *adw; in adw_alloc()
760 adw_free(struct adw_softc *adw) in adw_free()
824 adw_init(struct adw_softc *adw) in adw_init()
1123 adw_attach(struct adw_softc *adw) in adw_attach()
1186 struct adw_softc *adw; in adw_intr()
1195 adw_intr_locked(struct adw_softc *adw) in adw_intr_locked()
1329 adwprocesserror(struct adw_softc *adw, struct acb *acb) in adwprocesserror()
1426 struct adw_softc *adw; in adwtimeout()
1432 adw = (struct adw_softc *)ccb->ccb_h.ccb_adw_ptr; in adwtimeout()
1463 adw_handle_device_reset(struct adw_softc *adw, u_int target) in adw_handle_device_reset()
1479 adw_handle_bus_reset(struct adw_softc *adw, int initiated) in adw_handle_bus_reset()