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