Searched defs:sk_softc (Results 1 – 1 of 1) sorted by relevance
158 struct sk_softc { struct159 device_t sk_dev;160 int sk_res_rid;161 struct resource *sk_res;162 bus_space_handle_t sk_bhandle; /* bus space handle */163 bus_space_tag_t sk_btag; /* bus space tag */165 int sk_irq_rid;166 struct resource *sk_irq;167 void *sk_intrhand; /* irq handler handle */169 uint8_t sk_coppertype;[all …]