Searched defs:tws_softc (Results 1 – 1 of 1) sorted by relevance
214 struct tws_softc { struct215 device_t tws_dev; /* bus device */216 struct cdev *tws_cdev; /* controller device */217 u_int32_t device_id; /* device id */218 u_int32_t subvendor_id; /* device id */219 u_int32_t subdevice_id; /* device id */220 u_int8_t tws_state; /* driver state */221 u_int8_t tws_prev_state; /* driver prev state */222 struct sysctl_ctx_list tws_clist; /* sysctl context */223 struct sysctl_oid *tws_oidp; /* sysctl context */[all …]