Searched refs:nsp_softc (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/nsp/
H A Dnspvar.h45 struct nsp_softc { struct
90 void nspattachsubr(struct nsp_softc *);
H A Dnsp.c132 static void nsp_pio_read(struct nsp_softc *, int);
133 static void nsp_pio_write(struct nsp_softc *, int);
134 static int nsp_xfer(struct nsp_softc *, u_int8_t *, int, int, int);
135 static int nsp_msg(struct nsp_softc *, struct targ_info *, u_int);
136 static int nsp_reselected(struct nsp_softc *);
137 static int nsp_disconnected(struct nsp_softc *, struct targ_info *);
138 static void nsp_pdma_end(struct nsp_softc *, struct targ_info *);
139 static void nsphw_init(struct nsp_softc *);
140 static int nsp_target_nexus_establish(struct nsp_softc *);
141 static int nsp_lun_nexus_establish(struct nsp_softc *);
[all...]
H A Dnsp_pccard.c89 struct nsp_softc *sc;
100 struct nsp_softc *sc = device_get_softc(dev);
119 struct nsp_softc *sc = device_get_softc(dev);
188 struct nsp_softc *sc = device_get_softc(dev);
233 sizeof(struct nsp_softc),
245 struct nsp_softc *sc = device_get_softc(devi);
255 struct nsp_softc *sc = device_get_softc(devi);
266 struct nsp_softc *sc;

Completed in 95 milliseconds