Searched defs:ahc (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h60 static inline char *ahc_name(struct ahc_softc *ahc) ahc_name() argument
H A Daic7770_osm.c48 aic7770_map_registers(struct ahc_softc *ahc, u_int port) aic7770_map_registers() argument
61 aic7770_map_int(struct ahc_softc *ahc, u_int irq) aic7770_map_int() argument
82 struct ahc_softc *ahc; aic7770_probe() local
111 struct ahc_softc *ahc = dev_get_drvdata(dev); aic7770_remove() local
H A Daic7xxx_osm_pci.c128 struct ahc_softc *ahc = pci_get_drvdata(pdev); ahc_linux_pci_dev_suspend() local
146 struct ahc_softc *ahc = pci_get_drvdata(pdev); ahc_linux_pci_dev_resume() local
169 struct ahc_softc *ahc = pci_get_drvdata(pdev); ahc_linux_pci_dev_remove() local
182 ahc_linux_pci_inherit_flags(struct ahc_softc *ahc) ahc_linux_pci_inherit_flags() argument
207 struct ahc_softc *ahc; ahc_linux_pci_dev_probe() local
346 ahc_linux_pci_reserve_io_region(struct ahc_softc *ahc, resource_size_t *base) ahc_linux_pci_reserve_io_region() argument
360 ahc_linux_pci_reserve_mem_region(struct ahc_softc *ahc, ahc_linux_pci_reserve_mem_region() argument
386 ahc_pci_map_registers(struct ahc_softc *ahc) ahc_pci_map_registers() argument
459 ahc_pci_map_int(struct ahc_softc *ahc) ahc_pci_map_int() argument
H A Daic7xxx_proc.c134 ahc_dump_target_state(struct ahc_softc *ahc, struct seq_file *m, ahc_dump_target_state() argument
190 struct ahc_softc *ahc = *(struct ahc_softc **)shost->hostdata; ahc_proc_write_seeprom() local
291 struct ahc_softc *ahc = *(struct ahc_softc **)shost->hostdata; ahc_linux_show_info() local
H A Daic7770.c125 aic7770_config(struct ahc_softc *ahc, struct aic7770_identity *entry, u_int io) aic7770_config() argument
262 aic7770_chip_init(struct ahc_softc *ahc) aic7770_chip_init() argument
275 aha2840_load_seeprom(struct ahc_softc *ahc) aha2840_load_seeprom() argument
361 ahc_aic7770_VL_setup(struct ahc_softc *ahc) ahc_aic7770_VL_setup() argument
371 ahc_aic7770_EISA_setup(struct ahc_softc *ahc) ahc_aic7770_EISA_setup() argument
381 ahc_aic7770_setup(struct ahc_softc *ahc) ahc_aic7770_setup() argument
H A Daic7xxx_osm.h390 ahc_lockinit(struct ahc_softc *ahc) ahc_lockinit() argument
396 ahc_lock(struct ahc_softc *ahc, unsigned long *flags) ahc_lock() argument
402 ahc_unlock(struct ahc_softc *ahc, unsigned long *flags) ahc_unlock() argument
511 ahc_flush_device_writes(struct ahc_softc *ahc) ahc_flush_device_writes() argument
654 ahc_get_sense_bufsize(struct ahc_softc *ahc, struct scb *scb) ahc_get_sense_bufsize() argument
660 ahc_notify_xfer_settings_change(struct ahc_softc *ahc, ahc_notify_xfer_settings_change() argument
667 ahc_platform_scb_free(struct ahc_softc *ahc, struct scb *scb) ahc_platform_scb_free() argument
H A Daic7xxx_osm.c253 ahc_print_path(struct ahc_softc *ahc, struct scb *scb) ahc_print_path() argument
399 ahc_inb(struct ahc_softc * ahc, long port) ahc_inb() argument
413 ahc_outb(struct ahc_softc * ahc, long port, uint8_t val) ahc_outb() argument
424 ahc_outsb(struct ahc_softc * ahc, long port, uint8_t *array, int count) ahc_outsb() argument
438 ahc_insb(struct ahc_softc * ahc, long port, uint8_t *array, int count) ahc_insb() argument
459 ahc_linux_unmap_scb(struct ahc_softc *ahc, struct scb *scb) ahc_linux_unmap_scb() argument
470 ahc_linux_map_seg(struct ahc_softc *ahc, struct scb *scb, ahc_linux_map_seg() argument
500 struct ahc_softc *ahc; ahc_linux_info() local
523 struct ahc_softc *ahc; ahc_linux_queue_lck() local
546 struct ahc_softc *ahc = ahc_linux_target_in_softc() local
560 struct ahc_softc *ahc = ahc_linux_target_alloc() local
642 struct ahc_softc *ahc = ahc_linux_slave_alloc() local
674 struct ahc_softc *ahc; ahc_linux_slave_configure() local
704 struct ahc_softc *ahc; ahc_linux_biosparam() local
774 struct ahc_softc *ahc; ahc_linux_bus_reset() local
828 ahc_dma_tag_create(struct ahc_softc *ahc, bus_dma_tag_t parent, ahc_dma_tag_create() argument
856 ahc_dma_tag_destroy(struct ahc_softc *ahc, bus_dma_tag_t dmat) ahc_dma_tag_destroy() argument
862 ahc_dmamem_alloc(struct ahc_softc *ahc, bus_dma_tag_t dmat, void** vaddr, ahc_dmamem_alloc() argument
873 ahc_dmamem_free(struct ahc_softc *ahc, bus_dma_tag_t dmat, ahc_dmamem_free() argument
881 ahc_dmamap_load(struct ahc_softc *ahc, bus_dma_tag_t dmat, bus_dmamap_t map, ahc_dmamap_load() argument
898 ahc_dmamap_destroy(struct ahc_softc *ahc, bus_dma_tag_t dmat, bus_dmamap_t map) ahc_dmamap_destroy() argument
903 ahc_dmamap_unload(struct ahc_softc *ahc, bus_dma_tag_t dmat, bus_dmamap_t map) ahc_dmamap_unload() argument
1089 ahc_linux_register_host(struct ahc_softc *ahc, struct scsi_host_template *template) ahc_linux_register_host() argument
1146 ahc_linux_initialize_scsi_bus(struct ahc_softc *ahc) ahc_linux_initialize_scsi_bus() argument
1213 ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg) ahc_platform_alloc() argument
1231 ahc_platform_free(struct ahc_softc *ahc) ahc_platform_free() argument
1265 ahc_platform_freeze_devq(struct ahc_softc *ahc, struct scb *scb) ahc_platform_freeze_devq() argument
1274 ahc_platform_set_tags(struct ahc_softc *ahc, struct scsi_device *sdev, ahc_platform_set_tags() argument
1354 ahc_platform_abort_scbs(struct ahc_softc *ahc, int target, char channel, ahc_platform_abort_scbs() argument
1361 ahc_linux_user_tagdepth(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) ahc_linux_user_tagdepth() argument
1399 struct ahc_softc *ahc = *((struct ahc_softc **)sdev->host->hostdata); ahc_linux_device_queue_depth() local
1423 ahc_linux_run_command(struct ahc_softc *ahc, struct ahc_linux_device *dev, ahc_linux_run_command() argument
1590 struct ahc_softc *ahc; ahc_linux_isr() local
1602 ahc_platform_flushwork(struct ahc_softc *ahc) ahc_platform_flushwork() argument
1608 ahc_send_async(struct ahc_softc *ahc, char channel, ahc_send_async() argument
1694 ahc_done(struct ahc_softc *ahc, struct scb *scb) ahc_done() argument
1814 ahc_linux_handle_scsi_status(struct ahc_softc *ahc, ahc_linux_handle_scsi_status() argument
1943 ahc_linux_queue_cmd_complete(struct ahc_softc *ahc, struct scsi_cmnd *cmd) ahc_linux_queue_cmd_complete() argument
2013 ahc_linux_freeze_simq(struct ahc_softc *ahc) ahc_linux_freeze_simq() argument
2031 ahc_linux_release_simq(struct ahc_softc *ahc) ahc_linux_release_simq() argument
2056 struct ahc_softc *ahc; ahc_linux_queue_recovery_cmd() local
2334 ahc_platform_dump_card_state(struct ahc_softc *ahc) ahc_platform_dump_card_state() argument
2341 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata); ahc_linux_set_width() local
2355 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata); ahc_linux_set_period() local
2399 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata); ahc_linux_set_offset() local
2427 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata); ahc_linux_set_dt() local
2521 struct ahc_softc *ahc = *(struct ahc_softc **)shost->hostdata; ahc_linux_get_signalling() local
H A Daic7xxx_pci.c712 ahc_pci_config(struct ahc_softc *ahc, const struct ahc_pci_identity *entry) ahc_pci_config() argument
976 ahc_ext_scbram_present(struct ahc_softc *ahc) ahc_ext_scbram_present() argument
1012 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, ahc_scbram_config() argument
1070 ahc_probe_ext_scbram(struct ahc_softc *ahc) ahc_probe_ext_scbram() argument
1171 ahc_pci_test_register_access(struct ahc_softc *ahc) ahc_pci_test_register_access() argument
1260 check_extport(struct ahc_softc *ahc, u_int *sxfrctl1) check_extport() argument
1409 ahc_parse_pci_eeprom(struct ahc_softc *ahc, struct seeprom_config *sc) ahc_parse_pci_eeprom() argument
1527 configure_termination(struct ahc_softc *ahc, configure_termination() argument
1753 ahc_new_term_detect(struct ahc_softc *ahc, int *enableSEC_low, ahc_new_term_detect() argument
1775 aic787X_cable_detect(struct ahc_softc *ahc, int *internal50_present, aic787X_cable_detect() argument
1816 aic785X_cable_detect(struct ahc_softc *ahc, int *internal50_present, aic785X_cable_detect() argument
1839 ahc_acquire_seeprom(struct ahc_softc *ahc, struct seeprom_descriptor *sd) ahc_acquire_seeprom() argument
1874 write_brdctl(struct ahc_softc *ahc, uint8_t value) write_brdctl() argument
1906 read_brdctl(struct ahc_softc *ahc) read_brdctl() argument
1928 ahc_pci_intr(struct ahc_softc *ahc) ahc_pci_intr() argument
1994 ahc_pci_chip_init(struct ahc_softc *ahc) ahc_pci_chip_init() argument
2020 ahc_pci_resume(struct ahc_softc *ahc) ahc_pci_resume() argument
2053 ahc_aic785X_setup(struct ahc_softc *ahc) ahc_aic785X_setup() argument
2071 ahc_aic7860_setup(struct ahc_softc *ahc) ahc_aic7860_setup() argument
2089 ahc_apa1480_setup(struct ahc_softc *ahc) ahc_apa1480_setup() argument
2101 ahc_aic7870_setup(struct ahc_softc *ahc) ahc_aic7870_setup() argument
2113 ahc_aic7870h_setup(struct ahc_softc *ahc) ahc_aic7870h_setup() argument
2123 ahc_aha394X_setup(struct ahc_softc *ahc) ahc_aha394X_setup() argument
2134 ahc_aha394Xh_setup(struct ahc_softc *ahc) ahc_aha394Xh_setup() argument
2144 ahc_aha398X_setup(struct ahc_softc *ahc) ahc_aha398X_setup() argument
2155 ahc_aha494X_setup(struct ahc_softc *ahc) ahc_aha494X_setup() argument
2166 ahc_aha494Xh_setup(struct ahc_softc *ahc) ahc_aha494Xh_setup() argument
2176 ahc_aic7880_setup(struct ahc_softc *ahc) ahc_aic7880_setup() argument
2197 ahc_aic7880h_setup(struct ahc_softc *ahc) ahc_aic7880h_setup() argument
2208 ahc_aha2940Pro_setup(struct ahc_softc *ahc) ahc_aha2940Pro_setup() argument
2216 ahc_aha394XU_setup(struct ahc_softc *ahc) ahc_aha394XU_setup() argument
2227 ahc_aha394XUh_setup(struct ahc_softc *ahc) ahc_aha394XUh_setup() argument
2237 ahc_aha398XU_setup(struct ahc_softc *ahc) ahc_aha398XU_setup() argument
2248 ahc_aic7890_setup(struct ahc_softc *ahc) ahc_aic7890_setup() argument
2266 ahc_aic7892_setup(struct ahc_softc *ahc) ahc_aic7892_setup() argument
2279 ahc_aic7895_setup(struct ahc_softc *ahc) ahc_aic7895_setup() argument
2335 ahc_aic7895h_setup(struct ahc_softc *ahc) ahc_aic7895h_setup() argument
2345 ahc_aic7896_setup(struct ahc_softc *ahc) ahc_aic7896_setup() argument
2360 ahc_aic7899_setup(struct ahc_softc *ahc) ahc_aic7899_setup() argument
2375 ahc_aha29160C_setup(struct ahc_softc *ahc) ahc_aha29160C_setup() argument
2387 ahc_raid_setup(struct ahc_softc *ahc) ahc_raid_setup() argument
2394 ahc_aha394XX_setup(struct ahc_softc *ahc) ahc_aha394XX_setup() argument
2416 ahc_aha398XX_setup(struct ahc_softc *ahc) ahc_aha398XX_setup() argument
2443 ahc_aha494XX_setup(struct ahc_softc *ahc) ahc_aha494XX_setup() argument
H A Daic7xxx_core.c283 ahc_freeze_untagged_queues(struct ahc_softc *ahc) ahc_freeze_untagged_queues() argument
296 ahc_release_untagged_queues(struct ahc_softc *ahc) ahc_release_untagged_queues() argument
315 ahc_pause_bug_fix(struct ahc_softc *ahc) ahc_pause_bug_fix() argument
326 ahc_is_paused(struct ahc_softc *ahc) ahc_is_paused() argument
339 ahc_pause(struct ahc_softc *ahc) ahc_pause() argument
364 ahc_unpause(struct ahc_softc *ahc) ahc_unpause() argument
395 ahc_hscb_busaddr(struct ahc_softc *ahc, u_int index) ahc_hscb_busaddr() argument
402 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op) ahc_sync_scb() argument
411 ahc_sync_sglist(struct ahc_softc *ahc, struct scb *scb, int op) ahc_sync_sglist() argument
424 ahc_targetcmd_offset(struct ahc_softc *ahc, u_int index) ahc_targetcmd_offset() argument
436 ahc_update_residual(struct ahc_softc *ahc, struct scb *scb) ahc_update_residual() argument
450 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, ahc_fetch_transinfo() argument
466 ahc_inw(struct ahc_softc *ahc, u_int port) ahc_inw() argument
473 ahc_outw(struct ahc_softc *ahc, u_int port, u_int value) ahc_outw() argument
480 ahc_inl(struct ahc_softc *ahc, u_int port) ahc_inl() argument
489 ahc_outl(struct ahc_softc *ahc, u_int port, uint32_t value) ahc_outl() argument
498 ahc_inq(struct ahc_softc *ahc, u_int port) ahc_inq() argument
511 ahc_outq(struct ahc_softc *ahc, u_int port, uint64_t value) ahc_outq() argument
527 ahc_get_scb(struct ahc_softc *ahc) ahc_get_scb() argument
545 ahc_free_scb(struct ahc_softc *ahc, struct scb *scb) ahc_free_scb() argument
562 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag) ahc_lookup_scb() argument
574 ahc_swap_with_next_hscb(struct ahc_softc *ahc, struct scb *scb) ahc_swap_with_next_hscb() argument
614 ahc_queue_scb(struct ahc_softc *ahc, struct scb *scb) ahc_queue_scb() argument
654 ahc_get_sense_buf(struct ahc_softc *ahc, struct scb *scb) ahc_get_sense_buf() argument
663 ahc_get_sense_bufaddr(struct ahc_softc *ahc, struct scb *scb) ahc_get_sense_bufaddr() argument
674 ahc_sync_qoutfifo(struct ahc_softc *ahc, int op) ahc_sync_qoutfifo() argument
681 ahc_sync_tqinfifo(struct ahc_softc *ahc, int op) ahc_sync_tqinfifo() argument
701 ahc_check_cmdcmpltqueues(struct ahc_softc *ahc) ahc_check_cmdcmpltqueues() argument
730 ahc_intr(struct ahc_softc *ahc) ahc_intr() argument
815 ahc_restart(struct ahc_softc *ahc) ahc_restart() argument
883 ahc_run_qoutfifo(struct ahc_softc *ahc) ahc_run_qoutfifo() argument
930 ahc_run_untagged_queues(struct ahc_softc *ahc) ahc_run_untagged_queues() argument
939 ahc_run_untagged_queue(struct ahc_softc *ahc, struct scb_tailq *queue) ahc_run_untagged_queue() argument
955 ahc_handle_brkadrint(struct ahc_softc *ahc) ahc_handle_brkadrint() argument
984 ahc_handle_seqint(struct ahc_softc *ahc, u_int intstat) ahc_handle_seqint() argument
1535 ahc_handle_scsiint(struct ahc_softc *ahc, u_int intstat) ahc_handle_scsiint() argument
1972 ahc_force_renegotiation(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) ahc_force_renegotiation() argument
1988 ahc_clear_critical_section(struct ahc_softc *ahc) ahc_clear_critical_section() argument
2081 ahc_clear_intstat(struct ahc_softc *ahc) ahc_clear_intstat() argument
2140 ahc_alloc_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel) ahc_alloc_tstate() argument
2187 ahc_free_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel, int force) ahc_free_tstate() argument
2216 ahc_devlimited_syncrate(struct ahc_softc *ahc, ahc_devlimited_syncrate() argument
2271 ahc_find_syncrate(struct ahc_softc *ahc, u_int *period, ahc_find_syncrate() argument
2347 ahc_find_period(struct ahc_softc *ahc, u_int scsirate, u_int maxsync) ahc_find_period() argument
2388 ahc_validate_offset(struct ahc_softc *ahc, ahc_validate_offset() argument
2420 ahc_validate_width(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, ahc_validate_width() argument
2450 ahc_update_neg_request(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, ahc_update_neg_request() argument
2493 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, ahc_set_syncrate() argument
2620 ahc_set_width(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, ahc_set_width() argument
2676 ahc_set_tags(struct ahc_softc *ahc, struct scsi_cmnd *cmd, ahc_set_tags() argument
2692 ahc_update_pending_scbs(struct ahc_softc *ahc) ahc_update_pending_scbs() argument
2770 ahc_fetch_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) ahc_fetch_devinfo() argument
2835 ahc_print_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) ahc_print_devinfo() argument
2842 ahc_scb_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, ahc_scb_devinfo() argument
2859 ahc_assert_atn(struct ahc_softc *ahc) ahc_assert_atn() argument
2876 ahc_setup_initiator_msgout(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, ahc_setup_initiator_msgout() argument
2962 ahc_build_transfer_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) ahc_build_transfer_msg() argument
3060 ahc_construct_sdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, ahc_construct_sdtr() argument
3080 ahc_construct_wdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, ahc_construct_wdtr() argument
3098 ahc_construct_ppr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, ahc_construct_ppr() argument
3120 ahc_clear_msg_state(struct ahc_softc *ahc) ahc_clear_msg_state() argument
3138 ahc_handle_proto_violation(struct ahc_softc *ahc) ahc_handle_proto_violation() argument
3235 ahc_handle_message_phase(struct ahc_softc *ahc) ahc_handle_message_phase() argument
3537 ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, u_int msgval, int full) ahc_sent_msg() argument
3584 ahc_parse_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) ahc_parse_msg() argument
4006 ahc_handle_msg_reject(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) ahc_handle_msg_reject() argument
4157 ahc_handle_ign_wide_residue(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) ahc_handle_ign_wide_residue() argument
4266 ahc_reinitialize_dataptrs(struct ahc_softc *ahc) ahc_reinitialize_dataptrs() argument
4322 ahc_handle_devreset(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, ahc_handle_devreset() argument
4377 ahc_setup_target_msgin(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, ahc_setup_target_msgin() argument
4406 struct ahc_softc *ahc; ahc_alloc() local
4456 ahc_softc_init(struct ahc_softc *ahc) ahc_softc_init() argument
4476 ahc_set_unit(struct ahc_softc *ahc, int unit) ahc_set_unit() argument
4482 ahc_set_name(struct ahc_softc *ahc, char *name) ahc_set_name() argument
4490 ahc_free(struct ahc_softc *ahc) ahc_free() argument
4565 struct ahc_softc *ahc; ahc_shutdown() local
4590 ahc_reset(struct ahc_softc *ahc, int reinit) ahc_reset() argument
4696 ahc_probe_scbs(struct ahc_softc *ahc) { ahc_probe_scbs() argument
4722 ahc_build_free_scb_list(struct ahc_softc *ahc) ahc_build_free_scb_list() argument
4773 ahc_init_scbdata(struct ahc_softc *ahc) ahc_init_scbdata() argument
4911 ahc_fini_scbdata(struct ahc_softc *ahc) ahc_fini_scbdata() argument
4965 ahc_alloc_scbs(struct ahc_softc *ahc) ahc_alloc_scbs() argument
5042 ahc_controller_info(struct ahc_softc *ahc, char *buf) ahc_controller_info() argument
5083 ahc_chip_init(struct ahc_softc *ahc) ahc_chip_init() argument
5270 ahc_init(struct ahc_softc *ahc) ahc_init() argument
5591 ahc_intr_enable(struct ahc_softc *ahc, int enable) ahc_intr_enable() argument
5615 ahc_pause_and_flushwork(struct ahc_softc *ahc) ahc_pause_and_flushwork() argument
5656 ahc_suspend(struct ahc_softc *ahc) ahc_suspend() argument
5682 ahc_resume(struct ahc_softc *ahc) ahc_resume() argument
5697 ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl) ahc_index_busy_tcl() argument
5718 ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl) ahc_unbusy_tcl() argument
5736 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid) ahc_busy_tcl() argument
5755 ahc_match_scb(struct ahc_softc *ahc, struct scb *scb, int target, ahc_match_scb() argument
5791 ahc_freeze_devq(struct ahc_softc *ahc, struct scb *scb) ahc_freeze_devq() argument
5809 ahc_qinfifo_requeue_tail(struct ahc_softc *ahc, struct scb *scb) ahc_qinfifo_requeue_tail() argument
5831 ahc_qinfifo_requeue(struct ahc_softc *ahc, struct scb *prev_scb, ahc_qinfifo_requeue() argument
5847 ahc_qinfifo_count(struct ahc_softc *ahc) ahc_qinfifo_count() argument
5862 ahc_search_qinfifo(struct ahc_softc *ahc, int target, char channel, ahc_search_qinfifo() argument
6071 ahc_search_untagged_queues(struct ahc_softc *ahc, ahc_io_ctx_t ctx, ahc_search_untagged_queues() argument
6169 ahc_search_disc_list(struct ahc_softc *ahc, int target, char channel, ahc_search_disc_list() argument
6236 ahc_rem_scb_from_disc_list(struct ahc_softc *ahc, u_int prev, u_int scbptr) ahc_rem_scb_from_disc_list() argument
6262 ahc_add_curscb_to_free_list(struct ahc_softc *ahc) ahc_add_curscb_to_free_list() argument
6281 ahc_rem_wscb(struct ahc_softc *ahc, u_int scbpos, u_int prev) ahc_rem_wscb() argument
6332 ahc_abort_scbs(struct ahc_softc *ahc, int target, char channel, ahc_abort_scbs() argument
6464 ahc_reset_current_bus(struct ahc_softc *ahc) ahc_reset_current_bus() argument
6483 ahc_reset_channel(struct ahc_softc *ahc, char channel, int initiate_reset) ahc_reset_channel() argument
6654 ahc_calc_residual(struct ahc_softc *ahc, struct scb *scb) ahc_calc_residual() argument
6742 ahc_queue_lstate_event(struct ahc_softc *ahc, struct ahc_tmode_lstate *lstate, ahc_queue_lstate_event() argument
6793 ahc_send_lstate_events(struct ahc_softc *ahc, struct ahc_tmode_lstate *lstate) ahc_send_lstate_events() argument
6829 ahc_dumpseq(struct ahc_softc* ahc) ahc_dumpseq() argument
6849 ahc_loadseq(struct ahc_softc *ahc) ahc_loadseq() argument
6959 ahc_check_patch(struct ahc_softc *ahc, const struct patch **start_patch, ahc_check_patch() argument
6995 ahc_download_instr(struct ahc_softc *ahc, u_int instrptr, uint8_t *dconsts) ahc_download_instr() argument
7168 ahc_dump_card_state(struct ahc_softc *ahc) ahc_dump_card_state() argument
7353 ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb, ahc_find_tmode_devs() argument
7394 ahc_handle_en_lun(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb) ahc_handle_en_lun() argument
7766 ahc_update_scsiid(struct ahc_softc *ahc, u_int targid_mask) ahc_update_scsiid() argument
7804 ahc_run_tqinfifo(struct ahc_softc *ahc, int paused) ahc_run_tqinfifo() argument
7859 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd) ahc_handle_target_cmd() argument

Completed in 250 milliseconds