Searched refs:ahd_softc (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/scsi/aic7xxx/ |
| A D | aic79xx_inline.h | 69 void ahd_restore_modes(struct ahd_softc *ahd, 71 int ahd_is_paused(struct ahd_softc *ahd); 72 void ahd_pause(struct ahd_softc *ahd); 73 void ahd_unpause(struct ahd_softc *ahd); 106 void ahd_sync_sglist(struct ahd_softc *ahd, 118 ahd_fetch_transinfo(struct ahd_softc *ahd, 123 ahd_inw(struct ahd_softc *ahd, u_int port); 127 ahd_inl(struct ahd_softc *ahd, u_int port); 131 ahd_inq(struct ahd_softc *ahd, u_int port); 134 u_int ahd_get_scbptr(struct ahd_softc *ahd); [all …]
|
| A D | aic79xx_osm.h | 93 struct ahd_softc; 359 void ahd_outw_atomic(struct ahd_softc * ahd, 361 void ahd_outsb(struct ahd_softc * ahd, long port, 363 void ahd_insb(struct ahd_softc * ahd, long port, 367 int ahd_linux_register_host(struct ahd_softc *, 372 ahd_lockinit(struct ahd_softc *ahd) in ahd_lockinit() 458 int ahd_pci_map_int(struct ahd_softc *ahd); 489 ahd_flush_device_writes(struct ahd_softc *ahd) in ahd_flush_device_writes() 627 void ahd_platform_free(struct ahd_softc *ahd); 628 void ahd_platform_init(struct ahd_softc *ahd); [all …]
|
| A D | aic79xx.h | 608 struct ahd_softc *ahd_softc; member 1053 struct ahd_softc { struct 1163 TAILQ_ENTRY(ahd_softc) links; argument 1330 int ahd_pci_config(struct ahd_softc *, 1342 int ahd_softc_init(struct ahd_softc *); 1344 int ahd_init(struct ahd_softc *ahd); 1354 void ahd_set_unit(struct ahd_softc *, int); 1358 void ahd_free(struct ahd_softc *ahd); 1404 void ahd_set_width(struct ahd_softc *ahd, 1407 void ahd_set_syncrate(struct ahd_softc *ahd, [all …]
|
| A D | aic79xx_osm.c | 2360 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata); in ahd_linux_set_width() 2374 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata); in ahd_linux_set_period() 2427 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata); in ahd_linux_set_offset() 2462 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata); in ahd_linux_set_dt() 2504 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata); in ahd_linux_set_qas() 2543 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata); in ahd_linux_set_iu() 2583 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata); in ahd_linux_set_rd_strm() 2619 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata); in ahd_linux_set_wr_flow() 2655 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata); in ahd_linux_set_rti() 2699 struct ahd_softc *ahd = *((struct ahd_softc **)shost->hostdata); in ahd_linux_set_pcomp_en() [all …]
|
| A D | aic79xx_core.c | 362 ahd_pause(struct ahd_softc *ahd) in ahd_pause() 385 ahd_unpause(struct ahd_softc *ahd) in ahd_unpause() 945 ahd_intr(struct ahd_softc *ahd) in ahd_intr() 1119 ahd_restart(struct ahd_softc *ahd) in ahd_restart() 6035 struct ahd_softc * 6038 struct ahd_softc *ahd; in ahd_alloc() 6110 ahd_free(struct ahd_softc *ahd) in ahd_free() 6177 struct ahd_softc *ahd; in ahd_shutdown() 6179 ahd = (struct ahd_softc *)arg; in ahd_shutdown() 6915 next_scb->ahd_softc = ahd; in ahd_alloc_scbs() [all …]
|
| A D | aic79xx_osm_pci.c | 80 struct ahd_softc *ahd = dev_get_drvdata(dev); in ahd_linux_pci_dev_suspend() 94 struct ahd_softc *ahd = dev_get_drvdata(dev); in ahd_linux_pci_dev_resume() 106 struct ahd_softc *ahd = pci_get_drvdata(pdev); in ahd_linux_pci_dev_remove() 119 ahd_linux_pci_inherit_flags(struct ahd_softc *ahd) in ahd_linux_pci_inherit_flags() 126 struct ahd_softc *master = pci_get_drvdata(master_pdev); in ahd_linux_pci_inherit_flags() 140 struct ahd_softc *ahd; in ahd_linux_pci_dev_probe() 232 ahd_linux_pci_reserve_io_regions(struct ahd_softc *ahd, resource_size_t *base, in ahd_linux_pci_reserve_io_regions() 254 ahd_linux_pci_reserve_mem_region(struct ahd_softc *ahd, in ahd_linux_pci_reserve_mem_region() 290 ahd_pci_map_registers(struct ahd_softc *ahd) in ahd_pci_map_registers() 362 ahd_pci_map_int(struct ahd_softc *ahd) in ahd_pci_map_int() [all …]
|
| A D | aic79xx_pci.c | 244 static int ahd_check_extport(struct ahd_softc *ahd); 248 static void ahd_pci_intr(struct ahd_softc *ahd); 381 ahd_pci_suspend(struct ahd_softc *ahd) in ahd_pci_suspend() 397 ahd_pci_resume(struct ahd_softc *ahd) in ahd_pci_resume() 412 ahd_pci_test_register_access(struct ahd_softc *ahd) in ahd_pci_test_register_access() 504 ahd_check_extport(struct ahd_softc *ahd) in ahd_check_extport() 781 ahd_pci_intr(struct ahd_softc *ahd) in ahd_pci_intr() 901 ahd_aic7901_setup(struct ahd_softc *ahd) in ahd_aic7901_setup() 910 ahd_aic7901A_setup(struct ahd_softc *ahd) in ahd_aic7901A_setup() 919 ahd_aic7902_setup(struct ahd_softc *ahd) in ahd_aic7902_setup() [all …]
|
| A D | aic79xx_proc.c | 45 static void ahd_dump_target_state(struct ahd_softc *ahd, 157 ahd_dump_target_state(struct ahd_softc *ahd, struct seq_file *m, in ahd_dump_target_state() 210 struct ahd_softc *ahd = *(struct ahd_softc **)shost->hostdata; in ahd_proc_write_seeprom() 277 struct ahd_softc *ahd = *(struct ahd_softc **)shost->hostdata; in ahd_linux_show_info()
|
| A D | aic79xx_seq.h_shipped | 841 ahd_patch23_func(struct ahd_softc *ahd) 953 ahd_patch9_func(struct ahd_softc *ahd) 961 ahd_patch8_func(struct ahd_softc *ahd) 969 ahd_patch7_func(struct ahd_softc *ahd) 977 ahd_patch6_func(struct ahd_softc *ahd) 985 ahd_patch5_func(struct ahd_softc *ahd) 993 ahd_patch4_func(struct ahd_softc *ahd) 1001 ahd_patch3_func(struct ahd_softc *ahd) 1009 ahd_patch2_func(struct ahd_softc *ahd) 1017 ahd_patch1_func(struct ahd_softc *ahd) [all …]
|
| A D | aic79xx.seq | 44 PATCH_ARG_LIST = "struct ahd_softc *ahd"
|
Completed in 40 milliseconds