Lines Matching refs:ahc_softc

569 	struct ahc_softc	 *ahc_softc;
897 typedef void (*ahc_bus_intr_t)(struct ahc_softc *);
898 typedef int (*ahc_bus_chip_init_t)(struct ahc_softc *);
901 struct ahc_softc {
1105 typedef int (ahc_device_setup_t)(struct ahc_softc *);
1131 int ahc_pci_config(struct ahc_softc *,
1133 int ahc_pci_test_register_access(struct ahc_softc *);
1134 void __maybe_unused ahc_pci_resume(struct ahc_softc *ahc);
1137 int aic7770_config(struct ahc_softc *ahc,
1142 int ahc_probe_scbs(struct ahc_softc *);
1143 void ahc_qinfifo_requeue_tail(struct ahc_softc *ahc,
1145 int ahc_match_scb(struct ahc_softc *ahc, struct scb *scb,
1150 struct ahc_softc *ahc_alloc(void *platform_arg, char *name);
1151 int ahc_softc_init(struct ahc_softc *);
1152 void ahc_controller_info(struct ahc_softc *ahc, char *buf);
1153 int ahc_chip_init(struct ahc_softc *ahc);
1154 int ahc_init(struct ahc_softc *ahc);
1155 void ahc_intr_enable(struct ahc_softc *ahc, int enable);
1156 void ahc_pause_and_flushwork(struct ahc_softc *ahc);
1157 int __maybe_unused ahc_suspend(struct ahc_softc *ahc);
1158 int __maybe_unused ahc_resume(struct ahc_softc *ahc);
1159 void ahc_set_unit(struct ahc_softc *, int);
1160 void ahc_set_name(struct ahc_softc *, char *);
1161 void ahc_free(struct ahc_softc *ahc);
1162 int ahc_reset(struct ahc_softc *ahc, int reinit);
1170 int ahc_search_qinfifo(struct ahc_softc *ahc, int target,
1174 int ahc_search_untagged_queues(struct ahc_softc *ahc,
1179 int ahc_search_disc_list(struct ahc_softc *ahc, int target,
1183 int ahc_reset_channel(struct ahc_softc *ahc, char channel,
1192 const struct ahc_syncrate* ahc_find_syncrate(struct ahc_softc *ahc, u_int *period,
1194 u_int ahc_find_period(struct ahc_softc *ahc,
1205 int ahc_update_neg_request(struct ahc_softc*,
1210 void ahc_set_width(struct ahc_softc *ahc,
1213 void ahc_set_syncrate(struct ahc_softc *ahc,
1227 void ahc_send_lstate_events(struct ahc_softc *,
1229 void ahc_handle_en_lun(struct ahc_softc *ahc,
1231 cam_status ahc_find_tmode_devs(struct ahc_softc *ahc,
1257 void ahc_print_devinfo(struct ahc_softc *ahc,
1259 void ahc_dump_card_state(struct ahc_softc *ahc);
1268 int ahc_acquire_seeprom(struct ahc_softc *ahc,