Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dif_wbreg.h365 struct wb_softc { struct
366 struct device sc_dev; /* generic device structure */
367 void * sc_ih; /* interrupt handler cookie */
368 struct arpcom arpcom; /* interface info */
369 struct timeout wb_tick_tmo;
370 mii_data_t sc_mii;
371 bus_space_handle_t wb_bhandle;
372 bus_space_tag_t wb_btag;
373 struct wb_type *wb_info; /* 3Com adapter info */
374 u_int8_t wb_type;
[all …]