Searched defs:rio_mport (Results 1 – 1 of 1) sorted by relevance
265 struct rio_mport { struct266 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];[all …]