Searched defs:io_mgr (Results 1 – 1 of 1) sorted by relevance
89 struct io_mgr { struct92 struct bridge_dev_context *bridge_context;94 struct bridge_drv_interface *intf_fxns;95 struct dev_object *dev_obj; /* Device this board represents */98 struct chnl_mgr *chnl_mgr;99 struct shm *shared_mem; /* Shared Memory control */100 u8 *input; /* Address of input channel */101 u8 *output; /* Address of output channel */102 struct msg_mgr *msg_mgr; /* Message manager */104 struct msg_ctrl *msg_input_ctrl;[all …]