Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dw83l518dvar.h32 struct wb_softc { struct
49 void wb_attach(struct wb_softc *); argument
/openbsd-src/sys/dev/pci/
H A 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 …]