Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/wb/
H A Dif_wbreg.h365 struct wb_softc { struct
366 struct arpcom arpcom; /* interface info */
367 device_t wb_miibus;
368 bus_space_handle_t wb_bhandle;
369 bus_space_tag_t wb_btag;
370 struct resource *wb_res;
371 struct resource *wb_irq;
372 void *wb_intrhand;
373 struct wb_type *wb_info; /* Winbond adapter info */
374 uint8_t wb_type;
[all …]