HomeSort by: relevance | last modified time | path
    Searched defs:twe_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
twevar.h 53 struct twe_softc { struct
115 struct twe_ccb *twe_ccb_alloc(struct twe_softc *, int);
116 struct twe_ccb *twe_ccb_alloc_wait(struct twe_softc *, int);
117 void twe_ccb_enqueue(struct twe_softc *sc, struct twe_ccb *ccb);
118 void twe_ccb_free(struct twe_softc *sc, struct twe_ccb *);
119 int twe_ccb_map(struct twe_softc *, struct twe_ccb *);
120 int twe_ccb_poll(struct twe_softc *, struct twe_ccb *, int);
121 int twe_ccb_submit(struct twe_softc *, struct twe_ccb *);
122 void twe_ccb_unmap(struct twe_softc *, struct twe_ccb *);
126 int twe_param_get(struct twe_softc *, int, int, size_t
    [all...]

Completed in 57 milliseconds