Linux Kernel
3.7.1
|
#include <chnlpriv.h>
Data Fields | |
struct chnl_mgr * | chnl_mgr |
u32 | cnhl_id |
void * | event_obj |
struct sync_object * | sync_event |
s8 | mode |
u8 | state |
u32 | bytes_tx |
u32 | cio_cs |
u32 | cio_reqs |
u32 | process |
Definition at line 55 of file chnlpriv.h.
u32 bytes_tx |
Definition at line 63 of file chnlpriv.h.
Definition at line 56 of file chnlpriv.h.
u32 cio_cs |
Definition at line 64 of file chnlpriv.h.
u32 cio_reqs |
Definition at line 65 of file chnlpriv.h.
u32 cnhl_id |
Definition at line 57 of file chnlpriv.h.
void* event_obj |
Definition at line 58 of file chnlpriv.h.
s8 mode |
Definition at line 61 of file chnlpriv.h.
u32 process |
Definition at line 66 of file chnlpriv.h.
Definition at line 62 of file chnlpriv.h.
struct sync_object* sync_event |
Definition at line 60 of file chnlpriv.h.