Lines Matching defs:alc_softc
204 struct alc_softc { struct
205 if_t alc_ifp;
206 device_t alc_dev;
207 device_t alc_miibus;
208 struct resource *alc_res[1];
209 struct resource_spec *alc_res_spec;
210 struct resource *alc_irq[ALC_MSI_MESSAGES];
211 struct resource_spec *alc_irq_spec;
212 void *alc_intrhand[ALC_MSI_MESSAGES];
213 struct alc_ident *alc_ident;
214 int alc_rev;
215 int alc_chip_rev;
216 int alc_phyaddr;
217 uint8_t alc_eaddr[ETHER_ADDR_LEN];
218 uint32_t alc_dma_rd_burst;
219 uint32_t alc_dma_wr_burst;
220 uint32_t alc_rcb;
221 int alc_expcap;
222 int alc_flags;
241 struct callout alc_tick_ch;
242 struct alc_hw_stats alc_stats;
243 struct alc_chain_data alc_cdata;
244 struct alc_ring_data alc_rdata;
245 int alc_if_flags;
246 int alc_watchdog_timer;
247 int alc_process_limit;
248 volatile int alc_morework;
249 int alc_int_rx_mod;
250 int alc_int_tx_mod;
251 int alc_buf_size;
253 struct task alc_int_task;
254 struct taskqueue *alc_tq;
255 struct mtx alc_mtx;