Searched defs:igc_softc (Results 1 – 1 of 1) sorted by relevance
297 struct igc_softc { struct298 if_t ifp;299 struct igc_hw hw;301 if_softc_ctx_t shared;302 if_ctx_t ctx;307 struct igc_osdep osdep;308 device_t dev;309 struct cdev *led_dev;311 struct igc_tx_queue *tx_queues;312 struct igc_rx_queue *rx_queues;[all …]