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

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

Completed in 241 milliseconds