Searched defs:rio_mport (Results 1 – 1 of 1) sorted by relevance
269 struct rio_mport { struct270 struct list_head dbells; /* list of doorbell events */271 struct list_head pwrites; /* list of portwrite events */272 struct list_head node; /* node in global list of ports */273 struct list_head nnode; /* node in net list of ports */274 struct rio_net *net; /* RIO net this mport is attached to */275 struct mutex lock;276 struct resource iores;277 struct resource riores[RIO_MAX_MPORT_RESOURCES];278 struct rio_msg inb_msg[RIO_MAX_MBOX];[all …]