Lines Matching defs:alc_ring_data
95 struct alc_ring_data { struct
96 struct tx_desc *alc_tx_ring;
97 bus_addr_t alc_tx_ring_paddr;
98 struct rx_desc *alc_rx_ring;
99 bus_addr_t alc_rx_ring_paddr;
100 struct rx_rdesc *alc_rr_ring;
101 bus_addr_t alc_rr_ring_paddr;
102 struct cmb *alc_cmb;
103 bus_addr_t alc_cmb_paddr;
104 struct smb *alc_smb;
105 bus_addr_t alc_smb_paddr;