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

/freebsd-10.2-release/sys/dev/nsp/
H A Dnspvar.h43 struct nsp_softc { struct
93 void nspattachsubr(struct nsp_softc *);
H A Dnsp.c129 static void nsp_pio_read(struct nsp_softc *, int);
130 static void nsp_pio_write(struct nsp_softc *, int);
131 static int nsp_xfer(struct nsp_softc *, u_int8_t *, int, int, int);
132 static int nsp_msg(struct nsp_softc *, struct targ_info *, u_int);
133 static int nsp_reselected(struct nsp_softc *);
134 static int nsp_disconnected(struct nsp_softc *, struct targ_info *);
135 static void nsp_pdma_end(struct nsp_softc *, struct targ_info *);
136 static void nsphw_init(struct nsp_softc *);
137 static int nsp_target_nexus_establish(struct nsp_softc *);
138 static int nsp_lun_nexus_establish(struct nsp_softc *);
[all...]
H A Dnsp_pccard.c93 struct nsp_softc *sc = device_get_softc(dev);
111 struct nsp_softc *sc = device_get_softc(dev);
178 struct nsp_softc *sc = device_get_softc(dev);
222 sizeof(struct nsp_softc),
233 struct nsp_softc *sc = device_get_softc(devi);
246 struct nsp_softc *sc = device_get_softc(devi);
258 struct nsp_softc *sc;

Completed in 58 milliseconds