Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_TSProc.c393 struct ts_common_info *pTS, *pTmpTS; in RemovePeerTS() local
397 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Pending_List, List) { in RemovePeerTS()
405 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Admit_List, List) { in RemovePeerTS()
415 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Pending_List, List) { in RemovePeerTS()
423 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Admit_List, List) { in RemovePeerTS()
435 struct ts_common_info *pTS, *pTmpTS; in RemoveAllTS() local
437 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Pending_List, List) { in RemoveAllTS()
443 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Admit_List, List) { in RemoveAllTS()
449 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Pending_List, List) { in RemoveAllTS()
455 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Admit_List, List) { in RemoveAllTS()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TSProc.c453 struct ts_common_info *pTS, *pTmpTS; in RemovePeerTS() local
456 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Pending_List, list) { in RemovePeerTS()
464 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Admit_List, list) { in RemovePeerTS()
473 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Pending_List, list) { in RemovePeerTS()
481 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Admit_List, list) { in RemovePeerTS()
492 struct ts_common_info *pTS, *pTmpTS; in RemoveAllTS() local
494 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Pending_List, list) { in RemoveAllTS()
500 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Admit_List, list) { in RemoveAllTS()
506 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Pending_List, list) { in RemoveAllTS()
512 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Admit_List, list) { in RemoveAllTS()