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