Searched refs:RemoveTsEntry (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 410 static void RemoveTsEntry(struct ieee80211_device *ieee, struct ts_common_info *pTs, in RemoveTsEntry() function 462 RemoveTsEntry(ieee, pTS, TX_DIR); in RemovePeerTS() 471 RemoveTsEntry(ieee, pTS, TX_DIR); in RemovePeerTS() 479 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS() 487 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS() 499 RemoveTsEntry(ieee, pTS, TX_DIR); in RemoveAllTS() 505 RemoveTsEntry(ieee, pTS, TX_DIR); in RemoveAllTS() 511 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS() 517 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 405 static void RemoveTsEntry(struct rtllib_device *ieee, in RemoveTsEntry() function 455 RemoveTsEntry(ieee, pTS, TX_DIR); in RemovePeerTS() 465 RemoveTsEntry(ieee, pTS, TX_DIR); in RemovePeerTS() 473 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS() 481 RemoveTsEntry(ieee, pTS, RX_DIR); in RemovePeerTS() 494 RemoveTsEntry(ieee, pTS, TX_DIR); in RemoveAllTS() 500 RemoveTsEntry(ieee, pTS, TX_DIR); in RemoveAllTS() 506 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS() 512 RemoveTsEntry(ieee, pTS, RX_DIR); in RemoveAllTS()
|