Searched defs:wb_softc (Results 1 – 2 of 2) sorted by relevance
32 struct wb_softc { struct49 void wb_attach(struct wb_softc *); argument
365 struct wb_softc { struct366 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 …]