• Home
  • Raw
  • Download

Lines Matching defs:esp

119 static void esp_log_fill_regs(struct esp *esp,  in esp_log_fill_regs()
130 void scsi_esp_cmd(struct esp *esp, u8 val) in scsi_esp_cmd()
147 static void esp_send_dma_cmd(struct esp *esp, int len, int max_len, int cmd) in esp_send_dma_cmd()
165 static void esp_event(struct esp *esp, u8 val) in esp_event()
180 static void esp_dump_cmd_log(struct esp *esp) in esp_dump_cmd_log()
201 static void esp_flush_fifo(struct esp *esp) in esp_flush_fifo()
218 static void hme_read_fifo(struct esp *esp) in hme_read_fifo()
235 static void esp_set_all_config3(struct esp *esp, u8 val) in esp_set_all_config3()
244 static void esp_reset_esp(struct esp *esp) in esp_reset_esp()
372 static void esp_map_dma(struct esp *esp, struct scsi_cmnd *cmd) in esp_map_dma()
431 static void esp_advance_dma(struct esp *esp, struct esp_cmd_entry *ent, in esp_advance_dma()
459 static void esp_unmap_dma(struct esp *esp, struct scsi_cmnd *cmd) in esp_unmap_dma()
465 static void esp_save_pointers(struct esp *esp, struct esp_cmd_entry *ent) in esp_save_pointers()
480 static void esp_restore_pointers(struct esp *esp, struct esp_cmd_entry *ent) in esp_restore_pointers()
495 static void esp_write_tgt_config3(struct esp *esp, int tgt) in esp_write_tgt_config3()
507 static void esp_write_tgt_sync(struct esp *esp, int tgt) in esp_write_tgt_sync()
522 static u32 esp_dma_length_limit(struct esp *esp, u32 dma_addr, u32 dma_len) in esp_dma_length_limit()
630 static void esp_map_sense(struct esp *esp, struct esp_cmd_entry *ent) in esp_map_sense()
642 static void esp_unmap_sense(struct esp *esp, struct esp_cmd_entry *ent) in esp_unmap_sense()
657 static void esp_autosense(struct esp *esp, struct esp_cmd_entry *ent) in esp_autosense()
704 static struct esp_cmd_entry *find_and_prep_issuable_command(struct esp *esp) in find_and_prep_issuable_command()
735 static void esp_maybe_execute_command(struct esp *esp) in esp_maybe_execute_command()
878 static struct esp_cmd_entry *esp_get_ent(struct esp *esp) in esp_get_ent()
893 static void esp_put_ent(struct esp *esp, struct esp_cmd_entry *ent) in esp_put_ent()
898 static void esp_cmd_is_done(struct esp *esp, struct esp_cmd_entry *ent, in esp_cmd_is_done()
953 static void esp_event_queue_full(struct esp *esp, struct esp_cmd_entry *ent) in esp_event_queue_full()
964 struct esp *esp = shost_priv(dev->host); in esp_queuecommand_lck() local
1005 static int esp_check_spur_intr(struct esp *esp) in esp_check_spur_intr()
1042 static void esp_schedule_reset(struct esp *esp) in esp_schedule_reset()
1054 static struct esp_cmd_entry *esp_reconnect_with_tag(struct esp *esp, in esp_reconnect_with_tag()
1145 static int esp_reconnect(struct esp *esp) in esp_reconnect()
1230 static int esp_finish_select(struct esp *esp) in esp_finish_select()
1324 static int esp_data_bytes_sent(struct esp *esp, struct esp_cmd_entry *ent, in esp_data_bytes_sent()
1418 static void esp_setsync(struct esp *esp, struct esp_target_data *tp, in esp_setsync()
1457 static void esp_msgin_reject(struct esp *esp) in esp_msgin_reject()
1497 static void esp_msgin_sdtr(struct esp *esp, struct esp_target_data *tp) in esp_msgin_sdtr()
1548 static void esp_msgin_wdtr(struct esp *esp, struct esp_target_data *tp) in esp_msgin_wdtr()
1597 static void esp_msgin_extended(struct esp *esp) in esp_msgin_extended()
1625 static int esp_msgin_process(struct esp *esp) in esp_msgin_process()
1697 static int esp_process_event(struct esp *esp) in esp_process_event()
2039 static void esp_reset_cleanup_one(struct esp *esp, struct esp_cmd_entry *ent) in esp_reset_cleanup_one()
2063 static void esp_reset_cleanup(struct esp *esp) in esp_reset_cleanup()
2105 static void __esp_interrupt(struct esp *esp) in __esp_interrupt()
2184 struct esp *esp = dev_id; in scsi_esp_intr() local
2214 static void esp_get_revision(struct esp *esp) in esp_get_revision()
2267 static void esp_init_swstate(struct esp *esp) in esp_init_swstate()
2289 static void esp_bootup_reset(struct esp *esp) in esp_bootup_reset()
2313 static void esp_set_clock_params(struct esp *esp) in esp_set_clock_params()
2388 int scsi_esp_register(struct esp *esp) in scsi_esp_register()
2431 void scsi_esp_unregister(struct esp *esp) in scsi_esp_unregister()
2439 struct esp *esp = shost_priv(dev_to_shost(&starget->dev)); in esp_target_alloc() local
2449 struct esp *esp = shost_priv(dev_to_shost(&starget->dev)); in esp_target_destroy() local
2457 struct esp *esp = shost_priv(dev->host); in esp_slave_alloc() local
2479 struct esp *esp = shost_priv(dev->host); in esp_slave_configure() local
2503 struct esp *esp = shost_priv(cmd->device->host); in esp_eh_abort_handler() local
2620 struct esp *esp = shost_priv(cmd->device->host); in esp_eh_bus_reset_handler() local
2656 struct esp *esp = shost_priv(cmd->device->host); in esp_eh_host_reset_handler() local
2697 struct esp *esp = shost_priv(host); in esp_get_signalling() local
2711 struct esp *esp = shost_priv(host); in esp_set_offset() local
2724 struct esp *esp = shost_priv(host); in esp_set_period() local
2734 struct esp *esp = shost_priv(host); in esp_set_width() local
2797 static inline unsigned int esp_wait_for_fifo(struct esp *esp) in esp_wait_for_fifo()
2815 static inline int esp_wait_for_intr(struct esp *esp) in esp_wait_for_intr()
2834 void esp_send_pio_cmd(struct esp *esp, u32 addr, u32 esp_count, in esp_send_pio_cmd()