|
@@ -472,6 +472,7 @@ struct dwc3_trb;
|
|
|
/**
|
|
|
* struct dwc3_event_buffer - Software event buffer representation
|
|
|
* @buf: _THE_ buffer
|
|
|
+ * @cache: The buffer cache used in the threaded interrupt
|
|
|
* @length: size of this buffer
|
|
|
* @lpos: event offset
|
|
|
* @count: cache of last read event count register
|
|
@@ -481,6 +482,7 @@ struct dwc3_trb;
|
|
|
*/
|
|
|
struct dwc3_event_buffer {
|
|
|
void *buf;
|
|
|
+ void *cache;
|
|
|
unsigned length;
|
|
|
unsigned int lpos;
|
|
|
unsigned int count;
|