Searched refs:pTSInfo (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/
H A Drtl819x_TSProc.c359 union qos_tsinfo *pTSInfo = &TSpec.f.TSInfo; local
397 pTSInfo->field.ucTrafficType = 0;
398 pTSInfo->field.ucTSID = UP;
399 pTSInfo->field.ucDirection = Dir;
400 pTSInfo->field.ucAccessPolicy = 1;
401 pTSInfo->field.ucAggregation = 0;
402 pTSInfo->field.ucPSB = 0;
403 pTSInfo->field.ucUP = UP;
404 pTSInfo->field.ucTSInfoAckPolicy = 0;
405 pTSInfo
[all...]
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TSProc.c416 PQOS_TSINFO pTSInfo = &TSpec.f.TSInfo; local
447 pTSInfo->field.ucTrafficType = 0; // Traffic type: WMM is reserved in this field
448 pTSInfo->field.ucTSID = UP; // TSID
449 pTSInfo->field.ucDirection = Dir; // Direction: if there is DirectLink, this need additional consideration.
450 pTSInfo->field.ucAccessPolicy = 1; // Access policy
451 pTSInfo->field.ucAggregation = 0; // Aggregation
452 pTSInfo->field.ucPSB = 0; // Aggregation
453 pTSInfo->field.ucUP = UP; // User priority
454 pTSInfo->field.ucTSInfoAckPolicy = 0; // Ack policy
455 pTSInfo
[all...]

Completed in 81 milliseconds