Home
last modified time | relevance | path

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

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