Searched defs:vio_driver_state (Results 1 – 1 of 1) sorted by relevance
390 struct vio_driver_state { struct392 spinlock_t lock;394 struct ldc_channel *lp;396 u32 _peer_sid;397 u32 _local_sid;398 struct vio_dring_state drings[2];402 u8 hs_state;413 u8 dev_class;415 u8 dr_state;444 static inline bool vio_version_before(struct vio_driver_state *vio, in vio_version_before() argument