iha_softc          87 dev/ic/iha.c   int iha_setup_sg_list(struct iha_softc *, struct iha_scb *);
iha_softc          89 dev/ic/iha.c   int iha_push_sense_request(struct iha_softc *, struct iha_scb *);
iha_softc          91 dev/ic/iha.c   int  iha_alloc_scbs(struct iha_softc *);
iha_softc          96 dev/ic/iha.c   void iha_reset_scsi_bus(struct iha_softc *);
iha_softc          97 dev/ic/iha.c   void iha_reset_chip(struct iha_softc *,
iha_softc         101 dev/ic/iha.c   void iha_print_info(struct iha_softc *, int);
iha_softc         102 dev/ic/iha.c   void iha_done_scb(struct iha_softc *, struct iha_scb *);
iha_softc         103 dev/ic/iha.c   void iha_exec_scb(struct iha_softc *, struct iha_scb *);
iha_softc         104 dev/ic/iha.c   void iha_main(struct iha_softc *, bus_space_tag_t, bus_space_handle_t);
iha_softc         105 dev/ic/iha.c   void iha_scsi(struct iha_softc *, bus_space_tag_t, bus_space_handle_t);
iha_softc         106 dev/ic/iha.c   int  iha_wait(struct iha_softc *, bus_space_tag_t, bus_space_handle_t,
iha_softc         109 dev/ic/iha.c   void iha_append_free_scb(struct iha_softc *, struct iha_scb *);
iha_softc         110 dev/ic/iha.c   struct iha_scb *iha_pop_free_scb(struct iha_softc *);
iha_softc         111 dev/ic/iha.c   void iha_append_done_scb(struct iha_softc *, struct iha_scb *,
iha_softc         113 dev/ic/iha.c   struct iha_scb *iha_pop_done_scb(struct iha_softc *);
iha_softc         114 dev/ic/iha.c   void iha_append_pend_scb(struct iha_softc *, struct iha_scb *);
iha_softc         115 dev/ic/iha.c   void iha_push_pend_scb(struct iha_softc *, struct iha_scb *);
iha_softc         116 dev/ic/iha.c   struct iha_scb *iha_find_pend_scb(struct iha_softc *);
iha_softc         117 dev/ic/iha.c   void iha_sync_done(struct iha_softc *,
iha_softc         119 dev/ic/iha.c   void iha_wide_done(struct iha_softc *,
iha_softc         121 dev/ic/iha.c   void iha_bad_seq(struct iha_softc *);
iha_softc         122 dev/ic/iha.c   int  iha_next_state(struct iha_softc *,
iha_softc         124 dev/ic/iha.c   int  iha_state_1(struct iha_softc *,
iha_softc         126 dev/ic/iha.c   int  iha_state_2(struct iha_softc *,
iha_softc         128 dev/ic/iha.c   int  iha_state_3(struct iha_softc *,
iha_softc         130 dev/ic/iha.c   int  iha_state_4(struct iha_softc *,
iha_softc         132 dev/ic/iha.c   int  iha_state_5(struct iha_softc *,
iha_softc         134 dev/ic/iha.c   int  iha_state_6(struct iha_softc *,
iha_softc         136 dev/ic/iha.c   int  iha_state_8(struct iha_softc *,
iha_softc         140 dev/ic/iha.c   int  iha_xpad_in(struct iha_softc *,
iha_softc         142 dev/ic/iha.c   int  iha_xpad_out(struct iha_softc *,
iha_softc         147 dev/ic/iha.c   int  iha_status_msg(struct iha_softc *,
iha_softc         149 dev/ic/iha.c   int  iha_msgin(struct iha_softc *, bus_space_tag_t, bus_space_handle_t);
iha_softc         150 dev/ic/iha.c   int  iha_msgin_sdtr(struct iha_softc *);
iha_softc         151 dev/ic/iha.c   int  iha_msgin_extended(struct iha_softc *,
iha_softc         153 dev/ic/iha.c   int  iha_msgin_ignore_wid_resid(struct iha_softc *,
iha_softc         155 dev/ic/iha.c   int  iha_msgout(struct iha_softc *,
iha_softc         157 dev/ic/iha.c   int  iha_msgout_extended(struct iha_softc *,
iha_softc         159 dev/ic/iha.c   void iha_msgout_abort(struct iha_softc *,
iha_softc         161 dev/ic/iha.c   int  iha_msgout_reject(struct iha_softc *,
iha_softc         163 dev/ic/iha.c   int  iha_msgout_sdtr(struct iha_softc *,
iha_softc         165 dev/ic/iha.c   int  iha_msgout_wdtr(struct iha_softc *,
iha_softc         167 dev/ic/iha.c   void iha_select(struct iha_softc *,
iha_softc         170 dev/ic/iha.c   void iha_busfree(struct iha_softc *,
iha_softc         172 dev/ic/iha.c   int  iha_resel(struct iha_softc *, bus_space_tag_t, bus_space_handle_t);
iha_softc         173 dev/ic/iha.c   void iha_abort_xs(struct iha_softc *, struct scsi_xfer *, u_int8_t);
iha_softc         183 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc         187 dev/ic/iha.c   	sc  = (struct iha_softc *)arg;
iha_softc         218 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc         268 dev/ic/iha.c   	struct iha_softc *sc = sc_link->adapter_softc;
iha_softc         365 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc         517 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc         543 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc         584 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc         599 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc         624 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc         697 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc         730 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc         756 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc         805 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc         823 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc         904 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc         966 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        1135 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        1209 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        1270 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        1297 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        1356 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        1419 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        1520 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        1563 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        1654 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        1686 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        1721 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        1794 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        1819 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc        1854 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        1943 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        2011 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        2036 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        2126 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc        2166 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        2178 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        2203 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        2217 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        2238 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        2253 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        2274 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        2295 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        2324 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        2351 dev/ic/iha.c   	struct iha_softc   *sc;
iha_softc        2410 dev/ic/iha.c   	struct iha_softc  *sc;
iha_softc        2480 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc        2587 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc        2643 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc        2675 dev/ic/iha.c   	struct iha_softc *sc;
iha_softc         127 dev/ic/iha.h   struct iha_softc {
iha_softc         428 dev/ic/iha.h   int  iha_init_tulip(struct iha_softc *);
iha_softc          51 dev/pci/iha_pci.c 	sizeof(struct iha_softc), iha_pci_probe, iha_pci_attach
iha_softc          88 dev/pci/iha_pci.c 	struct iha_softc *sc = (void *)self;