Home | History | Annotate | Download | only in pci

Lines Matching defs:twe_softc

53 struct twe_softc {
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,
128 int twe_param_get_1(struct twe_softc *, int, int, uint8_t *);
129 int twe_param_get_2(struct twe_softc *, int, int, uint16_t *);
130 int twe_param_get_4(struct twe_softc *, int, int, uint32_t *);
132 void twe_register_callbacks(struct twe_softc *, int,