Searched refs:tx_ba_stream_tbl_ptr (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/ |
D | 11n.c | 77 list_for_each_entry(tx_ba_tsr_tbl, &priv->tx_ba_stream_tbl_ptr, list) { in mwifiex_get_ba_status() 467 list_for_each_entry(tx_ba_tsr_tbl, &priv->tx_ba_stream_tbl_ptr, list) { in mwifiex_is_tx_ba_stream_ptr_valid() 506 &priv->tx_ba_stream_tbl_ptr, list) in mwifiex_11n_delete_all_tx_ba_stream_tbl() 510 INIT_LIST_HEAD(&priv->tx_ba_stream_tbl_ptr); in mwifiex_11n_delete_all_tx_ba_stream_tbl() 527 list_for_each_entry(tx_ba_tsr_tbl, &priv->tx_ba_stream_tbl_ptr, list) { in mwifiex_get_ba_tbl() 568 list_add_tail(&new_node->list, &priv->tx_ba_stream_tbl_ptr); in mwifiex_create_ba_tbl() 747 list_for_each_entry(tx_ba_tsr_tbl, &priv->tx_ba_stream_tbl_ptr, list) { in mwifiex_get_tx_ba_stream_tbl() 775 list_for_each_entry_safe(tbl, tmp, &priv->tx_ba_stream_tbl_ptr, list) in mwifiex_del_tx_ba_stream_tbl_by_ra() 857 struct mwifiex_tx_ba_stream_tbl *tx_ba_stream_tbl_ptr; in mwifiex_send_delba_txbastream_tbl() local 859 list_for_each_entry(tx_ba_stream_tbl_ptr, in mwifiex_send_delba_txbastream_tbl() [all …]
|
D | 11n.h | 111 ba_stream_num += list_count_nodes(&priv->tx_ba_stream_tbl_ptr); in mwifiex_space_avail_for_new_ba_stream() 140 list_for_each_entry(tx_tbl, &priv->tx_ba_stream_tbl_ptr, list) { in mwifiex_find_stream_to_delete()
|
D | init.c | 374 list_del(&priv->tx_ba_stream_tbl_ptr); in mwifiex_invalidate_lists() 457 INIT_LIST_HEAD(&priv->tx_ba_stream_tbl_ptr); in mwifiex_init_lock_list()
|
D | main.h | 602 struct list_head tx_ba_stream_tbl_ptr; member
|