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