Searched defs:dpaa2_channel (Results 1 – 1 of 1) sorted by relevance
53 struct dpaa2_channel { struct54 device_t ni_dev;55 device_t io_dev;56 device_t con_dev;57 uint16_t id;58 uint16_t flowid;60 uint64_t tx_frames;61 uint64_t tx_dropped;63 struct mtx dma_mtx;64 bus_dma_tag_t rx_dmat;[all …]