Searched refs:pTmpTS (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/staging/rtl8192e/ |
H A D | rtl819x_TSProc.c | 365 struct ts_common_info *ts, *pTmpTS; in remove_peer_ts() local 369 list_for_each_entry_safe(ts, pTmpTS, &ieee->Tx_TS_Pending_List, list) { in remove_peer_ts() 377 list_for_each_entry_safe(ts, pTmpTS, &ieee->Tx_TS_Admit_List, list) { in remove_peer_ts() 387 list_for_each_entry_safe(ts, pTmpTS, &ieee->Rx_TS_Pending_List, list) { in remove_peer_ts() 395 list_for_each_entry_safe(ts, pTmpTS, &ieee->Rx_TS_Admit_List, list) { in remove_peer_ts() 407 struct ts_common_info *ts, *pTmpTS; in remove_all_ts() local 409 list_for_each_entry_safe(ts, pTmpTS, &ieee->Tx_TS_Pending_List, list) { in remove_all_ts() 415 list_for_each_entry_safe(ts, pTmpTS, &ieee->Tx_TS_Admit_List, list) { in remove_all_ts() 421 list_for_each_entry_safe(ts, pTmpTS, &ieee->Rx_TS_Pending_List, list) { in remove_all_ts() 427 list_for_each_entry_safe(ts, pTmpTS, &ieee->Rx_TS_Admit_List, list) { in remove_all_ts()
|