Home
last modified time | relevance | path

Searched defs:ix_softc (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/netif/ix/
H A Dif_ix.h306 struct ix_softc { struct
307 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 …]