Home
last modified time | relevance | path

Searched refs:txmgmt_idr (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dcore.c1265 idr_init(&ar->txmgmt_idr); in ath12k_core_halt()
1305 idr_for_each(&ar->txmgmt_idr, in ath12k_core_pre_reconfigure_recovery()
1307 idr_destroy(&ar->txmgmt_idr); in ath12k_core_pre_reconfigure_recovery()
H A Dcore.h689 struct idr txmgmt_idr; member
H A Dmac.c7007 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_tx_mgmt_pending_free()
7030 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_vif_txmgmt_idr_remove()
7053 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath12k_mac_mgmt_tx_wmi()
7091 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_mgmt_tx_wmi()
8584 idr_for_each(&ar->txmgmt_idr, in ath12k_mac_vdev_delete()
11057 idr_for_each(&ar->txmgmt_idr, ath12k_mac_tx_mgmt_pending_free, ar); in ath12k_mac_cleanup_unregister()
11058 idr_destroy(&ar->txmgmt_idr); in ath12k_mac_cleanup_unregister()
11094 idr_init(&ar->txmgmt_idr); in ath12k_mac_setup_register()
H A Dwmi.c5437 msdu = idr_find(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
5446 idr_remove(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dcore.c2069 idr_init(&ar->txmgmt_idr); in ath11k_core_halt()
2131 idr_for_each(&ar->txmgmt_idr, in ath11k_core_pre_reconfigure_recovery()
2133 idr_destroy(&ar->txmgmt_idr); in ath11k_core_pre_reconfigure_recovery()
H A Dcore.h725 struct idr txmgmt_idr; member
H A Dmac.c5913 msdu = idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_tx_mgmt_free()
5965 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath11k_mac_mgmt_tx_wmi()
6012 idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_mgmt_tx_wmi()
6998 idr_for_each(&ar->txmgmt_idr, in ath11k_mac_op_remove_interface()
10081 idr_for_each(&ar->txmgmt_idr, ath11k_mac_tx_mgmt_pending_free, ar); in __ath11k_mac_unregister()
10082 idr_destroy(&ar->txmgmt_idr); in __ath11k_mac_unregister()
10397 idr_init(&ar->txmgmt_idr); in ath11k_mac_register()
H A Dwmi.c5948 msdu = idr_find(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
5957 idr_remove(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()