Home
last modified time | relevance | path

Searched refs:twe_softc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dtwevar.h53 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 …]
H A Dtwe.c98 static int twe_aen_get(struct twe_softc *, uint16_t *);
100 static void twe_aen_enqueue(struct twe_softc *sc, uint16_t, int);
101 static uint16_t twe_aen_dequeue(struct twe_softc *);
105 static int twe_init_connection(struct twe_softc *);
108 static int twe_param_set(struct twe_softc *, int, int, size_t, void *);
109 static void twe_poll(struct twe_softc *);
111 static int twe_reset(struct twe_softc *);
112 static int twe_status_check(struct twe_softc *, u_int);
113 static int twe_status_wait(struct twe_softc *, u_int, int);
114 static void twe_describe_controller(struct twe_softc *);
[all …]
H A Dld_twe.c97 struct twe_softc *twe = device_private(parent); in ld_twe_attach()
177 struct twe_softc *twe; in ld_twe_dobio()
242 struct twe_softc *twe; in ld_twe_handler()
273 struct twe_softc *twe = device_private(device_parent(ld->sc_dv)); in ld_twe_flush()