Lines Matching defs:nge_softc
634 struct nge_softc { struct
635 if_t nge_ifp;
636 device_t nge_dev;
637 struct resource *nge_res;
638 int nge_res_type;
639 int nge_res_id;
640 struct resource *nge_irq;
641 void *nge_intrhand;
642 device_t nge_miibus;
643 int nge_if_flags;
644 uint32_t nge_flags;
649 struct nge_chain_data nge_cdata;
650 struct nge_ring_data nge_rdata;
651 struct callout nge_stat_ch;
652 struct nge_stats nge_stats;
653 struct mtx nge_mtx;
655 int rxcycles;
657 int nge_watchdog_timer;
658 int nge_int_holdoff;
659 struct mbuf *nge_head;
660 struct mbuf *nge_tail;