Searched defs:alc_chain_data (Results 1 – 1 of 1) sorted by relevance
109 struct alc_chain_data { struct110 bus_dma_tag_t alc_parent_tag;111 bus_dma_tag_t alc_buffer_tag;112 bus_dma_tag_t alc_tx_tag;113 struct alc_txdesc alc_txdesc[ALC_TX_RING_CNT];114 bus_dma_tag_t alc_rx_tag;115 struct alc_rxdesc alc_rxdesc[ALC_RX_RING_CNT];116 bus_dma_tag_t alc_tx_ring_tag;117 bus_dmamap_t alc_tx_ring_map;118 bus_dma_tag_t alc_rx_ring_tag;[all …]