Searched defs:chnl_object (Results 1 – 1 of 1) sorted by relevance
135 struct chnl_object { struct137 struct chnl_mgr *chnl_mgr_obj;138 u32 chnl_id; /* Channel id */139 u8 state; /* Current channel state */140 s8 chnl_mode; /* Chnl mode and attributes */142 void *user_event;144 struct sync_object *sync_event;145 u32 process; /* Process which created this channel */146 u32 cb_arg; /* Argument to use with callback */147 struct list_head io_requests; /* List of IOR's to driver */[all …]