| /kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
| D | aic79xx_core.c | 275 ahd_set_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_set_modes() 293 ahd_update_modes(struct ahd_softc *ahd) in ahd_update_modes() 309 ahd_assert_modes(struct ahd_softc *ahd, ahd_mode srcmode, in ahd_assert_modes() 321 #define AHD_ASSERT_MODES(ahd, source, dest) \ argument 325 ahd_save_modes(struct ahd_softc *ahd) in ahd_save_modes() 335 ahd_restore_modes(struct ahd_softc *ahd, ahd_mode_state state) in ahd_restore_modes() 349 ahd_is_paused(struct ahd_softc *ahd) in ahd_is_paused() 362 ahd_pause(struct ahd_softc *ahd) in ahd_pause() 385 ahd_unpause(struct ahd_softc *ahd) in ahd_unpause() 406 ahd_sg_setup(struct ahd_softc *ahd, struct scb *scb, in ahd_sg_setup() [all …]
|
| D | aic79xx_inline.h | 51 static inline char *ahd_name(struct ahd_softc *ahd) in ahd_name() 76 ahd_known_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_known_modes() 85 ahd_build_mode_state(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_build_mode_state() 91 ahd_extract_mode_state(struct ahd_softc *ahd, ahd_mode_state state, in ahd_extract_mode_state() 109 static inline size_t ahd_sg_size(struct ahd_softc *ahd) in ahd_sg_size() 158 ahd_get_sense_buf(struct ahd_softc *ahd, struct scb *scb) in ahd_get_sense_buf() 164 ahd_get_sense_bufaddr(struct ahd_softc *ahd, struct scb *scb) in ahd_get_sense_bufaddr()
|
| D | aic79xx_osm.c | 224 ahd_print_path(struct ahd_softc *ahd, struct scb *scb) in ahd_print_path() 401 ahd_inb(struct ahd_softc * ahd, long port) in ahd_inb() 431 ahd_outb(struct ahd_softc * ahd, long port, uint8_t val) in ahd_outb() 442 ahd_outw_atomic(struct ahd_softc * ahd, long port, uint16_t val) in ahd_outw_atomic() 453 ahd_outsb(struct ahd_softc * ahd, long port, uint8_t *array, int count) in ahd_outsb() 467 ahd_insb(struct ahd_softc * ahd, long port, uint8_t *array, int count) in ahd_insb() 534 ahd_linux_unmap_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_linux_unmap_scb() 544 #define BUILD_SCSIID(ahd, cmd) \ argument 556 struct ahd_softc *ahd; in ahd_linux_info() local 578 struct ahd_softc *ahd; in ahd_linux_queue_lck() local [all …]
|
| D | aic79xx_osm_pci.c | 81 struct ahd_softc *ahd = pci_get_drvdata(pdev); in ahd_linux_pci_dev_suspend() local 101 struct ahd_softc *ahd = pci_get_drvdata(pdev); in ahd_linux_pci_dev_resume() local 126 struct ahd_softc *ahd = pci_get_drvdata(pdev); in ahd_linux_pci_dev_remove() local 139 ahd_linux_pci_inherit_flags(struct ahd_softc *ahd) in ahd_linux_pci_inherit_flags() 160 struct ahd_softc *ahd; in ahd_linux_pci_dev_probe() local 251 ahd_linux_pci_reserve_io_regions(struct ahd_softc *ahd, resource_size_t *base, in ahd_linux_pci_reserve_io_regions() 273 ahd_linux_pci_reserve_mem_region(struct ahd_softc *ahd, in ahd_linux_pci_reserve_mem_region() 309 ahd_pci_map_registers(struct ahd_softc *ahd) in ahd_pci_map_registers() 381 ahd_pci_map_int(struct ahd_softc *ahd) in ahd_pci_map_int() 394 ahd_power_state_change(struct ahd_softc *ahd, ahd_power_state new_state) in ahd_power_state_change()
|
| D | aic79xx_pci.c | 289 ahd_pci_config(struct ahd_softc *ahd, const struct ahd_pci_identity *entry) in ahd_pci_config() 382 ahd_pci_suspend(struct ahd_softc *ahd) in ahd_pci_suspend() 398 ahd_pci_resume(struct ahd_softc *ahd) in ahd_pci_resume() 414 ahd_pci_test_register_access(struct ahd_softc *ahd) in ahd_pci_test_register_access() 506 ahd_check_extport(struct ahd_softc *ahd) in ahd_check_extport() 639 ahd_configure_termination(struct ahd_softc *ahd, u_int adapter_control) in ahd_configure_termination() 783 ahd_pci_intr(struct ahd_softc *ahd) in ahd_pci_intr() 841 ahd_pci_split_intr(struct ahd_softc *ahd, u_int intstat) in ahd_pci_split_intr() 903 ahd_aic7901_setup(struct ahd_softc *ahd) in ahd_aic7901_setup() 912 ahd_aic7901A_setup(struct ahd_softc *ahd) in ahd_aic7901A_setup() [all …]
|
| D | aic79xx_proc.c | 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() local 276 struct ahd_softc *ahd = *(struct ahd_softc **)shost->hostdata; in ahd_linux_show_info() local
|
| D | aic79xx_osm.h | 204 #define ahd_dmamap_sync(ahd, dma_tag, dmamap, offset, len, op) argument 372 ahd_lockinit(struct ahd_softc *ahd) in ahd_lockinit() 378 ahd_lock(struct ahd_softc *ahd, unsigned long *flags) in ahd_lock() 384 ahd_unlock(struct ahd_softc *ahd, unsigned long *flags) in ahd_unlock() 489 ahd_flush_device_writes(struct ahd_softc *ahd) in ahd_flush_device_writes() 631 ahd_get_sense_bufsize(struct ahd_softc *ahd, struct scb *scb) in ahd_get_sense_bufsize() 637 ahd_notify_xfer_settings_change(struct ahd_softc *ahd, in ahd_notify_xfer_settings_change() 644 ahd_platform_scb_free(struct ahd_softc *ahd, struct scb *scb) in ahd_platform_scb_free()
|
| D | aic79xx.h | 71 #define SCSIID_TARGET(ahd, scsiid) \ argument 75 #define SCSIID_CHANNEL(ahd, scsiid) ('A') argument 76 #define SCB_IS_SCSIBUS_B(ahd, scb) (0) argument 79 #define SCB_GET_TARGET(ahd, scb) \ argument 81 #define SCB_GET_CHANNEL(ahd, scb) \ argument 85 #define SCB_GET_TARGET_OFFSET(ahd, scb) \ argument 87 #define SCB_GET_TARGET_MASK(ahd, scb) \ argument 120 #define AHD_GET_SCB_COL_IDX(ahd, scb) \ argument 1257 #define AHD_SET_SLEWRATE(ahd, new_slew) \ argument 1264 #define AHD_SET_PRECOMP(ahd, new_pcomp) \ argument [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
| D | aic79xx_core.c | 275 ahd_set_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_set_modes() 293 ahd_update_modes(struct ahd_softc *ahd) in ahd_update_modes() 309 ahd_assert_modes(struct ahd_softc *ahd, ahd_mode srcmode, in ahd_assert_modes() 321 #define AHD_ASSERT_MODES(ahd, source, dest) \ argument 325 ahd_save_modes(struct ahd_softc *ahd) in ahd_save_modes() 335 ahd_restore_modes(struct ahd_softc *ahd, ahd_mode_state state) in ahd_restore_modes() 349 ahd_is_paused(struct ahd_softc *ahd) in ahd_is_paused() 362 ahd_pause(struct ahd_softc *ahd) in ahd_pause() 385 ahd_unpause(struct ahd_softc *ahd) in ahd_unpause() 406 ahd_sg_setup(struct ahd_softc *ahd, struct scb *scb, in ahd_sg_setup() [all …]
|
| D | aic79xx_inline.h | 51 static inline char *ahd_name(struct ahd_softc *ahd) in ahd_name() 76 ahd_known_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_known_modes() 85 ahd_build_mode_state(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_build_mode_state() 91 ahd_extract_mode_state(struct ahd_softc *ahd, ahd_mode_state state, in ahd_extract_mode_state() 109 static inline size_t ahd_sg_size(struct ahd_softc *ahd) in ahd_sg_size() 158 ahd_get_sense_buf(struct ahd_softc *ahd, struct scb *scb) in ahd_get_sense_buf() 164 ahd_get_sense_bufaddr(struct ahd_softc *ahd, struct scb *scb) in ahd_get_sense_bufaddr()
|
| D | aic79xx_osm.c | 224 ahd_print_path(struct ahd_softc *ahd, struct scb *scb) in ahd_print_path() 401 ahd_inb(struct ahd_softc * ahd, long port) in ahd_inb() 431 ahd_outb(struct ahd_softc * ahd, long port, uint8_t val) in ahd_outb() 442 ahd_outw_atomic(struct ahd_softc * ahd, long port, uint16_t val) in ahd_outw_atomic() 453 ahd_outsb(struct ahd_softc * ahd, long port, uint8_t *array, int count) in ahd_outsb() 467 ahd_insb(struct ahd_softc * ahd, long port, uint8_t *array, int count) in ahd_insb() 534 ahd_linux_unmap_scb(struct ahd_softc *ahd, struct scb *scb) in ahd_linux_unmap_scb() 544 #define BUILD_SCSIID(ahd, cmd) \ argument 556 struct ahd_softc *ahd; in ahd_linux_info() local 577 struct ahd_softc *ahd; in ahd_linux_queue_lck() local [all …]
|
| D | aic79xx_osm_pci.c | 80 struct ahd_softc *ahd = dev_get_drvdata(dev); in ahd_linux_pci_dev_suspend() local 94 struct ahd_softc *ahd = dev_get_drvdata(dev); in ahd_linux_pci_dev_resume() local 106 struct ahd_softc *ahd = pci_get_drvdata(pdev); in ahd_linux_pci_dev_remove() local 119 ahd_linux_pci_inherit_flags(struct ahd_softc *ahd) in ahd_linux_pci_inherit_flags() 140 struct ahd_softc *ahd; in ahd_linux_pci_dev_probe() local 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() 375 ahd_power_state_change(struct ahd_softc *ahd, ahd_power_state new_state) in ahd_power_state_change()
|
| D | aic79xx_pci.c | 289 ahd_pci_config(struct ahd_softc *ahd, const struct ahd_pci_identity *entry) in ahd_pci_config() 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() 637 ahd_configure_termination(struct ahd_softc *ahd, u_int adapter_control) in ahd_configure_termination() 781 ahd_pci_intr(struct ahd_softc *ahd) in ahd_pci_intr() 839 ahd_pci_split_intr(struct ahd_softc *ahd, u_int intstat) in ahd_pci_split_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() [all …]
|
| D | aic79xx_proc.c | 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() local 277 struct ahd_softc *ahd = *(struct ahd_softc **)shost->hostdata; in ahd_linux_show_info() local
|
| D | aic79xx_osm.h | 204 #define ahd_dmamap_sync(ahd, dma_tag, dmamap, offset, len, op) argument 372 ahd_lockinit(struct ahd_softc *ahd) in ahd_lockinit() 378 ahd_lock(struct ahd_softc *ahd, unsigned long *flags) in ahd_lock() 384 ahd_unlock(struct ahd_softc *ahd, unsigned long *flags) in ahd_unlock() 487 ahd_flush_device_writes(struct ahd_softc *ahd) in ahd_flush_device_writes() 606 ahd_get_sense_bufsize(struct ahd_softc *ahd, struct scb *scb) in ahd_get_sense_bufsize() 612 ahd_notify_xfer_settings_change(struct ahd_softc *ahd, in ahd_notify_xfer_settings_change() 619 ahd_platform_scb_free(struct ahd_softc *ahd, struct scb *scb) in ahd_platform_scb_free()
|
| D | aic79xx.h | 71 #define SCSIID_TARGET(ahd, scsiid) \ argument 75 #define SCSIID_CHANNEL(ahd, scsiid) ('A') argument 76 #define SCB_IS_SCSIBUS_B(ahd, scb) (0) argument 79 #define SCB_GET_TARGET(ahd, scb) \ argument 81 #define SCB_GET_CHANNEL(ahd, scb) \ argument 85 #define SCB_GET_TARGET_OFFSET(ahd, scb) \ argument 87 #define SCB_GET_TARGET_MASK(ahd, scb) \ argument 120 #define AHD_GET_SCB_COL_IDX(ahd, scb) \ argument 1257 #define AHD_SET_SLEWRATE(ahd, new_slew) \ argument 1264 #define AHD_SET_PRECOMP(ahd, new_pcomp) \ argument [all …]
|