Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.c1452 idr_init(&ar->txmgmt_idr); in ath12k_core_halt()
1507 idr_for_each(&ar->txmgmt_idr, in ath12k_core_pre_reconfigure_recovery()
1509 idr_destroy(&ar->txmgmt_idr); in ath12k_core_pre_reconfigure_recovery()
H A Dcore.h692 struct idr txmgmt_idr; member
H A Dmac.c8993 msdu = idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_tx_mgmt_free()
9046 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath12k_mac_mgmt_tx_wmi()
9087 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_mgmt_tx_wmi()
10749 idr_for_each(&ar->txmgmt_idr, in ath12k_mac_vdev_delete()
14383 idr_for_each(&ar->txmgmt_idr, ath12k_mac_tx_mgmt_pending_free, ar); in ath12k_mac_cleanup_unregister()
14384 idr_destroy(&ar->txmgmt_idr); in ath12k_mac_cleanup_unregister()
14422 idr_init(&ar->txmgmt_idr); in ath12k_mac_setup_register()
H A Dwmi.c6301 msdu = idr_find(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
6310 idr_remove(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c2388 idr_init(&ar->txmgmt_idr); in ath11k_core_halt()
2450 idr_for_each(&ar->txmgmt_idr, in ath11k_core_pre_reconfigure_recovery()
2452 idr_destroy(&ar->txmgmt_idr); in ath11k_core_pre_reconfigure_recovery()
H A Dcore.h743 struct idr txmgmt_idr; member
H A Dmac.c6143 msdu = idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_tx_mgmt_free()
6197 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath11k_mac_mgmt_tx_wmi()
6255 idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_mgmt_tx_wmi()
7407 idr_for_each(&ar->txmgmt_idr, in ath11k_mac_op_remove_interface()
10421 idr_for_each(&ar->txmgmt_idr, ath11k_mac_tx_mgmt_pending_free, ar); in __ath11k_mac_unregister()
10422 idr_destroy(&ar->txmgmt_idr); in __ath11k_mac_unregister()
10739 idr_init(&ar->txmgmt_idr); in ath11k_mac_register()
H A Dwmi.c6005 msdu = idr_find(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
6014 idr_remove(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()