Lines Matching refs:ahd_softc

608 	struct ahd_softc	 *ahd_softc;  member
962 int ahd_read_seeprom(struct ahd_softc *ahd, uint16_t *buf,
965 int ahd_write_seeprom(struct ahd_softc *ahd, uint16_t *buf,
968 int ahd_acquire_seeprom(struct ahd_softc *ahd);
969 void ahd_release_seeprom(struct ahd_softc *ahd);
1027 typedef void (*ahd_bus_intr_t)(struct ahd_softc *);
1058 struct ahd_softc { struct
1172 TAILQ_ENTRY(ahd_softc) links; argument
1312 typedef int (ahd_device_setup_t)(struct ahd_softc *);
1339 int ahd_pci_config(struct ahd_softc *,
1341 int ahd_pci_test_register_access(struct ahd_softc *);
1343 void ahd_pci_suspend(struct ahd_softc *);
1344 void ahd_pci_resume(struct ahd_softc *);
1348 void ahd_qinfifo_requeue_tail(struct ahd_softc *ahd,
1352 struct ahd_softc *ahd_alloc(void *platform_arg, char *name);
1353 int ahd_softc_init(struct ahd_softc *);
1354 void ahd_controller_info(struct ahd_softc *ahd, char *buf);
1355 int ahd_init(struct ahd_softc *ahd);
1357 int ahd_suspend(struct ahd_softc *ahd);
1358 void ahd_resume(struct ahd_softc *ahd);
1360 int ahd_default_config(struct ahd_softc *ahd);
1361 int ahd_parse_vpddata(struct ahd_softc *ahd,
1363 int ahd_parse_cfgdata(struct ahd_softc *ahd,
1365 void ahd_intr_enable(struct ahd_softc *ahd, int enable);
1366 void ahd_pause_and_flushwork(struct ahd_softc *ahd);
1367 void ahd_set_unit(struct ahd_softc *, int);
1368 void ahd_set_name(struct ahd_softc *, char *);
1369 struct scb *ahd_get_scb(struct ahd_softc *ahd, u_int col_idx);
1370 void ahd_free_scb(struct ahd_softc *ahd, struct scb *scb);
1371 void ahd_free(struct ahd_softc *ahd);
1372 int ahd_reset(struct ahd_softc *ahd, int reinit);
1373 int ahd_write_flexport(struct ahd_softc *ahd,
1375 int ahd_read_flexport(struct ahd_softc *ahd, u_int addr,
1385 int ahd_search_qinfifo(struct ahd_softc *ahd, int target,
1389 int ahd_search_disc_list(struct ahd_softc *ahd, int target,
1393 int ahd_reset_channel(struct ahd_softc *ahd, char channel,
1401 void ahd_find_syncrate(struct ahd_softc *ahd, u_int *period,
1412 int ahd_update_neg_request(struct ahd_softc*,
1417 void ahd_set_width(struct ahd_softc *ahd,
1420 void ahd_set_syncrate(struct ahd_softc *ahd,
1433 void ahd_send_lstate_events(struct ahd_softc *,
1435 void ahd_handle_en_lun(struct ahd_softc *ahd,
1437 cam_status ahd_find_tmode_devs(struct ahd_softc *ahd,
1468 void ahd_print_devinfo(struct ahd_softc *ahd,
1470 void ahd_dump_card_state(struct ahd_softc *ahd);