Searched refs:iha_scb (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dihavar.h84 * iha_scb - SCSI Request structure used by the
88 struct iha_scb { struct
89 TAILQ_ENTRY(iha_scb) chain;
157 struct iha_scb *ntagscb;
196 struct iha_scb *sc_scb; /* SCB array */
197 struct iha_scb *sc_actscb; /* SCB using SCSI bus */
200 TAILQ_HEAD(, iha_scb) sc_freescb,
H A Diha.c157 static void iha_append_free_scb(struct iha_softc *, struct iha_scb *);
158 static void iha_append_done_scb(struct iha_softc *, struct iha_scb *, uint8_t);
159 static inline struct iha_scb *iha_pop_done_scb(struct iha_softc *);
161 static struct iha_scb *iha_find_pend_scb(struct iha_softc *);
162 static inline void iha_append_pend_scb(struct iha_softc *, struct iha_scb *);
163 static inline void iha_push_pend_scb(struct iha_softc *, struct iha_scb *);
164 static inline void iha_del_pend_scb(struct iha_softc *, struct iha_scb *);
165 static inline void iha_mark_busy_scb(struct iha_scb *);
182 static void iha_select(struct iha_softc *, struct iha_scb *, uint8_t);
185 static void iha_exec_scb(struct iha_softc *, struct iha_scb *);
[all...]

Completed in 117 milliseconds