Lines Matching defs:rio_mport
265 struct rio_mport { struct
266 struct list_head dbells; /* list of doorbell events */
267 struct list_head pwrites; /* list of portwrite events */
268 struct list_head node; /* node in global list of ports */
269 struct list_head nnode; /* node in net list of ports */
270 struct rio_net *net; /* RIO net this mport is attached to */
271 struct mutex lock;
272 struct resource iores;
273 struct resource riores[RIO_MAX_MPORT_RESOURCES];
274 struct rio_msg inb_msg[RIO_MAX_MBOX];
298 static inline int rio_mport_is_running(struct rio_mport *mport) in rio_mport_is_running() argument