Lines Matching refs:esc_softc
110 void escinitialize(struct esc_softc *);
114 void esc_donextcmd(struct esc_softc *dev, struct esc_pending *pendp);
115 void esc_scsidone(struct esc_softc *dev, struct scsipi_xfer *xs,
117 void escintr(struct esc_softc *dev);
118 void esciwait(struct esc_softc *dev);
119 void escreset(struct esc_softc *dev, int how);
120 int escselect(struct esc_softc *dev, struct esc_pending *pendp,
123 void escicmd(struct esc_softc *dev, struct esc_pending *pendp);
124 int escgo(struct esc_softc *dev, struct esc_pending *pendp);
126 void esc_init_nexus(struct esc_softc *, struct nexus *);
127 void esc_save_pointers(struct esc_softc *);
128 void esc_restore_pointers(struct esc_softc *);
129 void esc_ixfer(struct esc_softc *);
130 void esc_build_sdtrm(struct esc_softc *, int, int);
131 int esc_select_unit(struct esc_softc *, short);
132 struct nexus *esc_arbitate_target(struct esc_softc *, int);
133 void esc_setup_nexus(struct esc_softc *, struct nexus *, struct esc_pending *,
135 int esc_pretests(struct esc_softc *, esc_regmap_p);
136 int esc_midaction(struct esc_softc *, esc_regmap_p, struct nexus *);
137 int esc_postaction(struct esc_softc *, esc_regmap_p, struct nexus *);
172 esc_init_nexus(struct esc_softc *dev, struct nexus *nexus)
185 escinitialize(struct esc_softc *dev)
270 struct esc_softc *dev = device_private(chan->chan_adapter->adapt_dev);
324 esc_donextcmd(struct esc_softc *dev, struct esc_pending *pendp)
377 esc_scsidone(struct esc_softc *dev, struct scsipi_xfer *xs, int stat)
431 escreset(struct esc_softc *dev, int how)
488 esc_save_pointers(struct esc_softc *dev)
510 esc_restore_pointers(struct esc_softc *dev)
536 esciwait(struct esc_softc *dev)
570 esc_ixfer(struct esc_softc *dev)
620 esc_ixfer(struct esc_softc *dev)
696 esc_build_sdtrm(struct esc_softc *dev, int period, int offset)
710 esc_select_unit(struct esc_softc *dev, short target)
771 esc_arbitate_target(struct esc_softc *dev, int target)
797 esc_setup_nexus(struct esc_softc *dev, struct nexus *nexus, struct esc_pending *pendp, unsigned char *cbuf, int clen, unsigned char *buf, int len, int mode)
898 escselect(struct esc_softc *dev, struct esc_pending *pendp, unsigned char *cbuf, int clen, unsigned char *buf, int len, int mode)
917 escgo(struct esc_softc *dev, struct esc_pending *pendp)
954 esc_pretests(struct esc_softc *dev, esc_regmap_p rp)
1054 esc_midaction(struct esc_softc *dev, esc_regmap_p rp, struct nexus *nexus)
1271 esc_postaction(struct esc_softc *dev, esc_regmap_p rp, struct nexus *nexus)
1595 escintr(struct esc_softc *dev)
1620 escicmd(struct esc_softc *dev, struct esc_pending *pendp)