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

  /src/sys/dev/pci/
twavar.h 57 struct twa_softc { struct
171 struct twa_softc *tr_sc;
211 struct twa_request *twa_get_request(struct twa_softc *, int);
212 struct twa_request *twa_get_request_wait(struct twa_softc *, int);
214 void twa_register_callbacks(struct twa_softc *sc, int unit,
twa.c 111 static int twa_fetch_aen(struct twa_softc *);
113 static int twa_find_aen(struct twa_softc *sc, uint16_t);
114 static uint16_t twa_enqueue_aen(struct twa_softc *sc,
120 static int twa_init_connection(struct twa_softc *, uint16_t, uint32_t,
126 static int twa_reset(struct twa_softc *);
129 static int twa_soft_reset(struct twa_softc *);
131 static int twa_check_ctlr_state(struct twa_softc *, uint32_t);
132 static int twa_get_param(struct twa_softc *, int, int, size_t,
135 static int twa_set_param(struct twa_softc *, int, int, int, void *,
137 static void twa_describe_controller(struct twa_softc *);
    [all...]
ld_twa.c 110 struct twa_softc *twa = device_private(parent);
148 struct twa_softc *twa;
243 struct twa_softc *twa = device_private(device_parent(ld->sc_dv));

Completed in 15 milliseconds