Searched defs:emx_rxdata (Results 1 – 1 of 1) sorted by relevance
222 struct emx_rxdata { struct223 struct lwkt_serialize rx_serialize;224 struct emx_softc *sc;225 int idx;235 emx_rxdesc_t *rx_desc;236 uint32_t next_rx_desc_to_check;237 int num_rx_desc;238 struct emx_rxbuf *rx_buf;239 bus_dma_tag_t rxtag;240 bus_dmamap_t rx_sparemap;[all …]