Home
last modified time | relevance | path

Searched refs:ppTS (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/staging/rtl8192e/
Drtl819x_TSProc.c288 bool GetTs(struct rtllib_device *ieee, struct ts_common_info **ppTS, in GetTs() argument
329 *ppTS = SearchAdmitTRStream(ieee, Addr, UP, TxRxSelect); in GetTs()
330 if (*ppTS) in GetTs()
351 (*ppTS) = list_entry(pUnusedList->next, in GetTs()
353 list_del_init(&(*ppTS)->List); in GetTs()
356 container_of(*ppTS, in GetTs()
362 container_of(*ppTS, in GetTs()
370 UP, Dir, Addr, *ppTS); in GetTs()
381 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
382 AdmitTS(ieee, *ppTS, 0); in GetTs()
[all …]
Drtllib.h2113 bool GetTs(struct rtllib_device *ieee, struct ts_common_info **ppTS, u8 *Addr,
/Linux-v5.15/drivers/staging/rtl8192u/ieee80211/
Drtl819x_TSProc.c289 struct ts_common_info **ppTS, in GetTs() argument
338 *ppTS = SearchAdmitTRStream( in GetTs()
343 if (*ppTS != NULL) { in GetTs()
372 (*ppTS) = list_entry(pUnusedList->next, struct ts_common_info, list); in GetTs()
373 list_del_init(&(*ppTS)->list); in GetTs()
375 struct tx_ts_record *tmp = container_of(*ppTS, struct tx_ts_record, ts_common_info); in GetTs()
378 struct rx_ts_record *tmp = container_of(*ppTS, struct rx_ts_record, ts_common_info); in GetTs()
394 MakeTSEntry(*ppTS, Addr, &TSpec, NULL, 0, 0); in GetTs()
395 AdmitTS(ieee, *ppTS, 0); in GetTs()
396 list_add_tail(&((*ppTS)->list), pAddmitList); in GetTs()
Dieee80211.h2392 struct ts_common_info **ppTS,