Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_TSProc.c253 union qos_tsinfo *pTSInfo = &TSpec.f.TSInfo; in GetTs() local
329 pTSInfo->field.ucTrafficType = 0; in GetTs()
330 pTSInfo->field.ucTSID = UP; in GetTs()
331 pTSInfo->field.ucDirection = Dir; in GetTs()
332 pTSInfo->field.ucAccessPolicy = 1; in GetTs()
333 pTSInfo->field.ucAggregation = 0; in GetTs()
334 pTSInfo->field.ucPSB = 0; in GetTs()
335 pTSInfo->field.ucUP = UP; in GetTs()
336 pTSInfo->field.ucTSInfoAckPolicy = 0; in GetTs()
337 pTSInfo->field.ucSchedule = 0; in GetTs()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A 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()