Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_BAProc.c46 struct ba_record *pPendingBa = &pTxTs->tx_pending_ba_record; in TxTsDeleteBA() local
50 if (pPendingBa->valid) { in TxTsDeleteBA()
51 DeActivateBAEntry(ieee, pPendingBa); in TxTsDeleteBA()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_BAProc.c29 struct ba_record *pPendingBa = &pTxTs->TxPendingBARecord; in tx_ts_delete_ba() local
32 if (pPendingBa->b_valid) { in tx_ts_delete_ba()
33 deactivate_ba_entry(ieee, pPendingBa); in tx_ts_delete_ba()