Lines Matching defs:stge_softc
630 struct stge_softc { struct
631 if_t sc_ifp; /* interface info */
632 device_t sc_dev;
633 device_t sc_miibus;
634 struct resource *sc_res[2];
635 struct resource_spec *sc_spec;
636 void *sc_ih; /* interrupt cookie */
637 int sc_rev; /* silicon revision */
639 struct callout sc_tick_ch; /* tick callout */
641 struct stge_chain_data sc_cdata;
642 struct stge_ring_data sc_rdata;
643 int sc_if_flags;
644 int sc_if_framesize;
645 int sc_txthresh; /* Tx threshold */
646 uint32_t sc_usefiber:1; /* if we're fiber */
647 uint32_t sc_stge1023:1; /* are we a 1023 */
648 uint32_t sc_DMACtrl; /* prototype DMACtrl reg. */
649 uint32_t sc_MACCtrl; /* prototype MacCtrl reg. */
650 uint16_t sc_IntEnable; /* prototype IntEnable reg. */
651 uint16_t sc_led; /* LED conf. from EEPROM */
652 uint8_t sc_PhyCtrl; /* prototype PhyCtrl reg. */
653 int sc_suspended;
654 int sc_detach;
656 int sc_rxint_nframe;
657 int sc_rxint_dmawait;
658 int sc_nerr;
659 int sc_watchdog_timer;
660 int sc_link;
662 struct task sc_link_task;
663 struct mtx sc_mii_mtx; /* MII mutex */
664 struct mtx sc_mtx;