• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/

Lines Matching defs:ahd_softc

605 	struct ahd_softc	 *ahd_softc;
959 int ahd_read_seeprom(struct ahd_softc *ahd, uint16_t *buf,
962 int ahd_write_seeprom(struct ahd_softc *ahd, uint16_t *buf,
965 int ahd_acquire_seeprom(struct ahd_softc *ahd);
966 void ahd_release_seeprom(struct ahd_softc *ahd);
1017 typedef void (*ahd_bus_intr_t)(struct ahd_softc *);
1048 struct ahd_softc {
1162 TAILQ_ENTRY(ahd_softc) links;
1302 typedef int (ahd_device_setup_t)(struct ahd_softc *);
1326 void ahd_reset_cmds_pending(struct ahd_softc *ahd);
1330 int ahd_pci_config(struct ahd_softc *,
1332 int ahd_pci_test_register_access(struct ahd_softc *);
1335 void ahd_qinfifo_requeue_tail(struct ahd_softc *ahd,
1339 struct ahd_softc *ahd_alloc(void *platform_arg, char *name);
1340 int ahd_softc_init(struct ahd_softc *);
1341 void ahd_controller_info(struct ahd_softc *ahd, char *buf);
1342 int ahd_init(struct ahd_softc *ahd);
1343 int ahd_default_config(struct ahd_softc *ahd);
1344 int ahd_parse_vpddata(struct ahd_softc *ahd,
1346 int ahd_parse_cfgdata(struct ahd_softc *ahd,
1348 void ahd_intr_enable(struct ahd_softc *ahd, int enable);
1349 void ahd_pause_and_flushwork(struct ahd_softc *ahd);
1350 int ahd_suspend(struct ahd_softc *ahd);
1351 void ahd_set_unit(struct ahd_softc *, int);
1352 void ahd_set_name(struct ahd_softc *, char *);
1353 struct scb *ahd_get_scb(struct ahd_softc *ahd, u_int col_idx);
1354 void ahd_free_scb(struct ahd_softc *ahd, struct scb *scb);
1355 void ahd_free(struct ahd_softc *ahd);
1356 int ahd_reset(struct ahd_softc *ahd, int reinit);
1357 int ahd_write_flexport(struct ahd_softc *ahd,
1359 int ahd_read_flexport(struct ahd_softc *ahd, u_int addr,
1363 void ahd_run_qoutfifo(struct ahd_softc *ahd);
1365 void ahd_run_tqinfifo(struct ahd_softc *ahd, int paused);
1367 void ahd_handle_hwerrint(struct ahd_softc *ahd);
1368 void ahd_handle_seqint(struct ahd_softc *ahd, u_int intstat);
1369 void ahd_handle_scsiint(struct ahd_softc *ahd,
1379 int ahd_search_qinfifo(struct ahd_softc *ahd, int target,
1383 int ahd_search_disc_list(struct ahd_softc *ahd, int target,
1387 int ahd_reset_channel(struct ahd_softc *ahd, char channel,
1395 void ahd_find_syncrate(struct ahd_softc *ahd, u_int *period,
1406 int ahd_update_neg_request(struct ahd_softc*,
1411 void ahd_set_width(struct ahd_softc *ahd,
1414 void ahd_set_syncrate(struct ahd_softc *ahd,
1427 void ahd_send_lstate_events(struct ahd_softc *,
1429 void ahd_handle_en_lun(struct ahd_softc *ahd,
1431 cam_status ahd_find_tmode_devs(struct ahd_softc *ahd,
1462 void ahd_print_devinfo(struct ahd_softc *ahd,
1464 void ahd_dump_card_state(struct ahd_softc *ahd);