Home
last modified time | relevance | path

Searched refs:ahd_softc (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/dev/ic/
Daic79xx_inline.h77 char *ahd_name(struct ahd_softc *ahd);
80 void ahd_known_modes(struct ahd_softc *, ahd_mode, ahd_mode);
81 ahd_mode_state ahd_build_mode_state(struct ahd_softc *,
83 void ahd_extract_mode_state(struct ahd_softc *, ahd_mode_state,
85 void ahd_set_modes(struct ahd_softc *, ahd_mode, ahd_mode );
86 void ahd_update_modes(struct ahd_softc *);
87 void ahd_assert_modes(struct ahd_softc *, ahd_mode,
89 ahd_mode_state ahd_save_modes(struct ahd_softc *);
90 void ahd_restore_modes(struct ahd_softc *, ahd_mode_state);
91 int ahd_is_paused(struct ahd_softc *);
[all …]
Daic79xx.h621 struct ahd_softc *ahd_softc; member
953 int ahd_read_seeprom(struct ahd_softc *ahd, uint16_t *buf,
956 int ahd_write_seeprom(struct ahd_softc *ahd, uint16_t *buf,
958 int ahd_wait_seeprom(struct ahd_softc *ahd);
961 int ahd_acquire_seeprom(struct ahd_softc *ahd);
962 void ahd_release_seeprom(struct ahd_softc *ahd);
1013 typedef void (*ahd_bus_intr_t)(struct ahd_softc *);
1045 struct ahd_softc { struct
1166 TAILQ_ENTRY(ahd_softc) links; argument
1255 TAILQ_HEAD(ahd_softc_tailq, ahd_softc); argument
[all …]
Daic79xx_openbsd.h185 void ahd_flush_device_writes(struct ahd_softc *);
228 void aic_platform_scb_free(struct ahd_softc *, struct scb *);
246 void ahd_print_path(struct ahd_softc *, struct scb *);
247 void ahd_platform_dump_card_state(struct ahd_softc *ahd);
250 void ahd_platform_set_tags(struct ahd_softc *, struct ahd_devinfo *,
254 int ahd_attach(struct ahd_softc *);
255 int ahd_softc_comp(struct ahd_softc *lahd, struct ahd_softc *rahd);
262 void ahd_done(struct ahd_softc *, struct scb *);
263 void ahd_send_async(struct ahd_softc *, char /*channel*/,
Daic79xx.c135 void ahd_handle_transmission_error(struct ahd_softc *ahd);
136 void ahd_handle_lqiphase_error(struct ahd_softc *ahd,
138 int ahd_handle_pkt_busfree(struct ahd_softc *ahd,
140 int ahd_handle_nonpkt_busfree(struct ahd_softc *ahd);
141 void ahd_handle_proto_violation(struct ahd_softc *ahd);
142 void ahd_force_renegotiation(struct ahd_softc *ahd,
146 ahd_alloc_tstate(struct ahd_softc *ahd,
149 void ahd_free_tstate(struct ahd_softc *ahd,
152 void ahd_devlimited_syncrate(struct ahd_softc *ahd,
157 void ahd_update_neg_table(struct ahd_softc *ahd,
[all …]
Daic79xx_openbsd.c74 int ahd_poll(struct ahd_softc *, int);
75 void ahd_setup_data(struct ahd_softc *, struct scsi_xfer *,
78 void ahd_adapter_req_set_xfer_mode(struct ahd_softc *, struct scb *);
92 ahd_attach(struct ahd_softc *ahd) in ahd_attach()
136 struct ahd_softc *ahd; in ahd_platform_intr()
140 ahd = (struct ahd_softc *)arg; in ahd_platform_intr()
150 ahd_done(struct ahd_softc *ahd, struct scb *scb) in ahd_done()
249 struct ahd_softc *ahd; in ahd_action()
319 struct ahd_softc *ahd; in ahd_execute_scb()
455 ahd_poll(struct ahd_softc *ahd, int wait) in ahd_poll()
[all …]
/openbsd/src/sys/dev/microcode/aic7xxx/
Daic79xx_seq.h838 typedef int ahd_patch_func_t (struct ahd_softc *ahd);
842 ahd_patch23_func(struct ahd_softc *ahd) in ahd_patch23_func()
850 ahd_patch22_func(struct ahd_softc *ahd) in ahd_patch22_func()
858 ahd_patch21_func(struct ahd_softc *ahd) in ahd_patch21_func()
866 ahd_patch20_func(struct ahd_softc *ahd) in ahd_patch20_func()
874 ahd_patch19_func(struct ahd_softc *ahd) in ahd_patch19_func()
882 ahd_patch18_func(struct ahd_softc *ahd) in ahd_patch18_func()
890 ahd_patch17_func(struct ahd_softc *ahd) in ahd_patch17_func()
898 ahd_patch16_func(struct ahd_softc *ahd) in ahd_patch16_func()
906 ahd_patch15_func(struct ahd_softc *ahd) in ahd_patch15_func()
[all …]
Daic79xx.seq45 PATCH_ARG_LIST = "struct ahd_softc *ahd"
/openbsd/src/sys/dev/pci/
Dahd_pci.c288 sizeof(struct ahd_softc), ahd_pci_probe, ahd_pci_attach,
292 int ahd_check_extport(struct ahd_softc *ahd);
293 void ahd_configure_termination(struct ahd_softc *ahd,
295 void ahd_pci_split_intr(struct ahd_softc *ahd, u_int intstat);
341 struct ahd_softc *ahd = (void *)self; in ahd_pci_attach()
565 ahd_pci_test_register_access(struct ahd_softc *ahd) in ahd_pci_test_register_access()
655 ahd_check_extport(struct ahd_softc *ahd) in ahd_check_extport()
788 ahd_configure_termination(struct ahd_softc *ahd, u_int adapter_control) in ahd_configure_termination()
934 ahd_pci_intr(struct ahd_softc *ahd) in ahd_pci_intr()
996 ahd_pci_split_intr(struct ahd_softc *ahd, u_int intstat) in ahd_pci_split_intr()
[all …]