Searched defs:e1000_softc (Results 1 – 1 of 1) sorted by relevance
475 struct e1000_softc { struct476 struct e1000_hw hw;478 if_softc_ctx_t shared;479 if_ctx_t ctx;484 struct e1000_osdep osdep;485 device_t dev;486 struct cdev *led_dev;488 struct em_tx_queue *tx_queues;489 struct em_rx_queue *rx_queues;490 struct if_irq irq;[all …]