Lines Matching defs:alc_softc
205 struct alc_softc { struct
206 struct arpcom arpcom;
207 struct ifnet *alc_ifp; /* points to arpcom.ac_if */
208 device_t alc_dev;
209 device_t alc_miibus;
210 int alc_res_rid;
211 struct resource *alc_res;
212 bus_space_handle_t alc_res_bhand;
213 bus_space_tag_t alc_res_btag;
214 int alc_irq_type;
215 int alc_irq_rid;
216 struct resource *alc_irq;
217 void *alc_intrhand;
218 struct alc_ident *alc_ident;
219 int alc_rev;
220 int alc_chip_rev;
221 int alc_phyaddr;
222 uint8_t alc_eaddr[ETHER_ADDR_LEN];
223 uint32_t alc_dma_rd_burst;
224 uint32_t alc_dma_wr_burst;
225 uint32_t alc_rcb;
226 int alc_expcap;
227 int alc_pmcap;
228 int alc_flags;
245 struct callout alc_tick_ch;
246 struct alc_hw_stats alc_stats;
247 struct alc_chain_data alc_cdata;
248 struct alc_ring_data alc_rdata;
249 int alc_if_flags;
250 int alc_watchdog_timer;
251 int alc_process_limit;
252 int alc_int_rx_mod;
253 int alc_int_tx_mod;
254 int alc_buf_size;