Lines Matching defs:ste_softc
568 struct ste_softc { struct
569 if_t ste_ifp;
570 struct resource *ste_res;
571 int ste_res_id;
572 int ste_res_type;
573 struct resource *ste_irq;
574 void *ste_intrhand;
575 struct ste_type *ste_info;
576 device_t ste_miibus;
577 device_t ste_dev;
578 int ste_tx_thresh;
579 int ste_flags;
582 int ste_if_flags;
583 int ste_timer;
584 int ste_int_rx_act;
585 int ste_int_rx_mod;
586 struct ste_list_data ste_ldata;
587 struct ste_chain_data ste_cdata;
588 struct callout ste_callout;
589 struct ste_hw_stats ste_stats;
590 struct mtx ste_mtx;