Searched defs:sbni_softc (Results 1 – 1 of 1) sorted by relevance
66 struct sbni_softc { struct67 struct ifnet *ifp;68 device_t dev;69 u_char enaddr[6];71 int io_rid;72 struct resource *io_res;73 int io_off;75 int irq_rid;76 struct resource *irq_res;77 void *irq_handle;[all …]