aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/include/dspbridge/chnlpriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/tidspbridge/include/dspbridge/chnlpriv.h')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/chnlpriv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/chnlpriv.h b/drivers/staging/tidspbridge/include/dspbridge/chnlpriv.h
index 29e66dd525e..e79cbd583c0 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/chnlpriv.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/chnlpriv.h
@@ -59,7 +59,7 @@ struct chnl_info {
59 /*Abstraction of I/O completion event. */ 59 /*Abstraction of I/O completion event. */
60 struct sync_object *sync_event; 60 struct sync_object *sync_event;
61 s8 mode; /* Channel mode. */ 61 s8 mode; /* Channel mode. */
62 u8 dw_state; /* Current channel state. */ 62 u8 state; /* Current channel state. */
63 u32 bytes_tx; /* Total bytes transferred. */ 63 u32 bytes_tx; /* Total bytes transferred. */
64 u32 cio_cs; /* Number of IOCs in queue. */ 64 u32 cio_cs; /* Number of IOCs in queue. */
65 u32 cio_reqs; /* Number of IO Requests in queue. */ 65 u32 cio_reqs; /* Number of IO Requests in queue. */
@@ -68,7 +68,7 @@ struct chnl_info {
68 68
69/* Channel manager info: */ 69/* Channel manager info: */
70struct chnl_mgrinfo { 70struct chnl_mgrinfo {
71 u8 dw_type; /* Type of channel class library. */ 71 u8 type; /* Type of channel class library. */
72 /* Channel handle, given the channel id. */ 72 /* Channel handle, given the channel id. */
73 struct chnl_object *chnl_obj; 73 struct chnl_object *chnl_obj;
74 u8 open_channels; /* Number of open channels. */ 74 u8 open_channels; /* Number of open channels. */