Searched defs:vdsp_softc (Results 1 – 1 of 1) sorted by relevance
198 struct vdsp_softc { struct199 struct device sc_dv;200 int sc_idx;201 bus_space_tag_t sc_bustag;202 bus_dma_tag_t sc_dmatag;204 uint64_t sc_tx_ino;205 uint64_t sc_rx_ino;206 void *sc_tx_ih;207 void *sc_rx_ih;209 struct ldc_conn sc_lc;[all …]