Searched refs:tx_ba_stream_tbl_ptr (Results 1 – 4 of 4) sorted by relevance
508 &priv->tx_ba_stream_tbl_ptr, list) in mwifiex_11n_delete_all_tx_ba_stream_tbl()512 INIT_LIST_HEAD(&priv->tx_ba_stream_tbl_ptr); in mwifiex_11n_delete_all_tx_ba_stream_tbl()570 list_add_tail(&new_node->list, &priv->tx_ba_stream_tbl_ptr); in mwifiex_create_ba_tbl()859 struct mwifiex_tx_ba_stream_tbl *tx_ba_stream_tbl_ptr; in mwifiex_send_delba_txbastream_tbl() local861 list_for_each_entry(tx_ba_stream_tbl_ptr, in mwifiex_send_delba_txbastream_tbl()862 &priv->tx_ba_stream_tbl_ptr, list) { in mwifiex_send_delba_txbastream_tbl()863 if (tx_ba_stream_tbl_ptr->ba_status == BA_SETUP_COMPLETE) { in mwifiex_send_delba_txbastream_tbl()864 if (tid == tx_ba_stream_tbl_ptr->tid) { in mwifiex_send_delba_txbastream_tbl()867 tx_ba_stream_tbl_ptr->ra); in mwifiex_send_delba_txbastream_tbl()869 tx_ba_stream_tbl_ptr->tid, in mwifiex_send_delba_txbastream_tbl()[all …]
113 &priv->tx_ba_stream_tbl_ptr); in mwifiex_space_avail_for_new_ba_stream()142 list_for_each_entry(tx_tbl, &priv->tx_ba_stream_tbl_ptr, list) { in mwifiex_find_stream_to_delete()
371 list_del(&priv->tx_ba_stream_tbl_ptr); in mwifiex_invalidate_lists()459 INIT_LIST_HEAD(&priv->tx_ba_stream_tbl_ptr); in mwifiex_init_lock_list()
609 struct list_head tx_ba_stream_tbl_ptr; member
Completed in 20 milliseconds