Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.c1461 idr_init(&ar->txmgmt_idr); in ath12k_core_halt()
1517 idr_for_each(&ar->txmgmt_idr, in ath12k_core_pre_reconfigure_recovery()
1519 idr_destroy(&ar->txmgmt_idr); in ath12k_core_pre_reconfigure_recovery()
H A Dcore.h699 struct idr txmgmt_idr; member
H A Dmac.c9175 msdu = idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_tx_mgmt_free()
9228 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath12k_mac_mgmt_tx_wmi()
9269 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_mgmt_tx_wmi()
10970 idr_for_each(&ar->txmgmt_idr, in ath12k_mac_vdev_delete()
14728 idr_for_each(&ar->txmgmt_idr, ath12k_mac_tx_mgmt_pending_free, ar); in ath12k_mac_cleanup_unregister()
14729 idr_destroy(&ar->txmgmt_idr); in ath12k_mac_cleanup_unregister()
14767 idr_init(&ar->txmgmt_idr); in ath12k_mac_setup_register()
H A Dwmi.c6445 msdu = idr_find(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
6454 idr_remove(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c2390 idr_init(&ar->txmgmt_idr); in ath11k_core_halt()
2452 idr_for_each(&ar->txmgmt_idr, in ath11k_core_pre_reconfigure_recovery()
2454 idr_destroy(&ar->txmgmt_idr); in ath11k_core_pre_reconfigure_recovery()
H A Dwmi.c6023 msdu = idr_find(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6032 idr_remove(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()