Searched defs:ix_softc (Results 1 – 1 of 1) sorted by relevance
306 struct ix_softc { struct307 struct arpcom arpcom;309 struct ixgbe_hw hw;310 struct ixgbe_osdep osdep;312 struct lwkt_serialize main_serialize;313 uint32_t intr_mask;315 boolean_t link_active;317 int rx_ring_inuse;318 int tx_ring_inuse;320 struct ix_rx_ring *rx_rings;[all …]