Lines Matching defs:sge_softc
338 struct sge_softc { struct
339 if_t sge_ifp; /* interface info */
340 struct resource *sge_res;
341 int sge_res_id;
342 int sge_res_type;
343 struct resource *sge_irq;
344 void *sge_intrhand;
345 device_t sge_dev;
346 device_t sge_miibus;
347 uint8_t sge_rev;
348 struct sge_list_data sge_ldata;
349 struct sge_chain_data sge_cdata;
350 struct callout sge_stat_ch;
351 int sge_timer;
352 int sge_flags;
359 int sge_if_flags;
360 int sge_intrcontrol;
361 int sge_intrtimer;
362 struct mtx sge_mtx;