Searched defs:ale_chain_data (Results 1 – 1 of 1) sorted by relevance
84 struct ale_chain_data{ struct85 bus_dma_tag_t ale_parent_tag;86 bus_dma_tag_t ale_buffer_tag;87 bus_dma_tag_t ale_tx_tag;88 struct ale_txdesc ale_txdesc[ALE_TX_RING_CNT];89 bus_dma_tag_t ale_tx_ring_tag;90 bus_dmamap_t ale_tx_ring_map;91 bus_dma_tag_t ale_rx_mblock_tag[ALE_RX_PAGES];92 bus_dmamap_t ale_rx_mblock_map[ALE_RX_PAGES];93 struct tx_desc *ale_tx_ring;[all …]