Lines Matching defs:xs_softc
145 struct xs_softc { struct
147 device_t xs_dev;
155 struct mtx ring_lock;
164 struct sx request_mutex;
179 struct xs_stored_msg_list reply_list;
182 struct mtx reply_lock;
187 struct xs_watch_list registered_watches;
190 struct mtx registered_watches_lock;
195 struct xs_stored_msg_list watch_events;
198 struct mtx watch_events_lock;
203 pid_t xenwatch_pid;
215 struct sx xenwatch_mutex;
221 unsigned long gpfn;
227 int evtchn;
230 xen_intr_handle_t xen_intr_handle;
255 static struct xs_softc xs; argument