Home
last modified time | relevance | path

Searched defs:chnl_info (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/
Dchnlpriv.h55 struct chnl_info { struct
56 struct chnl_mgr *chnl_mgr; /* Owning channel manager. */
57 u32 cnhl_id; /* Channel ID. */
58 void *event_obj; /* Channel I/O completion event. */
60 struct sync_object *sync_event;
61 s8 mode; /* Channel mode. */
62 u8 state; /* Current channel state. */
63 u32 bytes_tx; /* Total bytes transferred. */
64 u32 cio_cs; /* Number of IOCs in queue. */
65 u32 cio_reqs; /* Number of IO Requests in queue. */
[all …]