Home
last modified time | relevance | path

Searched defs:rio_channel (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/rapidio/
Drio_cm.c176 struct rio_channel { struct
177 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 …]