HomeSort by: relevance | last modified time | path
    Searched refs:ahd_softc (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ic/
aic79xx_inline.h 54 static __inline const char *ahd_name(struct ahd_softc *);
57 ahd_name(struct ahd_softc *ahd)
63 static __inline void ahd_known_modes(struct ahd_softc *, ahd_mode, ahd_mode);
64 static __inline ahd_mode_state ahd_build_mode_state(struct ahd_softc *,
66 static __inline void ahd_extract_mode_state(struct ahd_softc *,
68 static __inline void ahd_set_modes(struct ahd_softc *, ahd_mode, ahd_mode);
69 static __inline void ahd_update_modes(struct ahd_softc *);
70 static __inline void ahd_assert_modes(struct ahd_softc *, ahd_mode,
72 static __inline ahd_mode_state ahd_save_modes(struct ahd_softc *);
73 static __inline void ahd_restore_modes(struct ahd_softc *, ahd_mode_state)
    [all...]
aic79xx_osm.h 236 static __inline void ahd_flush_device_writes(struct ahd_softc *);
239 ahd_flush_device_writes(struct ahd_softc *ahd)
247 static __inline void ahd_lockinit(struct ahd_softc *);
248 static __inline void ahd_lock(struct ahd_softc *, int *);
249 static __inline void ahd_unlock(struct ahd_softc *, int *);
252 static __inline void ahd_done_lockinit(struct ahd_softc *);
253 static __inline void ahd_done_lock(struct ahd_softc *, unsigned long *);
254 static __inline void ahd_done_unlock(struct ahd_softc *, unsigned long *);
262 ahd_lockinit(struct ahd_softc *ahd)
267 ahd_lock(struct ahd_softc *ahd, int *flags
    [all...]
aic79xxvar.h 636 struct ahd_softc *ahd_softc; member in struct:scb
983 int ahd_read_seeprom(struct ahd_softc *, uint16_t *, u_int, u_int,
986 int ahd_write_seeprom(struct ahd_softc *, uint16_t *, u_int, u_int);
987 int ahd_wait_seeprom(struct ahd_softc *);
990 int ahd_acquire_seeprom(struct ahd_softc *);
991 void ahd_release_seeprom(struct ahd_softc *);
1042 typedef int (*ahd_bus_intr_t)(struct ahd_softc *);
1066 struct ahd_softc { struct
1174 TAILQ_ENTRY(ahd_softc) links
    [all...]
aic79xx_osm.c 59 static int ahd_poll(struct ahd_softc *ahd, int wait);
60 static void ahd_setup_data(struct ahd_softc *ahd, struct scsipi_xfer *xs,
64 static void ahd_set_recoveryscb(struct ahd_softc *ahd, struct scb *scb);
75 ahd_attach(struct ahd_softc *ahd)
124 struct ahd_softc *sc = device_private(dev);
137 struct ahd_softc *sc = device_private(dev);
148 struct ahd_softc *sc = device_private(dev);
160 struct ahd_softc *ahd;
185 struct ahd_softc *ahd;
199 ahd_done(struct ahd_softc *ahd, struct scb *scb
    [all...]
aic79xx.c 116 static void ahd_handle_transmission_error(struct ahd_softc *ahd);
117 static void ahd_handle_lqiphase_error(struct ahd_softc *ahd,
119 static int ahd_handle_pkt_busfree(struct ahd_softc *ahd,
121 static int ahd_handle_nonpkt_busfree(struct ahd_softc *ahd);
122 static void ahd_handle_proto_violation(struct ahd_softc *ahd);
123 static void ahd_force_renegotiation(struct ahd_softc *ahd,
127 ahd_alloc_tstate(struct ahd_softc *ahd,
130 static void ahd_free_tstate(struct ahd_softc *ahd,
133 static void ahd_devlimited_syncrate(struct ahd_softc *ahd,
138 static void ahd_update_neg_table(struct ahd_softc *ahd
    [all...]
  /src/sys/dev/pci/
ahd_pci.c 269 static int ahd_check_extport(struct ahd_softc *ahd);
270 static void ahd_configure_termination(struct ahd_softc *ahd,
272 static void ahd_pci_split_intr(struct ahd_softc *ahd, u_int intstat);
274 static int ahd_pci_test_register_access(struct ahd_softc *);
276 static int ahd_pci_intr(struct ahd_softc *);
312 struct ahd_softc *ahd = device_private(self);
566 CFATTACH_DECL_NEW(ahd_pci, sizeof(struct ahd_softc),
574 ahd_pci_test_register_access(struct ahd_softc *ahd)
667 ahd_check_extport(struct ahd_softc *ahd)
801 ahd_configure_termination(struct ahd_softc *ahd, u_int adapter_control
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aic79xx_seq.h 796 typedef int ahd_patch_func_t (struct ahd_softc *ahd);
800 ahd_patch22_func(struct ahd_softc *ahd)
808 ahd_patch21_func(struct ahd_softc *ahd)
816 ahd_patch20_func(struct ahd_softc *ahd)
824 ahd_patch19_func(struct ahd_softc *ahd)
832 ahd_patch18_func(struct ahd_softc *ahd)
840 ahd_patch17_func(struct ahd_softc *ahd)
848 ahd_patch16_func(struct ahd_softc *ahd)
856 ahd_patch15_func(struct ahd_softc *ahd)
864 ahd_patch14_func(struct ahd_softc *ahd
    [all...]

Completed in 17 milliseconds