Searched defs:vio_driver_state (Results 1 – 1 of 1) sorted by relevance
369 struct vio_driver_state { struct371 spinlock_t lock;373 struct ldc_channel *lp;375 u32 _peer_sid;376 u32 _local_sid;377 struct vio_dring_state drings[2];381 u8 hs_state;392 u8 dev_class;394 u8 dr_state;423 static inline bool vio_version_before(struct vio_driver_state *vio, in vio_version_before() argument