Searched refs:ahd_softc (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx_inline.h49 static __inline char *ahd_name(struct ahd_softc *ahd);
52 ahd_name(struct ahd_softc *ahd)
58 static __inline void ahd_known_modes(struct ahd_softc *ahd,
60 static __inline ahd_mode_state ahd_build_mode_state(struct ahd_softc *ahd,
63 static __inline void ahd_extract_mode_state(struct ahd_softc *ahd,
66 static __inline void ahd_set_modes(struct ahd_softc *ahd, ahd_mode src,
68 static __inline void ahd_update_modes(struct ahd_softc *ahd);
69 static __inline void ahd_assert_modes(struct ahd_softc *ahd, ahd_mode srcmode,
72 static __inline ahd_mode_state ahd_save_modes(struct ahd_softc *ahd);
73 static __inline void ahd_restore_modes(struct ahd_softc *ah
[all...]
H A Daic79xx_osm.h184 static __inline void ahd_flush_device_writes(struct ahd_softc *);
187 ahd_flush_device_writes(struct ahd_softc *ahd)
195 static __inline void ahd_lockinit(struct ahd_softc *);
196 static __inline void ahd_lock(struct ahd_softc *);
197 static __inline void ahd_unlock(struct ahd_softc *);
200 ahd_lockinit(struct ahd_softc *ahd)
206 ahd_lock(struct ahd_softc *ahd)
212 ahd_unlock(struct ahd_softc *ahd)
218 int ahd_pci_map_registers(struct ahd_softc *ahd);
219 int ahd_pci_map_int(struct ahd_softc *ah
[all...]
H A Daic79xx.h626 struct ahd_softc *ahd_softc; member in struct:scb
984 int ahd_read_seeprom(struct ahd_softc *ahd, uint16_t *buf,
987 int ahd_write_seeprom(struct ahd_softc *ahd, uint16_t *buf,
989 int ahd_wait_seeprom(struct ahd_softc *ahd);
992 int ahd_acquire_seeprom(struct ahd_softc *ahd);
993 void ahd_release_seeprom(struct ahd_softc *ahd);
1044 typedef void (*ahd_bus_intr_t)(struct ahd_softc *);
1098 struct ahd_softc { struct
1224 TAILQ_ENTRY(ahd_softc) link
[all...]
H A Daic79xx_osm.c61 static void ahd_set_tran_settings(struct ahd_softc *ahd,
64 static void ahd_get_tran_settings(struct ahd_softc *ahd,
72 static void ahd_setup_data(struct ahd_softc *ahd, struct cam_sim *sim,
74 static void ahd_abort_ccb(struct ahd_softc *ahd, struct cam_sim *sim,
76 static int ahd_create_path(struct ahd_softc *ahd,
111 struct ahd_softc *sc;
128 struct ahd_softc *sc;
142 ahd_create_path(struct ahd_softc *ahd, char channel, u_int target,
153 ahd_sysctl(struct ahd_softc *ahd)
195 ahd_map_int(struct ahd_softc *ah
[all...]
H A Daic79xx.c110 static void ahd_handle_transmission_error(struct ahd_softc *ahd);
111 static void ahd_handle_lqiphase_error(struct ahd_softc *ahd,
113 static int ahd_handle_pkt_busfree(struct ahd_softc *ahd,
115 static int ahd_handle_nonpkt_busfree(struct ahd_softc *ahd);
116 static void ahd_handle_proto_violation(struct ahd_softc *ahd);
117 static void ahd_force_renegotiation(struct ahd_softc *ahd,
121 ahd_alloc_tstate(struct ahd_softc *ahd,
124 static void ahd_free_tstate(struct ahd_softc *ahd,
127 static void ahd_devlimited_syncrate(struct ahd_softc *ahd,
132 static void ahd_update_neg_table(struct ahd_softc *ah
[all...]
H A Dahd_pci.c53 sizeof(struct ahd_softc)
79 struct ahd_softc *ahd;
142 ahd_pci_map_registers(struct ahd_softc *ahd)
239 ahd_pci_map_int(struct ahd_softc *ahd)
H A Daic79xx_pci.c275 static int ahd_check_extport(struct ahd_softc *ahd);
276 static void ahd_configure_termination(struct ahd_softc *ahd,
278 static void ahd_pci_split_intr(struct ahd_softc *ahd, u_int intstat);
321 ahd_pci_config(struct ahd_softc *ahd, struct ahd_pci_identity *entry)
446 ahd_pci_test_register_access(struct ahd_softc *ahd)
540 ahd_check_extport(struct ahd_softc *ahd)
673 ahd_configure_termination(struct ahd_softc *ahd, u_int adapter_control)
817 ahd_pci_intr(struct ahd_softc *ahd)
875 ahd_pci_split_intr(struct ahd_softc *ahd, u_int intstat)
945 ahd_aic7901_setup(struct ahd_softc *ah
[all...]

Completed in 177 milliseconds