Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath12k/
Dcore.c675 idr_init(&ar->txmgmt_idr); in ath12k_core_halt()
706 idr_for_each(&ar->txmgmt_idr, in ath12k_core_pre_reconfigure_recovery()
708 idr_destroy(&ar->txmgmt_idr); in ath12k_core_pre_reconfigure_recovery()
Dcore.h535 struct idr txmgmt_idr; member
Dmac.c4745 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_tx_mgmt_pending_free()
4768 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_vif_txmgmt_idr_remove()
4789 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath12k_mac_mgmt_tx_wmi()
4827 idr_remove(&ar->txmgmt_idr, buf_id); in ath12k_mac_mgmt_tx_wmi()
5627 idr_for_each(&ar->txmgmt_idr, in ath12k_mac_op_remove_interface()
7177 idr_for_each(&ar->txmgmt_idr, ath12k_mac_tx_mgmt_pending_free, ar); in __ath12k_mac_unregister()
7178 idr_destroy(&ar->txmgmt_idr); in __ath12k_mac_unregister()
7400 idr_init(&ar->txmgmt_idr); in ath12k_mac_register()
Dwmi.c4911 msdu = idr_find(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
4920 idr_remove(&ar->txmgmt_idr, desc_id); in wmi_process_mgmt_tx_comp()
/drivers/net/wireless/ath/ath11k/
Dcore.c1760 idr_init(&ar->txmgmt_idr); in ath11k_core_halt()
1825 idr_for_each(&ar->txmgmt_idr, in ath11k_core_pre_reconfigure_recovery()
1827 idr_destroy(&ar->txmgmt_idr); in ath11k_core_pre_reconfigure_recovery()
Dcore.h677 struct idr txmgmt_idr; member
Dmac.c5984 msdu = idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_tx_mgmt_free()
6036 buf_id = idr_alloc(&ar->txmgmt_idr, skb, 0, in ath11k_mac_mgmt_tx_wmi()
6083 idr_remove(&ar->txmgmt_idr, buf_id); in ath11k_mac_mgmt_tx_wmi()
7041 idr_for_each(&ar->txmgmt_idr, in ath11k_mac_op_remove_interface()
9385 idr_for_each(&ar->txmgmt_idr, ath11k_mac_tx_mgmt_pending_free, ar); in __ath11k_mac_unregister()
9386 idr_destroy(&ar->txmgmt_idr); in __ath11k_mac_unregister()
9700 idr_init(&ar->txmgmt_idr); in ath11k_mac_register()
Dwmi.c5828 msdu = idr_find(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()
5837 idr_remove(&ar->txmgmt_idr, tx_compl_param->desc_id); in wmi_process_mgmt_tx_comp()