Searched defs:rio_mport (Results 1 – 1 of 1) sorted by relevance
169 struct rio_mport { struct170 struct list_head dbells; /* list of doorbell events */171 struct list_head node; /* node in global list of ports */172 struct list_head nnode; /* node in net list of ports */173 struct resource iores;174 struct resource riores[RIO_MAX_MPORT_RESOURCES];175 struct rio_msg inb_msg[RIO_MAX_MBOX];176 struct rio_msg outb_msg[RIO_MAX_MBOX];177 int host_deviceid; /* Host device ID */178 struct rio_ops *ops; /* maintenance transaction functions */[all …]