Searched defs:nve_softc (Results 1 – 1 of 1) sorted by relevance
130 struct nve_softc { struct131 struct ifnet *ifp; /* interface info */132 struct resource *res;133 struct resource *irq;135 ADAPTER_API *hwapi;136 OS_API osapi;138 device_t miibus;139 device_t dev;140 struct callout stat_callout;141 int tx_timer;[all …]