Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192e/
Drtl819x_TSProc.c314 union qos_tsinfo *pTSInfo = &TSpec.f.TSInfo; in GetTs() local
394 pTSInfo->field.ucTrafficType = 0; in GetTs()
395 pTSInfo->field.ucTSID = UP; in GetTs()
396 pTSInfo->field.ucDirection = Dir; in GetTs()
397 pTSInfo->field.ucAccessPolicy = 1; in GetTs()
398 pTSInfo->field.ucAggregation = 0; in GetTs()
399 pTSInfo->field.ucPSB = 0; in GetTs()
400 pTSInfo->field.ucUP = UP; in GetTs()
401 pTSInfo->field.ucTSInfoAckPolicy = 0; in GetTs()
402 pTSInfo->field.ucSchedule = 0; in GetTs()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c396 PQOS_TSINFO pTSInfo = &TSpec.f.TSInfo; in GetTs() local
427 pTSInfo->field.ucTrafficType = 0; // Traffic type: WMM is reserved in this field in GetTs()
428 pTSInfo->field.ucTSID = UP; // TSID in GetTs()
429pTSInfo->field.ucDirection = Dir; // Direction: if there is DirectLink, this need additional con… in GetTs()
430 pTSInfo->field.ucAccessPolicy = 1; // Access policy in GetTs()
431 pTSInfo->field.ucAggregation = 0; // Aggregation in GetTs()
432 pTSInfo->field.ucPSB = 0; // Aggregation in GetTs()
433 pTSInfo->field.ucUP = UP; // User priority in GetTs()
434 pTSInfo->field.ucTSInfoAckPolicy = 0; // Ack policy in GetTs()
435 pTSInfo->field.ucSchedule = 0; // Schedule in GetTs()