Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c358 struct qos_tsinfo *pTSInfo = &TSpec.ts_info; in GetTs() local
386 pTSInfo->uc_traffic_type = 0; // Traffic type: WMM is reserved in this field in GetTs()
387 pTSInfo->uc_tsid = UP; // TSID in GetTs()
388pTSInfo->uc_direction = Dir; // Direction: if there is DirectLink, this need additional considera… in GetTs()
389 pTSInfo->uc_access_policy = 1; // Access policy in GetTs()
390 pTSInfo->uc_aggregation = 0; // Aggregation in GetTs()
391 pTSInfo->uc_psb = 0; // Aggregation in GetTs()
392 pTSInfo->uc_up = UP; // User priority in GetTs()
393 pTSInfo->uc_ts_info_ack_policy = 0; // Ack policy in GetTs()
394 pTSInfo->uc_schedule = 0; // Schedule in GetTs()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtl819x_TSProc.c304 union qos_tsinfo *pTSInfo = &TSpec.f.TSInfo; in GetTs() local
382 pTSInfo->field.ucTrafficType = 0; in GetTs()
383 pTSInfo->field.ucTSID = UP; in GetTs()
384 pTSInfo->field.ucDirection = Dir; in GetTs()
385 pTSInfo->field.ucAccessPolicy = 1; in GetTs()
386 pTSInfo->field.ucAggregation = 0; in GetTs()
387 pTSInfo->field.ucPSB = 0; in GetTs()
388 pTSInfo->field.ucUP = UP; in GetTs()
389 pTSInfo->field.ucTSInfoAckPolicy = 0; in GetTs()
390 pTSInfo->field.ucSchedule = 0; in GetTs()