Searched defs:hn_softc (Results 1 – 1 of 1) sorted by relevance
191 struct hn_softc { struct192 if_t hn_ifp;193 struct ifmedia hn_media;194 device_t hn_dev;195 int hn_if_flags;196 struct sx hn_lock;197 struct vmbus_channel *hn_prichan;199 int hn_rx_ring_cnt;200 int hn_rx_ring_inuse;201 struct hn_rx_ring *hn_rx_ring;[all …]