Searched defs:rio_mport (Results 1 – 1 of 1) sorted by relevance
257 struct rio_mport { struct258 struct list_head dbells; /* list of doorbell events */259 struct list_head node; /* node in global list of ports */260 struct list_head nnode; /* node in net list of ports */261 struct resource iores;262 struct resource riores[RIO_MAX_MPORT_RESOURCES];263 struct rio_msg inb_msg[RIO_MAX_MBOX];264 struct rio_msg outb_msg[RIO_MAX_MBOX];265 int host_deviceid; /* Host device ID */266 struct rio_ops *ops; /* low-level architecture-dependent routines */[all …]