Re: some questions about xhci bandwidth

2012-09-02 Thread loody
hi Andiry: 2012/9/3 Andiry Xu : > On Wed, Aug 29, 2012 at 6:53 AM, loody wrote: >> hi all: >> I saw there are 2 trbs about bandwidth as below: >> >> #define TRB_GET_BW 21 >> #define TRB_BANDWIDTH_EVENT 35 >> >> Would any one tell me where I can see driver use these 2 trbs for >> band

Re: some questions about xhci bandwidth

2012-09-02 Thread Andiry Xu
On Wed, Aug 29, 2012 at 6:53 AM, loody wrote: > hi all: > I saw there are 2 trbs about bandwidth as below: > > #define TRB_GET_BW 21 > #define TRB_BANDWIDTH_EVENT 35 > > Would any one tell me where I can see driver use these 2 trbs for > bandwidth checking, > since I cannot grep the i

some questions about xhci bandwidth

2012-08-29 Thread loody
hi all: I saw there are 2 trbs about bandwidth as below: #define TRB_GET_BW 21 #define TRB_BANDWIDTH_EVENT 35 Would any one tell me where I can see driver use these 2 trbs for bandwidth checking, since I cannot grep the implementation in the driver. -- Thanks for your help, -- To u