Home | History | Annotate | Download | only in maple

Lines Matching refs:maple_softc

116 static void	maple_scanbus(struct maple_softc *);
118 static void maple_begin_txbuf(struct maple_softc *);
119 static int maple_end_txbuf(struct maple_softc *);
120 static void maple_queue_command(struct maple_softc *, struct maple_unit *,
122 static void maple_write_command(struct maple_softc *, struct maple_unit *,
124 static void maple_start(struct maple_softc *sc);
125 static void maple_start_poll(struct maple_softc *);
126 static void maple_check_subunit_change(struct maple_softc *,
128 static void maple_check_unit_change(struct maple_softc *,
133 static void maple_attach_unit(struct maple_softc *, struct maple_unit *);
134 static void maple_detach_unit_nofix(struct maple_softc *,
136 static void maple_detach_unit(struct maple_softc *, struct maple_unit *);
137 static void maple_queue_cmds(struct maple_softc *,
139 static void maple_unit_probe(struct maple_softc *);
140 static void maple_unit_ping(struct maple_softc *);
141 static int maple_send_defered_periodic(struct maple_softc *);
142 static void maple_send_periodic(struct maple_softc *);
143 static void maple_remove_from_queues(struct maple_softc *,
145 static int maple_retry(struct maple_softc *, struct maple_unit *,
147 static void maple_queue_retry(struct maple_softc *);
148 static void maple_check_responses(struct maple_softc *);
163 CFATTACH_DECL_NEW(maple, sizeof(struct maple_softc),
195 struct maple_softc *sc;
276 maple_scanbus(struct maple_softc *sc)
326 struct maple_softc *sc;
414 maple_begin_txbuf(struct maple_softc *sc)
422 maple_end_txbuf(struct maple_softc *sc)
438 maple_queue_command(struct maple_softc *sc, struct maple_unit *u,
478 maple_write_command(struct maple_softc *sc, struct maple_unit *u, int command,
498 maple_start(struct maple_softc *sc)
507 maple_start_poll(struct maple_softc *sc)
517 maple_check_subunit_change(struct maple_softc *sc, struct maple_unit *u)
574 maple_check_unit_change(struct maple_softc *sc, struct maple_unit *u)
679 maple_attach_unit(struct maple_softc *sc, struct maple_unit *u)
729 maple_detach_unit_nofix(struct maple_softc *sc, struct maple_unit *u)
827 maple_detach_unit(struct maple_softc *sc, struct maple_unit *u)
845 struct maple_softc *sc = device_private(dev);
877 maple_queue_cmds(struct maple_softc *sc,
944 maple_unit_probe(struct maple_softc *sc)
966 struct maple_softc *sc = device_private(dev);
977 maple_unit_ping(struct maple_softc *sc)
1023 struct maple_softc *sc = device_private(dev);
1050 maple_send_defered_periodic(struct maple_softc *sc)
1093 maple_send_periodic(struct maple_softc *sc)
1129 maple_remove_from_queues(struct maple_softc *sc, struct maple_unit *u)
1156 maple_retry(struct maple_softc *sc, struct maple_unit *u,
1183 maple_queue_retry(struct maple_softc *sc)
1216 maple_check_responses(struct maple_softc *sc)
1431 struct maple_softc *sc = arg;
1555 struct maple_softc *sc = arg;
1567 struct maple_softc *sc = ctx;
1584 struct maple_softc *sc = device_private(dev);
1623 struct maple_softc *sc;
1646 struct maple_softc *sc;
1659 struct maple_softc *sc = device_private(dev);
1678 struct maple_softc *sc;