HomeSort by: relevance | last modified time | path
    Searched refs:njsc32_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
ninjascsi32var.h 81 struct njsc32_softc *c_sc;
120 struct njsc32_softc { struct
253 void njsc32_attach(struct njsc32_softc *);
254 int njsc32_detach(struct njsc32_softc *, int);
ninjascsi32.c 97 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...]
  /src/sys/dev/cardbus/
njs_cardbus.c 57 struct njsc32_softc sc_njsc32;
124 struct njsc32_softc *sc = &csc->sc_njsc32;
222 struct njsc32_softc *sc = &csc->sc_njsc32;
  /src/sys/dev/pci/
njs_pci.c 57 struct njsc32_softc sc_njsc32;
122 struct njsc32_softc *sc = &psc->sc_njsc32;
212 struct njsc32_softc *sc = &psc->sc_njsc32;

Completed in 14 milliseconds