Searched defs:rio_channel (Results 1 – 1 of 1) sorted by relevance
176 struct rio_channel { struct177 u16 id; /* local channel ID */178 struct kref ref; /* channel refcount */179 struct file *filp;180 struct cm_dev *cmdev; /* associated CM device object */181 struct rio_dev *rdev; /* remote RapidIO device */182 enum rio_cm_state state;183 int error;184 spinlock_t lock;185 void *context;[all …]