• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/

Lines Matching defs:aic7xxx_host

593 static struct aic7xxx_host *first_aic7xxx = NULL;
913 struct aic7xxx_host {
985 struct aic7xxx_host *next; /* allow for multiple IRQs */
1261 static void aic7xxx_set_syncrate(struct aic7xxx_host *p,
1265 static void aic7xxx_set_width(struct aic7xxx_host *p, int target, int channel,
1268 static void aic7xxx_panic_abort(struct aic7xxx_host *p, struct scsi_cmnd *cmd);
1269 static void aic7xxx_print_card(struct aic7xxx_host *p);
1270 static void aic7xxx_print_scratch_ram(struct aic7xxx_host *p);
1271 static void aic7xxx_print_sequencer(struct aic7xxx_host *p, int downloaded);
1273 static void aic7xxx_check_scbs(struct aic7xxx_host *p, char *buffer);
1286 aic_inb(struct aic7xxx_host *p, long port)
1305 aic_outb(struct aic7xxx_host *p, unsigned char val, long port)
1488 pause_sequencer(struct aic7xxx_host *p)
1510 unpause_sequencer(struct aic7xxx_host *p, int unpause_always)
1529 restart_sequencer(struct aic7xxx_host *p)
1553 aic7xxx_check_patch(struct aic7xxx_host *p,
1602 aic7xxx_download_instr(struct aic7xxx_host *p, int instrptr,
1731 aic7xxx_loadseq(struct aic7xxx_host *p)
1786 aic7xxx_print_sequencer(struct aic7xxx_host *p, int downloaded)
1834 struct aic7xxx_host *p;
1837 p = (struct aic7xxx_host *)dooh->hostdata;
1859 aic7xxx_find_syncrate(struct aic7xxx_host *p, unsigned int *period,
1980 aic7xxx_find_period(struct aic7xxx_host *p, unsigned int scsirate,
2024 aic7xxx_validate_offset(struct aic7xxx_host *p,
2056 aic7xxx_set_syncrate(struct aic7xxx_host *p, struct aic7xxx_syncrate *syncrate,
2187 aic7xxx_set_width(struct aic7xxx_host *p, int target, int channel, int lun,
2371 aic7xxx_match_scb(struct aic7xxx_host *p, struct aic7xxx_scb *scb,
2398 aic7xxx_add_curscb_to_free_list(struct aic7xxx_host *p)
2420 aic7xxx_rem_scb_from_disc_list(struct aic7xxx_host *p, unsigned char scbptr,
2450 aic7xxx_busy_target(struct aic7xxx_host *p, struct aic7xxx_scb *scb)
2464 aic7xxx_index_busy_target(struct aic7xxx_host *p, unsigned char tcl,
2488 aic7xxx_find_scb(struct aic7xxx_host *p, struct aic7xxx_scb *scb)
2520 aic7xxx_allocate_scb(struct aic7xxx_host *p)
2620 aic7xxx_queue_cmd_complete(struct aic7xxx_host *p, struct scsi_cmnd *cmd)
2634 static void aic7xxx_done_cmds_complete(struct aic7xxx_host *p)
2654 aic7xxx_free_scb(struct aic7xxx_host *p, struct aic7xxx_scb *scb)
2677 aic7xxx_done(struct aic7xxx_host *p, struct aic7xxx_scb *scb)
2888 aic7xxx_run_done_queue(struct aic7xxx_host *p, /*complete*/ int complete)
2940 aic7xxx_abort_waiting_scb(struct aic7xxx_host *p, struct aic7xxx_scb *scb,
2989 aic7xxx_search_qinfifo(struct aic7xxx_host *p, int target, int channel,
3085 aic7xxx_scb_on_qoutfifo(struct aic7xxx_host *p, struct aic7xxx_scb *scb)
3116 aic7xxx_reset_device(struct aic7xxx_host *p, int target, int channel,
3451 aic7xxx_clear_intstat(struct aic7xxx_host *p)
3468 aic7xxx_reset_current_bus(struct aic7xxx_host *p)
3513 aic7xxx_reset_channel(struct aic7xxx_host *p, int channel, int initiate_reset)
3638 aic7xxx_run_waiting_queues(struct aic7xxx_host *p)
3713 aic7xxx_pci_intr(struct aic7xxx_host *p)
3757 aic7xxx_construct_ppr(struct aic7xxx_host *p, struct aic7xxx_scb *scb)
3779 aic7xxx_construct_sdtr(struct aic7xxx_host *p, unsigned char period,
3799 aic7xxx_construct_wdtr(struct aic7xxx_host *p, unsigned char bus_width)
3816 aic7xxx_calculate_residual (struct aic7xxx_host *p, struct aic7xxx_scb *scb)
3887 aic7xxx_handle_device_reset(struct aic7xxx_host *p, int target, int channel)
3914 aic7xxx_handle_seqint(struct aic7xxx_host *p, unsigned char intstat)
4884 aic7xxx_parse_msg(struct aic7xxx_host *p, struct aic7xxx_scb *scb)
5507 aic7xxx_handle_reqinit(struct aic7xxx_host *p, struct aic7xxx_scb *scb)
5625 aic7xxx_handle_scsiint(struct aic7xxx_host *p, unsigned char intstat)
6065 aic7xxx_check_scbs(struct aic7xxx_host *p, char *buffer)
6213 aic7xxx_handle_command_completion_intr(struct aic7xxx_host *p)
6316 struct aic7xxx_host *p;
6446 struct aic7xxx_host *p;
6448 p = (struct aic7xxx_host *)dev_id;
6474 aic7xxx_init_transinfo(struct aic7xxx_host *p, struct aic_dev_data *aic_dev)
6545 struct aic7xxx_host *p = (struct aic7xxx_host *)SDptr->host->hostdata;
6606 aic7xxx_device_queue_depth(struct aic7xxx_host *p, struct scsi_device *device)
6718 struct aic7xxx_host *p = (struct aic7xxx_host *) SDptr->host->hostdata;
6860 read_284x_seeprom(struct aic7xxx_host *p, struct seeprom_config *sc)
6993 acquire_seeprom(struct aic7xxx_host *p)
7021 release_seeprom(struct aic7xxx_host *p)
7081 read_seeprom(struct aic7xxx_host *p, int offset,
7204 read_brdctl(struct aic7xxx_host *p)
7244 write_brdctl(struct aic7xxx_host *p, unsigned char value)
7297 aic785x_cable_detect(struct aic7xxx_host *p, int *int_50,
7326 aic2940_uwpro_wide_cable_detect(struct aic7xxx_host *p, int *int_68,
7372 aic787x_cable_detect(struct aic7xxx_host *p, int *int_50, int *int_68,
7419 aic7xxx_ultra2_term_detect(struct aic7xxx_host *p, int *enableSE_low,
7443 configure_termination(struct aic7xxx_host *p)
7738 detect_maxscb(struct aic7xxx_host *p)
7800 aic7xxx_register(struct scsi_host_template *template, struct aic7xxx_host *p,
8293 aic7xxx_chip_reset(struct aic7xxx_host *p)
8344 * and a pointer to a aic7xxx_host struct upon success.
8346 static struct aic7xxx_host *
8347 aic7xxx_alloc(struct scsi_host_template *sht, struct aic7xxx_host *temp)
8349 struct aic7xxx_host *p = NULL;
8356 host = scsi_register(sht, sizeof(struct aic7xxx_host));
8360 p = (struct aic7xxx_host *) host->hostdata;
8361 memset(p, 0, sizeof(struct aic7xxx_host));
8375 * allocated memory for the aic7xxx_host struct, and return NULL.
8392 * the driver (struct aic7xxx_host *).
8395 aic7xxx_free(struct aic7xxx_host *p)
8449 aic7xxx_load_seeprom(struct aic7xxx_host *p, unsigned char *sxfrctl1)
8848 aic7xxx_configure_bugs(struct aic7xxx_host *p)
8916 struct aic7xxx_host *temp_p = NULL;
8917 struct aic7xxx_host *current_p = NULL;
8918 struct aic7xxx_host *list_p = NULL;
9133 else if ( (temp_p = kmalloc(sizeof(struct aic7xxx_host),
9136 memset(temp_p, 0, sizeof(struct aic7xxx_host));
9638 temp_p = kmalloc(sizeof(struct aic7xxx_host), GFP_ATOMIC);
9657 memset(temp_p, 0, sizeof(struct aic7xxx_host));
9855 struct aic7xxx_host *sort_list[4] = { NULL, NULL, NULL, NULL };
9856 struct aic7xxx_host *vlb, *pci;
9857 struct aic7xxx_host *prev_p;
9858 struct aic7xxx_host *p;
10040 temp_p = (struct aic7xxx_host *)temp_p->next;
10056 static void aic7xxx_buildscb(struct aic7xxx_host *p, struct scsi_cmnd *cmd,
10207 struct aic7xxx_host *p;
10211 p = (struct aic7xxx_host *) cmd->device->host->hostdata;
10277 struct aic7xxx_host *p;
10291 p = (struct aic7xxx_host *)cmd->device->host->hostdata;
10487 static void aic7xxx_panic_abort(struct aic7xxx_host *p, struct scsi_cmnd *cmd)
10514 struct aic7xxx_host *p;
10524 p = (struct aic7xxx_host *)cmd->device->host->hostdata;
10753 struct aic7xxx_host *p;
10756 p = (struct aic7xxx_host *) cmd->device->host->hostdata;
10842 struct aic7xxx_host *p;
10845 p = (struct aic7xxx_host *) sdev->host->hostdata;
10889 struct aic7xxx_host *p = (struct aic7xxx_host *) host->hostdata;
10890 struct aic7xxx_host *next, *prev;
10940 aic7xxx_print_card(struct aic7xxx_host *p)
11040 aic7xxx_print_scratch_ram(struct aic7xxx_host *p)