Home
last modified time | relevance | path

Searched refs:njsc32_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/ic/
Dninjascsi32.c97 static void njsc32_init(struct njsc32_softc *, int nosleep);
98 static int njsc32_init_cmds(struct njsc32_softc *);
99 static void njsc32_target_async(struct njsc32_softc *,
101 static void njsc32_init_targets(struct njsc32_softc *);
102 static void njsc32_add_msgout(struct njsc32_softc *, int);
103 static u_int32_t njsc32_get_auto_msgout(struct njsc32_softc *);
105 static void njsc32_msgout_wdtr(struct njsc32_softc *, int);
107 static void njsc32_msgout_sdtr(struct njsc32_softc *, int period,
109 static void njsc32_negotiate_xfer(struct njsc32_softc *,
111 static void njsc32_arbitration_failed(struct njsc32_softc *);
[all …]
Dninjascsi32var.h81 struct njsc32_softc *c_sc;
120 struct njsc32_softc { struct
253 void njsc32_attach(struct njsc32_softc *); argument
254 int njsc32_detach(struct njsc32_softc *, int);
/netbsd/src/sys/dev/pci/
Dnjs_pci.c57 struct njsc32_softc sc_njsc32;
122 struct njsc32_softc *sc = &psc->sc_njsc32; in njs_pci_attach()
212 struct njsc32_softc *sc = &psc->sc_njsc32; in njs_pci_detach()
/netbsd/src/sys/dev/cardbus/
Dnjs_cardbus.c57 struct njsc32_softc sc_njsc32;
124 struct njsc32_softc *sc = &csc->sc_njsc32; in njs_cardbus_attach()
222 struct njsc32_softc *sc = &csc->sc_njsc32; in njs_cardbus_detach()