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

  /src/sys/dev/ic/
adv.h 71 struct adv_control struct
80 #define ADV_CCB_OFF(c) (offsetof(struct adv_control, ccbs[0]) + \
adv.c 105 if ((error = bus_dmamem_alloc(sc->sc_dmat, sizeof(struct adv_control),
113 sc->sc_control_nsegs, sizeof(struct adv_control),
123 if ((error = bus_dmamap_create(sc->sc_dmat, sizeof(struct adv_control),
124 1, sizeof(struct adv_control), 0, BUS_DMA_NOWAIT,
131 sc->sc_control, sizeof(struct adv_control), NULL,
142 offsetof(struct adv_control, overrun_buf);
156 sizeof(struct adv_control));
advlib.h 841 struct adv_control *sc_control; /* control structures */

Completed in 15 milliseconds