HomeSort by: relevance | last modified time | path
    Searched refs:twe_softc (Results 1 - 3 of 3) 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...]
twe.c 98 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...]
ld_twe.c 97 struct twe_softc *twe = device_private(parent);
177 struct twe_softc *twe;
242 struct twe_softc *twe;
277 struct twe_softc *twe = device_private(device_parent(ld->sc_dv));

Completed in 12 milliseconds