Searched defs:rio_channel (Results 1 – 1 of 1) sorted by relevance
185 struct rio_channel { struct186 u16 id; /* local channel ID */187 struct kref ref; /* channel refcount */188 struct file *filp;189 struct cm_dev *cmdev; /* associated CM device object */190 struct rio_dev *rdev; /* remote RapidIO device */191 enum rio_cm_state state;192 int error;193 spinlock_t lock;194 void *context;[all …]