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

/drivers/scsi/aic7xxx/
H A Daic7xxx_inline.h49 int ahc_is_paused(struct ahc_softc *ahc);
50 void ahc_pause(struct ahc_softc *ahc);
51 void ahc_unpause(struct ahc_softc *ahc);
54 void ahc_sync_sglist(struct ahc_softc *ahc,
58 static inline char *ahc_name(struct ahc_softc *ahc);
60 static inline char *ahc_name(struct ahc_softc *ahc) argument
62 return (ahc->name);
68 ahc_fetch_transinfo(struct ahc_softc *ahc,
73 ahc_inw(struct ahc_softc *ahc, u_int port);
74 void ahc_outw(struct ahc_softc *ahc, u_in
[all...]
H A Daic7770_osm.c48 aic7770_map_registers(struct ahc_softc *ahc, u_int port) argument
55 ahc->tag = BUS_SPACE_PIO;
56 ahc->bsh.ioport = port;
61 aic7770_map_int(struct ahc_softc *ahc, u_int irq) argument
67 if ((ahc->flags & AHC_EDGE_INTERRUPT) == 0)
70 error = request_irq(irq, ahc_linux_isr, shared, "aic7xxx", ahc);
72 ahc->platform_data->irq = irq;
82 struct ahc_softc *ahc; local
91 ahc = ahc_alloc(&aic7xxx_driver_template, name);
92 if (ahc
111 struct ahc_softc *ahc = dev_get_drvdata(dev); local
[all...]
H A Daic7770.c62 static int aic7770_chip_init(struct ahc_softc *ahc);
63 static int aha2840_load_seeprom(struct ahc_softc *ahc);
125 aic7770_config(struct ahc_softc *ahc, struct aic7770_identity *entry, u_int io) argument
133 error = entry->setup(ahc);
138 error = aic7770_map_registers(ahc, io);
148 ahc_intr_enable(ahc, FALSE);
150 ahc->description = entry->name;
151 error = ahc_softc_init(ahc);
155 ahc->bus_chip_init = aic7770_chip_init;
157 error = ahc_reset(ahc, /*reini
262 aic7770_chip_init(struct ahc_softc *ahc) argument
275 aha2840_load_seeprom(struct ahc_softc *ahc) argument
361 ahc_aic7770_VL_setup(struct ahc_softc *ahc) argument
371 ahc_aic7770_EISA_setup(struct ahc_softc *ahc) argument
381 ahc_aic7770_setup(struct ahc_softc *ahc) argument
[all...]
H A Daic7xxx_proc.c46 static void ahc_dump_target_state(struct ahc_softc *ahc,
134 ahc_dump_target_state(struct ahc_softc *ahc, struct seq_file *m, argument
143 tinfo = ahc_fetch_transinfo(ahc, channel, our_id,
145 if ((ahc->features & AHC_TWIN) != 0)
150 starget = ahc->platform_data->starget[target_offset];
190 struct ahc_softc *ahc = *(struct ahc_softc **)shost->hostdata; local
199 ahc_lock(ahc, &s);
200 paused = ahc_is_paused(ahc);
202 ahc_pause(ahc);
215 sd.sd_ahc = ahc;
291 struct ahc_softc *ahc = *(struct ahc_softc **)shost->hostdata; local
[all...]
H A Daic7xxx_osm_pci.c128 struct ahc_softc *ahc = pci_get_drvdata(pdev); local
131 if ((rc = ahc_suspend(ahc)))
146 struct ahc_softc *ahc = pci_get_drvdata(pdev); local
160 ahc_pci_resume(ahc);
162 return (ahc_resume(ahc));
169 struct ahc_softc *ahc = pci_get_drvdata(pdev); local
172 if (ahc->platform_data && ahc->platform_data->host)
173 scsi_remove_host(ahc->platform_data->host);
175 ahc_lock(ahc,
182 ahc_linux_pci_inherit_flags(struct ahc_softc *ahc) argument
207 struct ahc_softc *ahc; local
346 ahc_linux_pci_reserve_io_region(struct ahc_softc *ahc, resource_size_t *base) argument
360 ahc_linux_pci_reserve_mem_region(struct ahc_softc *ahc, resource_size_t *bus_addr, uint8_t __iomem **maddr) argument
386 ahc_pci_map_registers(struct ahc_softc *ahc) argument
459 ahc_pci_map_int(struct ahc_softc *ahc) argument
[all...]
H A Daic7xxx_osm.h83 #define AIC_LIB_PREFIX ahc
199 int ahc_dmamap_load(struct ahc_softc *ahc, bus_dma_tag_t /*dmat*/,
222 #define ahc_dmamap_sync(ahc, dma_tag, dmamap, offset, len, op)
375 uint8_t ahc_inb(struct ahc_softc * ahc, long port);
376 void ahc_outb(struct ahc_softc * ahc, long port, uint8_t val);
377 void ahc_outsb(struct ahc_softc * ahc, long port,
379 void ahc_insb(struct ahc_softc * ahc, long port,
390 ahc_lockinit(struct ahc_softc *ahc) argument
392 spin_lock_init(&ahc->platform_data->spin_lock);
396 ahc_lock(struct ahc_softc *ahc, unsigne argument
402 ahc_unlock(struct ahc_softc *ahc, unsigned long *flags) argument
511 ahc_flush_device_writes(struct ahc_softc *ahc) argument
654 ahc_get_sense_bufsize(struct ahc_softc *ahc, struct scb *scb) argument
660 ahc_notify_xfer_settings_change(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
667 ahc_platform_scb_free(struct ahc_softc *ahc, struct scb *scb) argument
[all...]
H A Daic7xxx_osm.c253 ahc_print_path(struct ahc_softc *ahc, struct scb *scb) argument
256 ahc->platform_data->host->host_no,
257 scb != NULL ? SCB_GET_CHANNEL(ahc, scb) : 'X',
258 scb != NULL ? SCB_GET_TARGET(ahc, scb) : -1,
364 static void ahc_linux_queue_cmd_complete(struct ahc_softc *ahc,
366 static void ahc_linux_freeze_simq(struct ahc_softc *ahc);
367 static void ahc_linux_release_simq(struct ahc_softc *ahc);
369 static void ahc_linux_initialize_scsi_bus(struct ahc_softc *ahc);
370 static u_int ahc_linux_user_tagdepth(struct ahc_softc *ahc,
399 ahc_inb(struct ahc_softc * ahc, lon argument
413 ahc_outb(struct ahc_softc * ahc, long port, uint8_t val) argument
424 ahc_outsb(struct ahc_softc * ahc, long port, uint8_t *array, int count) argument
438 ahc_insb(struct ahc_softc * ahc, long port, uint8_t *array, int count) argument
459 ahc_linux_unmap_scb(struct ahc_softc *ahc, struct scb *scb) argument
470 ahc_linux_map_seg(struct ahc_softc *ahc, struct scb *scb, struct ahc_dma_seg *sg, dma_addr_t addr, bus_size_t len) argument
500 struct ahc_softc *ahc; local
523 struct ahc_softc *ahc; local
546 struct ahc_softc *ahc = local
560 struct ahc_softc *ahc = local
642 struct ahc_softc *ahc = local
674 struct ahc_softc *ahc; local
704 struct ahc_softc *ahc; local
774 struct ahc_softc *ahc; local
827 ahc_dma_tag_create(struct ahc_softc *ahc, bus_dma_tag_t parent, bus_size_t alignment, bus_size_t boundary, dma_addr_t lowaddr, dma_addr_t highaddr, bus_dma_filter_t *filter, void *filterarg, bus_size_t maxsize, int nsegments, bus_size_t maxsegsz, int flags, bus_dma_tag_t *ret_tag) argument
855 ahc_dma_tag_destroy(struct ahc_softc *ahc, bus_dma_tag_t dmat) argument
861 ahc_dmamem_alloc(struct ahc_softc *ahc, bus_dma_tag_t dmat, void** vaddr, int flags, bus_dmamap_t *mapp) argument
872 ahc_dmamem_free(struct ahc_softc *ahc, bus_dma_tag_t dmat, void* vaddr, bus_dmamap_t map) argument
880 ahc_dmamap_load(struct ahc_softc *ahc, bus_dma_tag_t dmat, bus_dmamap_t map, void *buf, bus_size_t buflen, bus_dmamap_callback_t *cb, void *cb_arg, int flags) argument
897 ahc_dmamap_destroy(struct ahc_softc *ahc, bus_dma_tag_t dmat, bus_dmamap_t map) argument
902 ahc_dmamap_unload(struct ahc_softc *ahc, bus_dma_tag_t dmat, bus_dmamap_t map) argument
1088 ahc_linux_register_host(struct ahc_softc *ahc, struct scsi_host_template *template) argument
1145 ahc_linux_initialize_scsi_bus(struct ahc_softc *ahc) argument
1212 ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg) argument
1231 ahc_platform_free(struct ahc_softc *ahc) argument
1265 ahc_platform_freeze_devq(struct ahc_softc *ahc, struct scb *scb) argument
1274 ahc_platform_set_tags(struct ahc_softc *ahc, struct scsi_device *sdev, struct ahc_devinfo *devinfo, ahc_queue_alg alg) argument
1357 ahc_platform_abort_scbs(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status) argument
1364 ahc_linux_user_tagdepth(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
1402 struct ahc_softc *ahc = *((struct ahc_softc **)sdev->host->hostdata); local
1426 ahc_linux_run_command(struct ahc_softc *ahc, struct ahc_linux_device *dev, struct scsi_cmnd *cmd) argument
1601 struct ahc_softc *ahc; local
1613 ahc_platform_flushwork(struct ahc_softc *ahc) argument
1619 ahc_send_async(struct ahc_softc *ahc, char channel, u_int target, u_int lun, ac_code code) argument
1705 ahc_done(struct ahc_softc *ahc, struct scb *scb) argument
1825 ahc_linux_handle_scsi_status(struct ahc_softc *ahc, struct scsi_device *sdev, struct scb *scb) argument
1954 ahc_linux_queue_cmd_complete(struct ahc_softc *ahc, struct scsi_cmnd *cmd) argument
2024 ahc_linux_freeze_simq(struct ahc_softc *ahc) argument
2042 ahc_linux_release_simq(struct ahc_softc *ahc) argument
2067 struct ahc_softc *ahc; local
2345 ahc_platform_dump_card_state(struct ahc_softc *ahc) argument
2352 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata); local
2366 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata); local
2410 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata); local
2438 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata); local
2532 struct ahc_softc *ahc = *(struct ahc_softc **)shost->hostdata; local
[all...]
H A Daic7xxx_pci.c606 static int ahc_ext_scbram_present(struct ahc_softc *ahc);
607 static void ahc_scbram_config(struct ahc_softc *ahc, int enable,
609 static void ahc_probe_ext_scbram(struct ahc_softc *ahc);
610 static void check_extport(struct ahc_softc *ahc, u_int *sxfrctl1);
611 static void ahc_parse_pci_eeprom(struct ahc_softc *ahc,
613 static void configure_termination(struct ahc_softc *ahc,
618 static void ahc_new_term_detect(struct ahc_softc *ahc,
624 static void aic787X_cable_detect(struct ahc_softc *ahc, int *internal50_present,
628 static void aic785X_cable_detect(struct ahc_softc *ahc, int *internal50_present,
631 static void write_brdctl(struct ahc_softc *ahc, uint8_
712 ahc_pci_config(struct ahc_softc *ahc, const struct ahc_pci_identity *entry) argument
976 ahc_ext_scbram_present(struct ahc_softc *ahc) argument
1012 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, int fast, int large) argument
1070 ahc_probe_ext_scbram(struct ahc_softc *ahc) argument
1171 ahc_pci_test_register_access(struct ahc_softc *ahc) argument
1260 check_extport(struct ahc_softc *ahc, u_int *sxfrctl1) argument
1409 ahc_parse_pci_eeprom(struct ahc_softc *ahc, struct seeprom_config *sc) argument
1527 configure_termination(struct ahc_softc *ahc, struct seeprom_descriptor *sd, u_int adapter_control, u_int *sxfrctl1) argument
1753 ahc_new_term_detect(struct ahc_softc *ahc, int *enableSEC_low, int *enableSEC_high, int *enablePRI_low, int *enablePRI_high, int *eeprom_present) argument
1775 aic787X_cable_detect(struct ahc_softc *ahc, int *internal50_present, int *internal68_present, int *externalcable_present, int *eeprom_present) argument
1816 aic785X_cable_detect(struct ahc_softc *ahc, int *internal50_present, int *externalcable_present, int *eeprom_present) argument
1839 ahc_acquire_seeprom(struct ahc_softc *ahc, struct seeprom_descriptor *sd) argument
1874 write_brdctl(struct ahc_softc *ahc, uint8_t value) argument
1906 read_brdctl(struct ahc_softc *ahc) argument
1928 ahc_pci_intr(struct ahc_softc *ahc) argument
1994 ahc_pci_chip_init(struct ahc_softc *ahc) argument
2020 ahc_pci_resume(struct ahc_softc *ahc) argument
2053 ahc_aic785X_setup(struct ahc_softc *ahc) argument
2071 ahc_aic7860_setup(struct ahc_softc *ahc) argument
2089 ahc_apa1480_setup(struct ahc_softc *ahc) argument
2101 ahc_aic7870_setup(struct ahc_softc *ahc) argument
2113 ahc_aic7870h_setup(struct ahc_softc *ahc) argument
2123 ahc_aha394X_setup(struct ahc_softc *ahc) argument
2134 ahc_aha394Xh_setup(struct ahc_softc *ahc) argument
2144 ahc_aha398X_setup(struct ahc_softc *ahc) argument
2155 ahc_aha494X_setup(struct ahc_softc *ahc) argument
2166 ahc_aha494Xh_setup(struct ahc_softc *ahc) argument
2176 ahc_aic7880_setup(struct ahc_softc *ahc) argument
2197 ahc_aic7880h_setup(struct ahc_softc *ahc) argument
2208 ahc_aha2940Pro_setup(struct ahc_softc *ahc) argument
2216 ahc_aha394XU_setup(struct ahc_softc *ahc) argument
2227 ahc_aha394XUh_setup(struct ahc_softc *ahc) argument
2237 ahc_aha398XU_setup(struct ahc_softc *ahc) argument
2248 ahc_aic7890_setup(struct ahc_softc *ahc) argument
2266 ahc_aic7892_setup(struct ahc_softc *ahc) argument
2279 ahc_aic7895_setup(struct ahc_softc *ahc) argument
2335 ahc_aic7895h_setup(struct ahc_softc *ahc) argument
2345 ahc_aic7896_setup(struct ahc_softc *ahc) argument
2360 ahc_aic7899_setup(struct ahc_softc *ahc) argument
2375 ahc_aha29160C_setup(struct ahc_softc *ahc) argument
2387 ahc_raid_setup(struct ahc_softc *ahc) argument
2394 ahc_aha394XX_setup(struct ahc_softc *ahc) argument
2416 ahc_aha398XX_setup(struct ahc_softc *ahc) argument
2443 ahc_aha494XX_setup(struct ahc_softc *ahc) argument
[all...]
H A Daic7xxx_core.c141 static void ahc_force_renegotiation(struct ahc_softc *ahc,
144 ahc_alloc_tstate(struct ahc_softc *ahc,
147 static void ahc_free_tstate(struct ahc_softc *ahc,
151 ahc_devlimited_syncrate(struct ahc_softc *ahc,
156 static void ahc_update_pending_scbs(struct ahc_softc *ahc);
157 static void ahc_fetch_devinfo(struct ahc_softc *ahc,
159 static void ahc_scb_devinfo(struct ahc_softc *ahc,
162 static void ahc_assert_atn(struct ahc_softc *ahc);
163 static void ahc_setup_initiator_msgout(struct ahc_softc *ahc,
166 static void ahc_build_transfer_msg(struct ahc_softc *ahc,
283 ahc_freeze_untagged_queues(struct ahc_softc *ahc) argument
296 ahc_release_untagged_queues(struct ahc_softc *ahc) argument
315 ahc_pause_bug_fix(struct ahc_softc *ahc) argument
326 ahc_is_paused(struct ahc_softc *ahc) argument
339 ahc_pause(struct ahc_softc *ahc) argument
364 ahc_unpause(struct ahc_softc *ahc) argument
395 ahc_hscb_busaddr(struct ahc_softc *ahc, u_int index) argument
402 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op) argument
411 ahc_sync_sglist(struct ahc_softc *ahc, struct scb *scb, int op) argument
424 ahc_targetcmd_offset(struct ahc_softc *ahc, u_int index) argument
436 ahc_update_residual(struct ahc_softc *ahc, struct scb *scb) argument
450 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, u_int remote_id, struct ahc_tmode_tstate **tstate) argument
466 ahc_inw(struct ahc_softc *ahc, u_int port) argument
473 ahc_outw(struct ahc_softc *ahc, u_int port, u_int value) argument
480 ahc_inl(struct ahc_softc *ahc, u_int port) argument
489 ahc_outl(struct ahc_softc *ahc, u_int port, uint32_t value) argument
498 ahc_inq(struct ahc_softc *ahc, u_int port) argument
511 ahc_outq(struct ahc_softc *ahc, u_int port, uint64_t value) argument
527 ahc_get_scb(struct ahc_softc *ahc) argument
545 ahc_free_scb(struct ahc_softc *ahc, struct scb *scb) argument
562 ahc_lookup_scb(struct ahc_softc *ahc, u_int tag) argument
574 ahc_swap_with_next_hscb(struct ahc_softc *ahc, struct scb *scb) argument
614 ahc_queue_scb(struct ahc_softc *ahc, struct scb *scb) argument
654 ahc_get_sense_buf(struct ahc_softc *ahc, struct scb *scb) argument
663 ahc_get_sense_bufaddr(struct ahc_softc *ahc, struct scb *scb) argument
674 ahc_sync_qoutfifo(struct ahc_softc *ahc, int op) argument
681 ahc_sync_tqinfifo(struct ahc_softc *ahc, int op) argument
701 ahc_check_cmdcmpltqueues(struct ahc_softc *ahc) argument
730 ahc_intr(struct ahc_softc *ahc) argument
815 ahc_restart(struct ahc_softc *ahc) argument
883 ahc_run_qoutfifo(struct ahc_softc *ahc) argument
930 ahc_run_untagged_queues(struct ahc_softc *ahc) argument
939 ahc_run_untagged_queue(struct ahc_softc *ahc, struct scb_tailq *queue) argument
955 ahc_handle_brkadrint(struct ahc_softc *ahc) argument
984 ahc_handle_seqint(struct ahc_softc *ahc, u_int intstat) argument
1535 ahc_handle_scsiint(struct ahc_softc *ahc, u_int intstat) argument
1972 ahc_force_renegotiation(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
1988 ahc_clear_critical_section(struct ahc_softc *ahc) argument
2081 ahc_clear_intstat(struct ahc_softc *ahc) argument
2140 ahc_alloc_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel) argument
2187 ahc_free_tstate(struct ahc_softc *ahc, u_int scsi_id, char channel, int force) argument
2216 ahc_devlimited_syncrate(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
2271 ahc_find_syncrate(struct ahc_softc *ahc, u_int *period, u_int *ppr_options, u_int maxsync) argument
2347 ahc_find_period(struct ahc_softc *ahc, u_int scsirate, u_int maxsync) argument
2388 ahc_validate_offset(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, const struct ahc_syncrate *syncrate, u_int *offset, int wide, role_t role) argument
2420 ahc_validate_width(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *bus_width, role_t role) argument
2450 ahc_update_neg_request(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_tmode_tstate *tstate, struct ahc_initiator_tinfo *tinfo, ahc_neg_type neg_type) argument
2493 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, const struct ahc_syncrate *syncrate, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
2620 ahc_set_width(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int width, u_int type, int paused) argument
2676 ahc_set_tags(struct ahc_softc *ahc, struct scsi_cmnd *cmd, struct ahc_devinfo *devinfo, ahc_queue_alg alg) argument
2692 ahc_update_pending_scbs(struct ahc_softc *ahc) argument
2770 ahc_fetch_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2835 ahc_print_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2842 ahc_scb_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
2859 ahc_assert_atn(struct ahc_softc *ahc) argument
2876 ahc_setup_initiator_msgout(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
2962 ahc_build_transfer_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
3060 ahc_construct_sdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset) argument
3080 ahc_construct_wdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int bus_width) argument
3098 ahc_construct_ppr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
3120 ahc_clear_msg_state(struct ahc_softc *ahc) argument
3138 ahc_handle_proto_violation(struct ahc_softc *ahc) argument
3235 ahc_handle_message_phase(struct ahc_softc *ahc) argument
3537 ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, u_int msgval, int full) argument
3584 ahc_parse_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
4006 ahc_handle_msg_reject(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
4157 ahc_handle_ign_wide_residue(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
4266 ahc_reinitialize_dataptrs(struct ahc_softc *ahc) argument
4322 ahc_handle_devreset(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, cam_status status, char *message, int verbose_level) argument
4377 ahc_setup_target_msgin(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
4406 struct ahc_softc *ahc; local
4456 ahc_softc_init(struct ahc_softc *ahc) argument
4477 ahc_set_unit(struct ahc_softc *ahc, int unit) argument
4483 ahc_set_name(struct ahc_softc *ahc, char *name) argument
4491 ahc_free(struct ahc_softc *ahc) argument
4566 struct ahc_softc *ahc; local
4591 ahc_reset(struct ahc_softc *ahc, int reinit) argument
4697 ahc_probe_scbs(struct ahc_softc *ahc) argument
4723 ahc_build_free_scb_list(struct ahc_softc *ahc) argument
4774 ahc_init_scbdata(struct ahc_softc *ahc) argument
4912 ahc_fini_scbdata(struct ahc_softc *ahc) argument
4966 ahc_alloc_scbs(struct ahc_softc *ahc) argument
5043 ahc_controller_info(struct ahc_softc *ahc, char *buf) argument
5084 ahc_chip_init(struct ahc_softc *ahc) argument
5271 ahc_init(struct ahc_softc *ahc) argument
5592 ahc_intr_enable(struct ahc_softc *ahc, int enable) argument
5616 ahc_pause_and_flushwork(struct ahc_softc *ahc) argument
5657 ahc_suspend(struct ahc_softc *ahc) argument
5683 ahc_resume(struct ahc_softc *ahc) argument
5698 ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl) argument
5719 ahc_unbusy_tcl(struct ahc_softc *ahc, u_int tcl) argument
5737 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid) argument
5756 ahc_match_scb(struct ahc_softc *ahc, struct scb *scb, int target, char channel, int lun, u_int tag, role_t role) argument
5792 ahc_freeze_devq(struct ahc_softc *ahc, struct scb *scb) argument
5810 ahc_qinfifo_requeue_tail(struct ahc_softc *ahc, struct scb *scb) argument
5832 ahc_qinfifo_requeue(struct ahc_softc *ahc, struct scb *prev_scb, struct scb *scb) argument
5848 ahc_qinfifo_count(struct ahc_softc *ahc) argument
5863 ahc_search_qinfifo(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status, ahc_search_action action) argument
6072 ahc_search_untagged_queues(struct ahc_softc *ahc, ahc_io_ctx_t ctx, int target, char channel, int lun, uint32_t status, ahc_search_action action) argument
6170 ahc_search_disc_list(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, int stop_on_first, int remove, int save_state) argument
6237 ahc_rem_scb_from_disc_list(struct ahc_softc *ahc, u_int prev, u_int scbptr) argument
6263 ahc_add_curscb_to_free_list(struct ahc_softc *ahc) argument
6282 ahc_rem_wscb(struct ahc_softc *ahc, u_int scbpos, u_int prev) argument
6333 ahc_abort_scbs(struct ahc_softc *ahc, int target, char channel, int lun, u_int tag, role_t role, uint32_t status) argument
6465 ahc_reset_current_bus(struct ahc_softc *ahc) argument
6484 ahc_reset_channel(struct ahc_softc *ahc, char channel, int initiate_reset) argument
6655 ahc_calc_residual(struct ahc_softc *ahc, struct scb *scb) argument
6743 ahc_queue_lstate_event(struct ahc_softc *ahc, struct ahc_tmode_lstate *lstate, u_int initiator_id, u_int event_type, u_int event_arg) argument
6794 ahc_send_lstate_events(struct ahc_softc *ahc, struct ahc_tmode_lstate *lstate) argument
6830 ahc_dumpseq(struct ahc_softc* ahc) argument
6850 ahc_loadseq(struct ahc_softc *ahc) argument
6960 ahc_check_patch(struct ahc_softc *ahc, const struct patch **start_patch, u_int start_instr, u_int *skip_addr) argument
6996 ahc_download_instr(struct ahc_softc *ahc, u_int instrptr, uint8_t *dconsts) argument
7169 ahc_dump_card_state(struct ahc_softc *ahc) argument
7354 ahc_find_tmode_devs(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb, struct ahc_tmode_tstate **tstate, struct ahc_tmode_lstate **lstate, int notfound_failure) argument
7395 ahc_handle_en_lun(struct ahc_softc *ahc, struct cam_sim *sim, union ccb *ccb) argument
7768 ahc_update_scsiid(struct ahc_softc *ahc, u_int targid_mask) argument
7806 ahc_run_tqinfifo(struct ahc_softc *ahc, int paused) argument
7861 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd) argument
[all...]

Completed in 172 milliseconds